Which server authenticated me?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Who can remember the command you run to return which server logged you
on/authenticated you?

Many thanks
 
Tomboy said:
Who can remember the command you run to return which server logged you
on/authenticated you?

Many thanks

Try this from a Command Prompt:

net config workstation | find /i "domain"
 
From a command prompt;

echo %logonserver%

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Who can remember the command you run to return which server logged you
| on/authenticated you?
|
| Many thanks
 
Back
Top