- Deploying Microsoft System Center Configuration Manager
- Jacek Doktor Pawel Jarosz
- 236字
- 2021-07-02 18:32:40
Prerequisites for System Center Configuration Manager 1706
Before installing the server, we need to prepare the environment. To prepare the environment, we need to install all the required prerequisites on the server, as well as configure the environment (such as Active Directory).
The configuration of the environment consists of the following steps:
- Extending the Active Directory schema.
- Granting the computer account permission to the System container in Active Directory. These permissions are needed for ConfigMgr to create the System Management container as well as save any future configuration.
Extending the Active Directory schema and integration with Active Directory are not required either for installing ConfigMgr or for its proper work. However, extending the schema eases daily administration of the system, so it is always good to consider whether or not to perform such an operation.
Installing software prerequisites consists of the following:
- Windows Assessment and Deployment Kit: An essential tool set for ConfigMgr installation. After the server is installed, these tools are used to manage administrative tasks related to OS deployment.
- The IIS server role and its components: This role is responsible for servicing communication between clients and the ConfigMgr server. Configuration of IIS components is done during the IIS role installation, so there is no need to install it manually.
- MS SQL 2014 or higher: SQL Server will be handling the ConfigMgr database.
The order of the mentioned tasks is not important.
推薦閱讀
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- Azure IoT Development Cookbook
- 基于免疫進化的算法及應用研究
- React.js Essentials
- YARN Essentials
- Redis Essentials
- 組態軟件技術與應用
- HTML5從入門到精通 (第2版)
- Building Android UIs with Custom Views
- Python3.5從零開始學
- .NET 4.5 Parallel Extensions Cookbook
- Kotlin語言實例精解
- Visual C++程序設計全程指南
- Unity虛擬現實開發圣典
- 深入理解Android:WebKit卷