Skip to content

Instantly share code, notes, and snippets.

@bobalob
Created February 14, 2017 20:37
Show Gist options
  • Select an option

  • Save bobalob/c11771331bcde0e5047ba8fe15bc175e to your computer and use it in GitHub Desktop.

Select an option

Save bobalob/c11771331bcde0e5047ba8fe15bc175e to your computer and use it in GitHub Desktop.
configuration DSCWebServer
{
node "localhost"
{
WindowsFeature IIS
{
Ensure = "Present"
Name = "Web-Server"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment