View active domain controller

  • Thread starter Thread starter rob
  • Start date Start date
R

rob

There is some command line command that allows you to view
what is the name of the domain controller you are
validating against.

Windows 2000 network.

Anybody know?

Thanks
 
Launch a command promt and just type "set" without quotes
and it will give you your path and much more info. Look
for Logon Server information. That is the DC you are
validating against.

Regards,

MSFT Guru
 
There is some command line command that allows you to view
what is the name of the domain controller you are
validating against.

Windows 2000 network.

Anybody know?

Thanks

@echo %logonserver%


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
Hi,

Go to the command prompt and type "SET". You will come to
know from which domain contrller you are getting
authenticated.

Regards
Tejash Patel
 
Try nltest. I think it's in the support tools. "nltest /sc_query:domainname
/server:%computername"
this will tell the dc that the comupter name is currently authenicating
against...there are lots of other options as well.
 
Back
Top