JSI Tip 3881. How can I locate the Site of a domain controller?

Jerold Schulman

July 8, 2001

1 Min Read
ITPro Today logo in a gray background | ITPro Today


Using nltest from the Windows 2000 support tools (Support Tools folder of the CD-ROM), you can locate the Site of a specific domain controller. Open a CMD prompt and type:

nltest /server: /dsgetsite

This will generate output similar to:

JSISITE02
The command completed successfully

To list all of the domain controllers and their sites, type:

nltest /dclist:

You will receive output similar to:

Get list of DCs in domain 'JSIINC.COM' from '\JSI001.JSIINC.COM'.    JSI001.JSIINC.COM [PDC] [DS] Site: JSISITE01    JSI002.JSIINC.COM       [DS] Site: JSISITE01    JSI003.JSIINC.COM       [DS] Site: JSISITE02The command completed successfully



Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like