- Deploying Microsoft System Center Configuration Manager
- Jacek Doktor Pawel Jarosz
- 255字
- 2021-07-02 18:32:40
Extending the Active Directory schema
As mentioned earlier, ConfigMgr never has the ability to save its own data in the Active Directory database. It is not essential; however, it significantly eases administration effort.
The following information is being saved in the System Management container:
- Information about the available management points
- Information about the configured boundaries and boundary groups
- ConfigMgr servers and location codes
Extending the schema can be performed only with Schema Admins permissions. This can be achieved by adding an account to the Schema Admins AD group. The actual extension of the schema is done using the extadsch.exe program from the installation drive, placed in the SMSSETUP\BIN\X64 folder:

All we need to do is start the application and wait for a while. A successfully finished operation should return a result similar to the following one:

After extending the schema and granting permissions to create the System Management container, the server will save information about its configuration in the mentioned container:

Extension of the Active Directory schema can be done before or after the ConfigMgr server installation.
- Implementing Modern DevOps
- Learning NServiceBus(Second Edition)
- Java異步編程實戰
- Visual Basic程序設計(第3版):學習指導與練習
- Functional Programming in JavaScript
- Python數據可視化之Matplotlib與Pyecharts實戰
- Swift Playgrounds少兒趣編程
- SQL Server與JSP動態網站開發
- Java語言程序設計教程
- Building Serverless Web Applications
- Java 9 Programming By Example
- 愛上C語言:C KISS
- Node.js應用開發
- Spring Boot學習指南:構建云原生Java和Kotlin應用程序
- Learning Ionic(Second Edition)