- 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.
推薦閱讀
- CentOS 7 Server Deployment Cookbook
- .NET 4.0面向?qū)ο缶幊搪劊夯A(chǔ)篇
- Web交互界面設(shè)計與制作(微課版)
- 新手學(xué)Visual C# 2008程序設(shè)計
- 手把手教你學(xué)C語言
- Clojure Reactive Programming
- 常用工具軟件立體化教程(微課版)
- Raspberry Pi Robotic Projects(Third Edition)
- Python數(shù)據(jù)可視化之美:專業(yè)圖表繪制指南(全彩)
- Django Design Patterns and Best Practices
- Unity 5.X從入門到精通
- Mastering OAuth 2.0
- RESTful Web API Design with Node.js(Second Edition)
- 零基礎(chǔ)C語言學(xué)習(xí)筆記
- PHP程序設(shè)計高級教程