
How to get user Login/out time on NT PDC ?
Why not use a login script that writes the login time and date
into the log files. WSH 2.0 provides a method to write directly
into the login. For Win 9x I wrote a simple file that records
the login time, date and user name. Also, isn't there a way
in Win NT to set auditing in a way that each login is recorded
automatically? Or did I misunderstood something?
Reading log-entries may be done using WMI for instance
(need to install WMI provider for NT).
G. Born
Check out the WSH Bazaar at:
www.borncity.de
crick schrieb in Nachricht ...
Quote:
>Hi here :
> Is anyone knows how to get the login/out time of
> all domain users on NT PDC by writting program ?
> Any hint or idea will be very appreciated.
> Thanks in advance, Crick Lin.