Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tool to query which DC a user is logged into 4

Status
Not open for further replies.

ITAAGuyOR

MIS
Joined
May 31, 2005
Messages
29
Location
US
Is there a tool to tell me which DC a user is authenticated to on our domain (we have 5 DC's)? I saw this once before, used it, and have since forgot what command shows me this info. Thanks if you know.
 
command promopt: type

echo %logonserver%,


u don;t need a tool

------------------------------------
Directory Services/Exchange Consultant
 
Thanks for the info. I could have swore there was a command line tool that showed the currently authenticated DC as well as some other info. Nevertheless, this does what I need so thanks for that.
 
You can also type "set" at the cmd prompt to get more info
 
SET did the trick. Thank you for the reply.
 
set l

works everytime..

You can make all client use a perfered DC's by setting the parameters in DNS. this can also be set using Group Policy.
 
systeminfo command on an xp station is also good.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top