Logs of Logons

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
 
S

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.
 
P

Pegasus \(MVP\)

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top