Scripts/DSC2/Mod2/_M2_Demo.ps1
# Designing info URLs Start-Process -FilePath iexplore http://blogs.msdn.com/b/powershell/archive/2014/11/18/powershell-dsc-resource-design-and-testing-checklist.aspx Start-Process -FilePath http://blogs.msdn.com/b/powershell/archive/2014/11/19/documenting-dsc-part-2.aspx Start-Process -FilePath http://www.microsoft.com/en-us/download/details.aspx?id=45883 # 1. Test-TargetResource # Open and show MVADemo resource MVAService ise C:\Scripts\DSC2\Mod2\MVADemo\DSCResources\MVAService\MVAService.psm1 # Open Code and copy Test-TargetResource ise C:\Scripts\DSC2\mod2\MVAServiceCode.psm1 # 2. Set-TargetResource # Show and Copy code from file ise C:\Scripts\DSC2\mod2\MVAServiceCode.psm1 # 3. Get-TargetResource # Show and Copy code from file ise C:\Scripts\DSC2\mod2\MVAServiceCode.psm1 |