- track employee time using logon & logoff
- Posted by getcracken on December 14th, 2006
Hello all,
Does anyone know how or know of software to track employee time using
logon ("crtl + alt + del") and logoff?
running -
win 2000 server
exchange 2000 standard
one domain
4 offices
5 domain controllers
Thanks for all your help.
- Posted by Pegasus \(MVP\) on December 14th, 2006
"getcracken" <getcracken@gmail.com> wrote in message
news:1166056768.888212.39650@t46g2000cwa.googlegro ups.com...
You could set a logon/logoff batch file in your group
policy:
Control Panel / Administrative Tools / Group Policy /
User Configuration / Windows Settings / Scripts (Logon/Logoff)
It micht look like these two lines:
@echo off
echo %date% %time:~0,5% %ComputerName% %UserName% >>
\\YourServer\Logs\logon.txt
and the same for the logoff process. This works fine for
small numbers of users but needs to be improved for
larger numbers because of sharing conflicts arising when
two users log on at the same time.
- Posted by GrahamN on December 19th, 2006
We do our domain client statistics on user activity with help of reporting
function within Scriptlogic's Desktop Authority (
http://www.scriptlogic.com/da). We set it to automatically collect activity
data into SQL database. Then we scheduled it to create reports detailing on
how the concrete user uses his/her machine. Collected stats contain user name,
computer he used, logon server that authenticated him, user priviledges he
has locally or within the domain. Thus I see that user MikeMkf with User
priviledges has logged on from machine MikeMkf-I at 09:07 AM, locked it
several times during the work day and then logged off at the end of the day.
I also can create bar graph that plots top user that were active and inactive
during the period I've specified.
getcracken wrote:
- Posted by mathi@adventnet.com on December 20th, 2006
Desktop Central tracks user logon and logoff and provides the following
reports
Currently Logged on Users
Users Frequently Logged On to the Domain
Users Rarely Logged On the Domain
Inactive Users
Computers with Frequent User Logon
Computers with Rare User Logon
Computers with No User Logon
User Logon History
User Logon History by Computers
User Logon History on Domain Controller
Logon Servers with their Reported Users
For more details please visit http://demo.desktopcentral.com
Thanks
Mathi
getcracken wrote: