
Install IIS from PS console is really easy task and can save a lot of time if you need to complete this task
for multiple servers configuration.
Install IIS –
1 2 |
Install-WindowsFeature -Name web-server Install-windowsfeature -name Web-Static-Content,Web-Http-Logging,Web-Log-Libraries,Web-Request-Monitor,Web-Http-Tracing,Web-filtering,Web-Windows-Auth,Web-Net-Ext45,Web-Asp-Net45,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Mgmt-Console,NET-WCF-HTTP-Activation45 |
Note! this post is relevant with server 2012/2012R2
(Visited 327 times, 1 visits today)