How to know which domain controller users log in to?

  • Thread starter Thread starter Eimis
  • Start date Start date
E

Eimis

We have one Domain domain.org and 4 other additional domain controllers in
different us locations, in large location we have two domain controllers,
how to find out where users logs on to, all of the servers are Global
Catalogs.


Thank you

Eimis
 
Run Set from the command line. It will tell you the "Logonserver"

--
Scott Harding
MCSE, MCSA, A+, Network+
Microsoft MVP - Windows NT Server

scrockel@***No_SPAM***hotmail.com
 
Copy this line into a file called whichlogsvr.cmd:

@echo %logonserver%

now when you run whichlogsvr.cmd you will see the server echoed to your
command prompt.

\\ MadDHatteR
 
Back
Top