| |  | |
Microsoft Active Directory tools and trouble shooting | | |
Testing
- To find the KDC - nltest
/dsgetdc:[domain.com] /kdc
- To find a gc - nltest /dsgetdc:example.com
/gc
- To test functionality of a server - nltest
/server:[fqdn of the server]
/dsgetdc:example.com
- To test if you have a secure channel -
netdom verify workstation1
|