how to track login logout times of different machines in server connected through lan using vb.
suppose i want to know particular machines login and logout times (i.e how much time he is working in the system) for 2 days or 3days
in server
please help me and give the code
hanar
12-11-2002 at 05:30 PM
|
stickleprojects Level: Moderator Registered: 09-09-2002 Posts: 891
Re: how to track login logout times
Hi,
simple (neh, silly) suggestion, why not put a vb app in the startup/run and shutdown registry settings (i assume theres a shutdown/logoff one)?
Kieron
____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)
13-12-2002 at 01:43 AM
|
tokarbil Level: Guest
Re: how to track login logout times
If you are running in an Active Directory environment you can do this using GPO's and some simple code that logs the time to a file, etc.
30-07-2003 at 11:49 AM
|
andrea_deleon Level: Guest
Re: how to track login logout times
Mr. tokarbil,
How to run Active Directory environment?
What is GPO and how to use it?
Please post the coding of your suggestion.