examples/xWebsite.json
{ "Modules":[ "xWebAdministration" ], "DSCResourcesToExecute":[ { "resourceName":"archtypeSite", "dscResourceName":"xWebsite", "name":"archtype", "State":"Started", "physicalPath":"c:\\archtype", "ensure":"Present", "bindingInfo":[ { "CimType":"MSFT_xWebBindingInformation", "Properties":{ "protocol":"http", "port":8081, "ipaddress":"127.0.0.1" } }, { "CimType":"MSFT_xWebBindingInformation", "Properties":{ "protocol":"http", "port":8080, "ipaddress":"127.0.0.1" } } ], "AuthenticationInfo":[ { "CimType":"MSFT_xWebAuthenticationInformation", "Properties":{ "Anonymous":true, "Basic":true } } ] } ] } |