Daniel Scott-Raynsford
Daniel Scott-Raynsford
This was only required because WS-MAN can't be installed if any adapters are set to public. However lab installation will no longer occur if WS-MAN there are any public adapters....
Thanks @kungfu71186 - I'll do a big batch of fixes on Thursday night (snowed under the next two nights).
Great ideas BTW!
Now that [this PR](https://github.com/PowerShell/ActiveDirectoryCSDsc/pull/94) is through (and will be released later this week) I'll be able to convert the DSC configs to use it and implement your recommendations more easily.
IIRC we found similar problem in DSCResource.Common - so should probably copy this function across from there.
Definitely. That is a medium term goal and should be reasonably easy to implement. In this respect it is also good that PS Direct stopped working. Some of the other...
Hi @dennisl-UPR - thanks for raising this. I'm taking a look into it now.
Hi @dennisl-UPR - I've not been able to replicate the issue. Are you adding the `dynamicmemoryenabled="N"` into the `vm` node or the `template` node? I tested it using:  It...
Cool! I'm all for that. Sounds like a better option. I'll make the change!
Use `Set-VM -CheckpointType Disabled` to disable when VM is created. Do not touch value once VM has been created.