Daniel Scott-Raynsford
Daniel Scott-Raynsford
This would to allow navigating the CosmosDB graph like a drive in PowerShell. See https://github.com/PowerShell/SHiPS
There is a problem finding the `Publish_release_to_GitHub` task in the build pipeline which prevents release of the module to GitHub. This is caused by a recent change to Sampler where...
Recent Version of Hyper-V Create VMs with Automatic Checkpoints Enabled. This is generally not useful for Labs. Add a switch to allow the lab to be created with Checkpoints Enabled...
Sampler now contains a generateHelp.PlatyPs task for building help. Update the build to use that task.
Currently the Unattend.xml section for enabling the Windows 10 account is: ``` xml 1 net user administrator /active:yes ``` However the following might be better code: ``` xml SecurePasswd123 true...
At the moment, AD Domain joining is performed using DSC and the xActiveDirectory DSC resource. This resource is dependent on Windows Features that are not available on Nano Server. To...