|
How to create or delete an application directory partition? |
|
Starting ntdsutil Command Line tool
-
Click Start, and then click Run.
-
In the Open text box, type ntdsutil.
Creating new Application Directory Partition
-
At the Ntdsutil command prompt, type domain management, and then press ENTER.
-
At the domain management command prompt, type connection, and then press ENTER.
-
At the connection command prompt, type connect to server <server Name>, and then press ENTER.
-
Once connected to server type q at the command prompt, press ENTER, Will return to domain management, command prompt
-
At the domain management command prompt, type create nc dc=”name”, dc= “com”, and then press ENTER.
-
To exit the tool, type q at the command prompt, press ENTER, type q, and then press ENTER.
Delete new Application Directory Partition
-
At the Ntdsutil command prompt, type domain management, and then press ENTER.
-
At the domain management command prompt, type connection, and then press ENTER.
-
At the connection command prompt, type connect to server <server Name>, and then press ENTER.
-
Once connected to server type q at the command prompt, press ENTER, Will return to domain management, command prompt
-
At the domain management command prompt, type delete nc dc=”name”, dc= “com”, and then press ENTER.
-
To exit the tool, type q at the command prompt, press ENTER, type q, and then press ENTER.
|