Q. How can I create the ForestDNSZones directory partition?

John Savill

June 29, 2004

1 Min Read
ITPro Today logo in a gray background | ITPro Today

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:

  1. Start the Microsoft Management Console (MMC) DNS snap-in (click Start, select Programs, then click Administrative Tools, DNS).

  2. Right-click the DNS server name and select "Create Default Application Directory Partitions."

  3. Click No when asked whether you want to create a single partition for all DNS servers in the domain.

  4. 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

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like