Merhaba değerli arkadaşlar, bu makalede Powershell ile IIS feature kuracağız. Sunucu üzerinde powershell administrator olarak çalıştırdıktan sonra , aşağıdaki komutu yazmamız yeterli olacaktır.

{

Set-ExecutionPolicy unrestricted -force

Add-WindowsFeature -Name Web-Default-Doc,Web-Dir-Browsing,Web-Http-Errors,Web-Static-Content,Web-Http-Redirect,Web-Http-Logging,Web-Custom-Logging,Web-Request-Monitor,Web-Stat-Compression,Web-Filtering,Web-Basic-Auth,Web-CertProvider,Web-Client-Auth,Web-IP-Security,Web-Url-Auth,Web-Windows-Auth,Web-Net-Ext,Web-Net-Ext45,Web-AppInit,Web-Asp-Net,Web-Asp-Net45,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Includes,Web-WebSockets,Web-Mgmt-Console,Web-Metabase,Web-Lgcy-Mgmt-Console,Web-Lgcy-Scripting,Web-WMI,Web-Scripting-Tools,Web-Mgmt-Service,NET-Framework-Features,NET-Framework-45-Features,WAS,Telnet-Client  -Source “c:\SxS”

}