-->

Wednesday, June 12, 2013

What DC is my Logon Server?

To find out which Domain Controller your server/workstation is authenticating against, open up a command prompt (Start --> Run --> cmd --> Enter) and copy/paste the following:

echo %logonserver%


This will return the DC that has authenticated your login.