-->

Wednesday, September 19, 2012

Install All Web Features Through PowerShell

To install all web features on Windows 2008, 2008 R2 & 2012, run the following two commands from within Powershell:


Import-Module ServerManager
Get-WindowsFeature Web-* | Add-WindowsFeature

No comments:

Post a Comment