Scripts/DSC2/Mod7/WebServerConfig.ps1
Configuration WebServer { Node s3 { WindowsFeature web { Name = 'web-server' Ensure = 'Present' } } } webserver -outputpath c:\config |
Configuration WebServer { Node s3 { WindowsFeature web { Name = 'web-server' Ensure = 'Present' } } } webserver -outputpath c:\config |