Re: Checking user location

Tech-Archive recommends: Fix windows errors by optimizing your registry




<yaro137@xxxxxxxxxxxxxx> wrote in message
news:7f261029-5c0b-4989-aabd-99119c91e450@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Having the username is there a way to check on which workstation is he
loged in?
Thanks
yAro

The easiest way is to insert this line into your logon script:

echo %date% %time:~0,5% %Username% %ComputerName% >>
\\YourServer\SomeShare\logon.log


.