Difference between revisions of "Active Directory/Documentation/Dynamic DNS"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
* Force a DC to update its DNS keys. | * Force a DC to update its DNS keys. | ||
IPCONFIG /REGISTERDNS | IPCONFIG /REGISTERDNS | ||
+ | |||
+ | nltest /dsregdns /server:<DCName> | ||
+ | |||
+ | * Deregister DNS | ||
+ | |||
+ | nltest /dsderegdns:<DCName> /Dom:<DomainName> | ||
+ | |||
* Check DNS records. | * Check DNS records. | ||
nslookup -type=all <record> | nslookup -type=all <record> | ||
ex. nslookup -type=all ecetest.ad.ncsu.edu | ex. nslookup -type=all ecetest.ad.ncsu.edu | ||
ex. nslookup -type=all _ldap._tcp.dc._msdcs.ecetest.ad.ncsu.edu | ex. nslookup -type=all _ldap._tcp.dc._msdcs.ecetest.ad.ncsu.edu |
Latest revision as of 16:10, 25 January 2007
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