examples/xWebsite.json
{ "schema":"2.0.0", "Modules":{ "xWebAdministration":null }, "DSCResourcesToExecute":{ "WebServerFeature":{ "dscResourceName":"WindowsFeature", "name":"web-server", "ensure":"Present" }, "archtype": { "dscResourceName":"File", "DestinationPath":"c:\\archtype", "Type":"Directory", "ensure":"Present" }, "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 } } ] } } } |