Last active
December 27, 2015 21:49
-
-
Save motowilliams/7393954 to your computer and use it in GitHub Desktop.
ASP.NET web server base vm (first boot)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cinst IIS-WebServerRole -source windowsfeatures | |
cinst IIS-ASPNET -source windowsfeatures | |
cinst IIS-HttpErrors -source windowsfeatures | |
cinst IIS-HttpRedirect -source windowsfeatures | |
cinst IIS-HttpLogging -source windowsfeatures | |
cinst IIS-WebServerManagementTools -source windowsfeatures | |
cinst IIS-WindowsAuthentication -source windowsfeatures | |
cinst IIS-BasicAuthentication -source windowsfeatures | |
cinst IIS-CustomLogging -source windowsfeatures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
START http://boxstarter.org/package/nr/url?https://gist.github.com/motowilliams/7393954/raw/1b97be3a2686299f6061face9c0a1afba8ab3a55/gistfile1.txt