Monday, January 16, 2017

Install Windows Role command for SCCM through Powershell

Install-WindowsFeature AS-NET-Framework
Install-WindowsFeature Web-Asp-Net45
Install-WindowsFeature AS-HTTP-Activation
Install-WindowsFeature AS-TCP-Port-Sharing
Install-WindowsFeature Web-Dir-Browsing
Install-WindowsFeature Web-Http-Errors
Install-WindowsFeature Web-Static-Content
Install-WindowsFeature Web-Http-Redirect
Install-WindowsFeature Web-Http-Logging
Install-WindowsFeature Web-Log-Libraries
Install-WindowsFeature Web-Request-Monitor
Install-WindowsFeature Web-Http-Tracing
Install-WindowsFeature Web-Performance
Install-WindowsFeature Web-Dyn-Compression
Install-WindowsFeature Web-Basic-Auth
Install-WindowsFeature Web-Client-Auth
Install-WindowsFeature Web-IP-Security
Install-WindowsFeature Web-Url-Auth 
Install-WindowsFeature Web-Windows-Auth
Install-WindowsFeature Web-Net-Ext
Install-WindowsFeature Web-ASP
Install-WindowsFeature Web-Asp-Net
Install-WindowsFeature Web-Includes
Install-WindowsFeature Web-Ftp-Server
Install-WindowsFeature Web-Mgmt-Console
Install-WindowsFeature Web-Mgmt-Compat
Install-WindowsFeature Web-Metabase
Install-WindowsFeature Web-Lgcy-Mgmt-Console
Install-WindowsFeature Web-Lgcy-Scripting
Install-WindowsFeature Web-WMI
Install-WindowsFeature Web-Scripting-Tools
Install-WindowsFeature Web-Mgmt-Service
Install-WindowsFeature BITS
Install-WindowsFeature BITS-IIS-Ext

Install-WindowsFeature RSAT-Bits-Server

No comments:

Post a Comment