Hi all,
I've been lurking on the site for a while now and have just picked up on this thread. There seems to be a lot of complicated code for what is a simple job.
I log my users and computers (900 and 350) using a couple of batch files which are called from a login script. They are placed in a GPO in User Configuration-Window Settings-Scripts
The logon script is as follows:
@echo ON,%COMPUTERNAME%,%USERNAME%,%TIME%,%DATE% >> \\server\wherever\monitor.txt.
The Logoff script is the same (replacing ON with OFF!)
The text file is converted on a daily basis to a CSV file and then manipulated in a spreadsheet.
I hope this helps someone
Rob