How can I tell which Domain controller I'm authenticated to?
Posted: 19 Nov 2019, 09:36
Q:
How can I tell which Domain controller I'm authenticated to? Is there a way to do this without local admin?
A:
Open Command Prompt and run following command:
echo %LOGONSERVER%
How can I tell which Domain controller I'm authenticated to? Is there a way to do this without local admin?
A:
Open Command Prompt and run following command:
echo %LOGONSERVER%