Login Tracking

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

Guest

Is there a way to track logins and logouts from the
workstations by user? Also, this part might be a 3rd
party, but I would like to make reports too.

Please let me know

Thank you

Devon
 
You can turn on Auditing through the Local Security Policy:
Start -> Settings -> Control Panel -> Administrative Tools -> Local Security
Policy

Look in: Security Settings\Local Policy\Audit Policy

Enable Auditing (both Success and Failures) for the events you'd like to
have recorded in the Event Log.

For more info:
http://www.microsoft.com/windows200.../windows2000/techinfo/reskit/en-us/gp/515.asp

EventLog will allow to filter the events and then export them to a txt file.
Nothing fancy, but it might suit your needs.

--

Thanks,
Mike

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Please do not send e-mail directly to this alias.
This alias is for newsgroup purposes only.
 
Account logon events.

Lee

Mike said:
You can turn on Auditing through the Local Security Policy:
Start -> Settings -> Control Panel -> Administrative Tools -> Local Security
Policy

Look in: Security Settings\Local Policy\Audit Policy

Enable Auditing (both Success and Failures) for the events you'd like to
have recorded in the Event Log.

For more info:
http://www.microsoft.com/windows200.../windows2000/techinfo/reskit/en-us/gp/515.asp

EventLog will allow to filter the events and then export them to a txt file.
Nothing fancy, but it might suit your needs.

--

Thanks,
Mike

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Please do not send e-mail directly to this alias.
This alias is for newsgroup purposes only.
 
I guess you could use system monitor and monitor the server object and the
logon related counters but they would be pure counts not user id
related...as you said probably a 3rd party app.

Lee
 

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

Back
Top