Demonstration of PowerShell DSC to configure a Windows node via web pull server
An Azure RM template is included in infrastructure/
to create virtual machines to follow along.
Using Azure PowerShell, do the following to provision the resources:
.\startup.ps1
Alternatively, you can perform a one-click deploy with the following button:
Remote Desktop into the virtual machine:
- user:
student
- password:
1Lab_Virtual_Machine!
Open up a PowerShell ISE window on the created ca-lab-vm VM and follow the commands and commentary in lab.ps1
.
When finished, remove the Azure resources with:
.\teardown.ps1