- Deploying Microsoft System Center Configuration Manager
- Jacek Doktor Pawel Jarosz
- 190字
- 2021-07-02 18:32:41
Installing operating system components
Before performing the installation of the ConfigMgr server, the operating system needs to be properly prepared. Firstly, we need to install the required roles and features for the server:

Installing Web Server (IIS) role
When installing IIS role, the following components should be installed:
- Application Development: ASP.NET 3.5, .NET Extensibility 3.5, .NET Extensibility 4.5, ISAPI Extensions
- Security: Windows authentication
- IIS 6 Management Compatibility: IIS Management Console, IIS 6 Metabase Compatibility, IIS 6 WMI Compatibility, IIS Management Scripts and Tools
Apart from server roles, a few additional features also need to be installed:

Installation of additional features required by ConfigMgr
This is a list of all the features required by the ConfigMgr server:
- .NET Framework 3.5 and all sub-features
- .NET Framework 4.6 and all sub-features
- Background Intelligent Transfer Service (BITS) and all sub-features
- Remote Differential Compression

Installation of features required by ConfigMgr server
After installing all the roles and features, bear in mind to run the Microsoft update against the server to get all the required updates.
After having installed all the required updates, we can now go to the next stage--installing MS SQL Server.
推薦閱讀
- C#編程入門指南(上下冊)
- Java高手真經(高級編程卷):Java Web高級開發技術
- JMeter 性能測試實戰(第2版)
- R語言數據可視化之美:專業圖表繪制指南
- Java設計模式及實踐
- Linux操作系統基礎案例教程
- Learning Raspbian
- Mobile Device Exploitation Cookbook
- Instant Pygame for Python Game Development How-to
- Clojure編程樂趣
- Game Programming using Qt 5 Beginner's Guide
- 算法技術手冊
- Mastering VMware Horizon 6
- 一個APP的誕生:從零開始設計你的手機應用
- Application Testing with Capybara