Login/logout information

  • Thread starter Thread starter Mark Chimes
  • Start date Start date
M

Mark Chimes

Hi All,

Is there some way to view/print a report on the login/logout activity of
users?

I have a client who wants to track system usage and how many hours each week
each employee spends on their PC.

Any help appreciated.

cheers,
Mark
 
[Start]
Settings
Control Panel
Administrative Tools
Event Viewer
System Log
View menu
Filter...

Information
Event ID: 6005 = System Startup
Event ID: 6006 = System Shutdown

If you have logon/logoff auditing enabled, use the
Security Log instead.
This is better because it shows the user's information,
logon time, logoff time, etc.


Austin M. Horst
 
Hi Austin,

Thanks for the information.
Two things...
How do I turn auditing on?
Is there some way to set up a mechanism that will allow my client to print
this report regularly, without having to go through these steps manually?

cheers,
Mark
 
Austin,

Thanks for our help.

cheers,
Mark

Austin M. Horst said:
Turn on Auditing of "Account Logon Events"
in Windows 2000 Server:

Click [Start]
Settings
Control Panel
Administrative Tools
Active Directory Users and Computers
Right-click on your domain name in the console tree
Click Properties
Group Policy tab
Click [Edit]

In the left pane, navigate to...
+ Computer Configuration
+ Windows Settings
+ Security Settings
+ Local Policies
+ Audit Policy

Right-click "Audit account logon events"
Click Security
Check the box next to "Audit successful"
Click OK
Right-click "Audit logon events"
Click Security
Check the box next to "Audit successful"
Click OK


"Auditing in Windows 2000 Server"
http://www.microsoft.com/windows200...sbook/c09_auditing_in_windows_2000_server.asp

"Audit Account Logon Events"
http://www.microsoft.com/technet/prodtechnol/windows2000serv/maintain/monitor/logevnts.asp

"Tracking Logon and Logoff Activity in Windows 2000"
http://www.microsoft.com/technet/prodtechnol/windows2000serv/maintain/monitor/logonoff.asp

Microsoft Knowledge Base Article - 174073
"Auditing User Authentication"
http://support.microsoft.com/support/kb/articles/q174/0/73.asp
the Event Log for specific events:
"Querying Event Logs"
http://www.microsoft.com/technet/scriptcenter/scrguide/sas_log_udqz.asp

"Querying a Specific Event Log"
http://www.microsoft.com/technet/scriptcenter/scrguide/sas_log_dsts.asp

"Querying an Event Log for a Subset of Events"
http://www.microsoft.com/technet/scriptcenter/scrguide/sas_log_ozcc.asp

"Retrieving Event Log Records from a Specified Day"
http://www.microsoft.com/technet/scriptcenter/scrguide/sas_log_lfas.asp

---------------------------------------

"Copy Event Log Events to a Database"
http://www.microsoft.com/technet/scriptcenter/logs/scrlog07.asp

"Copy Previous Days Event Log Events to a Database"
http://www.microsoft.com/technet/scriptcenter/logs/scrlog08.asp

"Query a Specific Event Log"
http://www.microsoft.com/technet/scriptcenter/logs/scrlog13.asp

"Retrieve All Events from an Event Log"
http://www.microsoft.com/technet/scriptcenter/logs/scrlog15.asp

"Retrieve Events For One Day from an Event Log"
http://www.microsoft.com/technet/scriptcenter/logs/scrlog17.asp

"Retrieve Specific Events from an Event Log"
http://www.microsoft.com/technet/scriptcenter/logs/scrlog16.asp


You don't want to be looking for "Logon" Event ID: 540 because that number is used
when you map a drive to a server, connect to the server's registry, and perform a network logon.
A query on ID: 540 would make it appear that logon events are occuring
more frequently than they actually are.
 

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