- 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.
- 深度實(shí)踐OpenStack:基于Python的OpenStack組件開(kāi)發(fā)
- TypeScript入門(mén)與實(shí)戰(zhàn)
- 算法零基礎(chǔ)一本通(Python版)
- Django Design Patterns and Best Practices
- Processing互動(dòng)編程藝術(shù)
- FPGA Verilog開(kāi)發(fā)實(shí)戰(zhàn)指南:基于Intel Cyclone IV(進(jìn)階篇)
- NoSQL數(shù)據(jù)庫(kù)原理
- 持續(xù)輕量級(jí)Java EE開(kāi)發(fā):編寫(xiě)可測(cè)試的代碼
- Android項(xiàng)目實(shí)戰(zhàn):手機(jī)安全衛(wèi)士開(kāi)發(fā)案例解析
- Programming with CodeIgniterMVC
- SQL Server 2016 從入門(mén)到實(shí)戰(zhàn)(視頻教學(xué)版)
- Python自然語(yǔ)言理解:自然語(yǔ)言理解系統(tǒng)開(kāi)發(fā)與應(yīng)用實(shí)戰(zhàn)
- TypeScript 2.x By Example
- Python+Office:輕松實(shí)現(xiàn)Python辦公自動(dòng)化
- C語(yǔ)言開(kāi)發(fā)寶典