Active Directory/Documentation/Dynamic DNS

From WolfTech
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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