SCCM için IIS gereksinimlerini Powershell ile Otomatik kurmak için aşağıdaki komutu kullanabilirsiniz;
Import-Module ServerManager
Add-WindowsFeature Net-Framework,BITS,RDC,Web-ASP-Net,Web-ASP,Web-Windows-Auth,
Web-WMI,Web-Metabase
Manuel kurulum yapıyorsanız aşağıdaki özellikleri kurmanız gerekiyor;
-
Static Content
-
Default Document
-
Directory Browsing
-
HTTP Errors
-
HTTP Redirection
-
ASP.NET
-
.NET Extensibility
-
ISAPI Extensions
-
ISAPI Filters
-
HTTP Logging
-
Logging Tools
-
Request Monitor
-
Tracing
-
Windows Authentication
-
Request Filtering
-
Static Content Compression
-
Dynamic Content Compression
-
IIS Management Console
-
IIS 6 Metabase Compatibility
-
IIS 6 WMI compatibility
####
-
Background Intelligent Transfer Service (BITS)
-
Remote Differential Compression
-
Web Server (IIS) Tools
-
BITS Server Extensions Tools

Senior IT Pro Trainer & Consultant focused on MS technologies relating to System Center Products SCCM, SCOM, SCO, SCSM