SCCM 2012 IIS Gereksinimleri Nelerdir?

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

Leave a Comment

Your email address will not be published. Required fields are marked *