Add Roles & Features (Windows Server 2008 R2) for System Center 2012 R2 Configuration Manager


The following PowerShell code will install the required Web Server Role with the appropriate services and additional required Windows Features.


Windows PowerShell
Import-Module ServerManager
Add-WindowsFeature NET-Framework,BITS,RDC,Web-ASP-Net,Web-ASP,Web-Windows-Auth,Web-WMI,Web-Metabase

No comments :

Post a Comment