Link to home
Start Free TrialLog in
Avatar of scharron2006
scharron2006

asked on

Timeclock software integrated with logon / logoff windows session

I search for a timeclock software that is completly integrated with a logoff/logon Windows Session.

Example : When the user abc logon inside a Windows session, the timeclock software send automaticaly a signal to the server.

I don't search for a timeclock software that the user must press a button to clock in or press another button to clock out.  

I have a Microsoft Windows 2003 Server with a domain and 25 client with Windows XP PRO.

Thank for your help.
ASKER CERTIFIED SOLUTION
Avatar of Will Szymkowski
Will Szymkowski
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
===FixTime.bat===

@echo off
If .%1==. goto syntax
:syntax
echo.
echo.
echo          % Invaild Argument %
echo.
echo.
echo          Syntax :
echo          Fixtime \\MachineName
echo.
echo.
goto end

rem
rem Please replace  with username of a Domain Admin
Account.
rem
rem Please replace  with password of the same account
rem

psexec %1 - u  -p -d c:\winnt\system32\net time
/domain: /set /y
goto end

:end
==========================
or even easier

replace servername with the server you want your clients to sync with

ECHO SYNCHRONIZING TIME
net time \\SERVERNAME /set /yes