Change the Zone Replication Scope
Applies To: Windows Server 2008
You can use the following procedure to change the replication scope for a zone. Only Active Directory Domain Services (AD DS)–integrated primary and stub forward lookup zones can change their replication scope. Secondary forward lookup zones cannot change their replication scope.
Membership in Administrators, or equivalent, is the minimum required to complete this procedure. Review details about using the appropriate accounts and group memberships at Local and Domain Default Groups (https://go.microsoft.com/fwlink/?LinkId=83477).
Using the Windows interface
Using a command line
Open DNS Manager.
In the console tree, right-click the applicable zone, and then click Properties.
On the General tab, note the current zone replication type, and then click Change.
Select a replication scope for the zone.
- To open DNS Manager, click Start, point to Administrative Tools, and then click DNS.
At a command prompt, type the following command, and then press ENTER:
dnscmd <ServerName> /ZoneChangeDirectoryPartition <ZoneName> <NewPartitionName>
Parameter Description dnscmd
Specifies the name of the command-line tool for managing DNS servers.
<ServerName>
Required. Specifies the Domain Name System (DNS) host name of the DNS server. You can also type the IP address of the DNS server. To specify the DNS server on the local computer, you can also type a period (.)
/ZoneChangeDirectoryPartition
Required. Changes a zone's replication scope.
<ZoneName>
Required. Specifies the fully qualified domain name (FQDN) of the zone.
<NewPartitionName>
Required. The FQDN of the DNS application directory partition where the zone will be stored.
- To open an elevated Command Prompt window, click Start, point to All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.