Roles and Service»2012 Features
  • RSS Feed

Last modified on 8/22/2017 3:15 PM by User.

Tags:

2012 Features

# Search Windows for ISE, choose the ADMIN-run Powershell
# Powershell Script to install required features, roles, services, and prerequisites fo
# Windows Server 2012
 
Install-WindowsFeature -Name Web-Server
Install-WindowsFeature -Name Web-Static-Content
Install-WindowsFeature -Name Web-Default-Doc
Install-WindowsFeature -Name Web-Dir-Browsing
Install-WindowsFeature -Name Web-Http-Errors
#
Install-WindowsFeature -Name Web-Health
Install-WindowsFeature -Name Web-HTTP-Logging
Install-WindowsFeature -Name Web-Custom-Logging
Install-WindowsFeature -Name Web-Log-Libraries
Install-WindowsFeature -Name Web-Request-Monitor
Install-WindowsFeature -Name Web-Http-Tracing
#
Install-WindowsFeature -Name Web-App-Dev
Install-WindowsFeature -Name Web-Net-Ext
Install-WindowsFeature -Name Web-Net-Ext45
Install-WindowsFeature -Name Web-Asp-Net
Install-WindowsFeature -Name Web-Asp-Net45
Install-WindowsFeature -Name Web-ISAPI-Ext
Install-WindowsFeature -Name Web-ISAPI-Filter
#
Install-WindowsFeature -Name Web-Mgmt-Tools
Install-WindowsFeature -Name Web-Scripting-Tools
Install-WindowsFeature -Name Web-Mgmt-Console
Install-WindowsFeature -Name Web-Mgmt-Compat
Install-WindowsFeature -Name Web-Metabase
Install-WindowsFeature -Name Web-Lgcy-Scripting
Install-WindowsFeature -Name Web-WMI
#
Install-WindowsFeature -Name Web-Security
Install-WindowsFeature -Name Web-Filtering
Install-WindowsFeature -Name Web-Basic-Auth
Install-WindowsFeature -Name Web-Windows-Auth
Install-WindowsFeature -Name Web-Digest-Auth
#
Install-WindowsFeature -Name Web-Performance
Install-WindowsFeature -Name Web-Stat-Compression
Install-WindowsFeature -Name Web-Dyn-Compression
#