Skip to content

Instantly share code, notes, and snippets.

@daniiiol
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daniiiol/2bd2b1c0f0a025abffe9 to your computer and use it in GitHub Desktop.
Save daniiiol/2bd2b1c0f0a025abffe9 to your computer and use it in GitHub Desktop.
Prepare Sitecore WebServer
Import-Module ServerManager
Add-WindowsFeature Web-App-Dev
Add-WindowsFeature Web-Net-Ext
Add-WindowsFeature Web-Net-Ext45
Add-WindowsFeature Web-Asp
Add-WindowsFeature Web-Asp-Net
Add-WindowsFeature Web-Asp-Net45
Add-WindowsFeature Web-Http-Redirect
Add-WindowsFeature Web-Windows-Auth
Add-WindowsFeature Web-Mgmt-Tools
Add-WindowsFeature Web-Static-Content
Add-WindowsFeature Web-Stat-Compression
Add-WindowsFeature Web-Dyn-Compression
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment