The following commands will list all Global Catalog Servers in your Active Directory domain:
- From the command prompt, type nslookup.
- C:\nslookup
- Set the type to server.
- >set type=srv
- Find the Global Catalog Server(s).
- >_gc._tcp.<DnsForestName>
- Example:
- >_gc._tcp.“your domain.com”
- The results will include the hostname and IP address of each Global Catalog Server.
- Type “exit” to leave the nslookup session.