How To Create Active Directory Partitions Using DNS CMD?
Hello everyone,
I want to create the active directory partition of the application. Please provide me the procedure to create it using the DnsCmd command.
Thanks in advance for the help.
Hello everyone,
I want to create the active directory partition of the application. Please provide me the procedure to create it using the DnsCmd command.
Thanks in advance for the help.
To create the application directory partitions. You can use the DnsCmd command to do this.
The syntax of the command is:
DnsCmd ServerName /CreateDirectoryPartition FQDN of partition
Steps are given below:
dnscmd DC-1 /createdirectorypartition CustomDNSPartition.contoso.com
If the screen shows message –DNS Server DC-1 created directory partition: CustomDNSPartition.contoso.com Command completed successfully.
It implies that the command is executed successfully.