Monday, August 22, 2011

How to clear bad information in Active Directory-integrated DNS

When you administer zone files that are created by the DNS service, we recommend that you use the DNS Microsoft Management Console (MMC) tool to make changes. As an alternative, it is possible to administer all of your DNS zone files manually by using any program that supports saving files in text mode.

Whether you decide to edit zone files manually in a text editor or to use the DNS console to modify the zone files, choose one method for updating zones, and then use that method consistently. If you use both methods, zone edits can be overwritten or rejected.

To clear bad information in Active Directory-integrated DNS, complete the following steps:
  1. Change the DNS settings to Standard Primary Zone.
  2. Change the zone to accept nonsecure and secure dynamic updates.
  3. On each domain controller that had DNS, point to the standard primary DNS server for DNS resolution.
  4. On each domain controller, at a command prompt, type the following commands, pressing ENTER after each command:
    ipconfig /flushdns
    ipconfig /registerdns
  5. On each domain controller, at a command prompt, type the following commands, pressing ENTER after each command:
    net stop netlogon
    net start netlogon
  6. In the DNS console, delete the DNS zones.
  7. Delete zones in Active Directory Users and Computers. Click Advanced Options, click System, and then click DNS.
  8. After the information has been cleared, recreate the DNS zones.
  9. On each domain controller, at a command prompt, type the following commands, pressing ENTER after each command:
    ipconfig /flushdns
    ipconfig /registerdns
  10. On each domain controller, at a command prompt, type the following commands, pressing ENTER after each command:
    net stop netlogon
    net start netlogon

0 comments:

Post a Comment