Logs of Logons

  • Thread starter Thread starter Sibine
  • Start date Start date
S

Sibine

Is there a log held on a Windows 2000 server which keeps track of when
when a user last logged on and what IP address they came from?

We had a user working outside of house and we want to know if they were
in the office or at home.

Thanks.

Sibine
 
{EDIT}

We had a user working outside of **office hours** and we want to know
if they were
in the office or at home.
 
Sibine said:
Is there a log held on a Windows 2000 server which keeps track of when
when a user last logged on and what IP address they came from?

We had a user working outside of house and we want to know if they were
in the office or at home.

Thanks.

Sibine

You might find something in the Security part of the Event Logger.
I prefer to add this line to all of my net logon scripts:
echo %date% %time:~0,5% %ComputerName% %UserName% >>
\\server\logs\netlogon.log
 
Back
Top