Configuration Manager does not automatically create the System Management container in Active Directory Domain Services when the schema is extended. The container needs to be created once for each domain that includes a Configuration Manager site server that will publish site information to Active Directory Domain Services.
Note |
|
It is possible to grant the site server’s computer account full control permissions to the System container in Active Directory Domain Services and allow it to create the System Management container when it first publishes site information to Active Directory Domain Services. However, it is more secure to manually create the System Management container. |
The ADSIEdit MMC console can be used to create the System Management container in Active Directory Domain Services. To create an ADSIEdit MMC console, you must first install the Windows Server support tools. These tools are included in the support tools folder on both Windows 2000 Server and Windows Server 2003 CDs. To install the Windows Server support tools, navigate to \SUPPORT\TOOLS\ on the installation CD and run suptools.msi.
To create the ADSIEdit MMC console
-
On the taskbar, click Start, and then click Run.
-
Type mmc and click OK.
-
On the File menu, click Add/Remove Snap-in.
-
Click Add.
-
Under Snap-in, select ADSI Edit.
-
Click Close.
-
Click OK.
To manually create the System Management container
-
Log on as an account that has the Create All Child Objects permission on the System container in Active Directory Domain Services.
-
Open the ADSIEdit MMC console, and connect to the domain in which the site server resides.
-
In the console pane, expand Domain [computer fully qualified domain name], expand <distinguished name>, and right-click CN=System. On the context menu, click New and then click Object.
-
In the Create Object dialog box, select Container and click Next.
-
In the Value field, type System Management and click Next.
-
Click Finish.
See Also