Skip to content

Instantly share code, notes, and snippets.

@egoughnour
egoughnour / ChocolateyIIS
Last active April 12, 2022 12:15 — forked from JediMindtrick/ChocolateyIIS
List of chocolatey commands to install IIS
#under construction
#based off of https://codealoc.wordpress.com/2013/03/15/installing-iis-with-chocolatey/
choco install IIS-WebServerRole --source WindowsFeatures
choco install IIS-ISAPIFilter --source WindowsFeatures
choco install IIS-ISAPIExtensions --source WindowsFeatures
choco install IIS-NetFxExtensibility --source WindowsFeatures
choco install IIS-ASPNET --source WindowsFeatures