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 http://go.microsoft.com/fwlink/?LinkId=83477.

Changing zone replication scope

To change zone replication scope using the Windows interface
  1. Open DNS Manager.

  2. In the console tree, right-click the applicable zone, and then click Properties.

  3. On the General tab, note the current zone replication type, and then click Change.

  4. Select a replication scope for the zone.

Additional considerations

  • To open DNS Manager, click Start, point to Administrative Tools, and then click DNS.

To change zone replication scope using the command line
  • 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.

Additional considerations

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