Active Directory/Documentation/Dynamic DNS

From WolfTech
Revision as of 17:10, 25 January 2007 by Pgmurphy (talk | contribs) (→‎Useful Command)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

For an explanation of dynamic DNS at NCSU, click here

Useful Command

  • Force a DC to update its DNS keys.
IPCONFIG /REGISTERDNS
nltest /dsregdns /server:<DCName>
  • Deregister DNS
nltest /dsderegdns:<DCName> /Dom:<DomainName>
  • Check DNS records.
nslookup -type=all <record>
ex. nslookup -type=all ecetest.ad.ncsu.edu
ex. nslookup -type=all _ldap._tcp.dc._msdcs.ecetest.ad.ncsu.edu