Difference between revisions of "Active Directory/Documentation/Dynamic DNS"

From WolfTech
Jump to navigation Jump to search
 
Line 1: Line 1:
 
=Useful Command=
 
=Useful Command=
 
* Force a DC to update its DNS keys.
 
* Force a DC to update its DNS keys.
 
 
  IPCONFIG /REGISTERDNS
 
  IPCONFIG /REGISTERDNS
 +
* 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

Revision as of 15:22, 25 January 2007

Useful Command

  • Force a DC to update its DNS keys.
IPCONFIG /REGISTERDNS
  • 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