How can I tell which Domain controller I'm authenticated to? Is there a way to do this without local admin?

link|improve this question

67% accept rate
feedback

4 Answers

up vote 5 down vote accepted

You can find this through the following command:

echo %LOGONSERVER%

And you don't have to be admin or poweruser to use it. Have a look at the output of this command:

set
link|improve this answer
feedback

The %LOGONSERVER% environmental variable.

echo.%LOGONSERVER%

update

Actually, that variable does not seem to exist when I log into an domain account. I'll update my answer if I figure out why.

link|improve this answer
feedback

This only answers your question if you have Outlook:

I found an interesting feature in Outlook. If you hold Ctrl and right click the icon in the task bar then click connection status it shows you the exchange server your connected to as well as what domain controller you are connected to. I actually found that one answering another question about Exchange connections, great way to recycle answers...

link|improve this answer
Where I got this info: superuser.com/questions/304461/… – Kyle Sep 9 '11 at 14:24
feedback

use SET l (that's a letter L not a number 1)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.