Q. How can I create the ForestDNSZones directory partition?
June 29, 2004
A. Windows Server 2003 typically creates an application directory partition to hold the DNS information that's replicated only to domain controllers (DCs) that are DNS hosts in the forest. If you upgraded from an earlier version of Windows, this partition might not exist. You can create it by performing these steps:
Start the Microsoft Management Console (MMC) DNS snap-in (click Start, select Programs, then click Administrative Tools, DNS).
Right-click the DNS server name and select "Create Default Application Directory Partitions."
Click No when asked whether you want to create a single partition for all DNS servers in the domain.
Click Yes when asked whether you want to create a single partition for all DNS servers in the forest.
To create the ForestDNSZones partition from the command line, execute the command
dnscmd <DNS server> /CreateBuiltinDirectoryPartitions /Forest
where <DNS server> is the name of your DNS server.
About the Author
You May Also Like