|
Question : determine the DC I am authenticating to
|
|
I would like to know how to determine the DC I am authenticating to.
any idea?
thanks
|
Answer : determine the DC I am authenticating to
|
|
go to the command prompt and run the following line
ECHO %LOGONSERVER%
This will tell you the server you are loged into
|
|
|