Configuration Manager 2012 Powershell Pre-req Commands
If you are building a Configuration Manager 2012 server there are a number of pre-requisites that have to be installed for it to work correctly.

It can be quite time consuming installing all of the server features that are required so to help with this process, you can run Powershell cmdlets that will take care of all of the pre-reqs for you.

The full list of cmdlets are detailed below:

 # add Windows Features Required for Configuration Manager 2012 Site Server  
 # add Server Manager CMDLETS  
 Import-Module servermanager
  
 # add Windows Features Required for Configuration Manager 2012 Site Server  
 Add-WindowsFeature WAS-Process-Model  
 Add-WindowsFeature WAS-Config-APIs  
 Add-WindowsFeature WAS-Net-Environment  
 Add-WindowsFeature Web-Server  
 Add-WindowsFeature Web-ISAPI-Ext  
 Add-WindowsFeature Web-ISAPI-Filter  
 Add-WindowsFeature Web-Net-Ext  
 Add-WindowsFeature Web-ASP-Net  
 Add-WindowsFeature Web-ASP  
 Add-WindowsFeature Web-Windows-Auth  
 Add-WindowsFeature Web-Basic-Auth  
 Add-WindowsFeature Web-URL-Auth  
 Add-WindowsFeature Web-IP-Security  
 Add-WindowsFeature Web-Scripting-Tools  
 Add-WindowsFeature Web-Mgmt-Service  
 Add-WindowsFeature Web-Lgcy-Scripting  
 Add-WindowsFeature Web-Lgcy-Mgmt-Console  
 Add-WindowsFeature Web-Stat-Compression  
 Add-WindowsFeature Web-Metabase  
 Add-WindowsFeature Web-WMI  
 Add-WindowsFeature Web-HTTP-Redirect  
 Add-WindowsFeature Web-Log-Libraries  
 Add-WindowsFeature Web-HTTP-Tracing  
 Add-WindowsFeature BITS-IIS-Ext  
 Add-WindowsFeature Net-Framework-Core  
 Add-WindowsFeature RDC  

COMMENTS

If you have any comments or questions, please use our Disqus system below.

Labels: ,