Wireless Networks Thread, audit of Users history login history in Technical; Hi
I need to be able to get some times and dates of when a particular student has been logged ...
-
29th January 2008, 10:48 AM #1 audit of Users history login history
Hi
I need to be able to get some times and dates of when a particular student has been logged into a machine, so I can see where and when a certain email was sent. (which machine he was on at the time), usually this would not prove too difficult as we would usually use RM Audit, but this is not working for some wierd reason. will try and fix later.
In the meantime is there any other way of doing this?
Thanks
Scot
-
-
IDG Tech News
-
29th January 2008, 10:54 AM #2 Assuming you enable the security log, that will tell you. Failing that, look for folder redirection and profile messages in the application/system logs.
-
-
29th January 2008, 11:36 AM #3 I have a Kixtart script which logs this [amongst other things]. You could tag it to the login script?
If you are interested, let me know.
-
-
31st January 2008, 06:47 AM #4 I would be intrested in that kix script if you dont mind.
Thanks
-
-
31st January 2008, 07:42 AM #5
- Rep Power
- 16
Simple ‘echo’ command in the student login script perhaps?
Code:
echo %DATE% %TIME% %USERNAME% %COMPUTERNAME% >> SERVERNAME\SERVERSHARE\%USERNAME%.txt
echo %DATE% %TIME% %USERNAME% %COMPUTERNAME% >> SERVERNAME\SERVERSHARE\%COMPUTERNAME%.txt
Or for specific user:
Code:
IF %USERNAME% == MYTESTUSER echo %DATE% %TIME% %USERNAME% %COMPUTERNAME% >> SERVERNAME\SERVERSHARE\%COMPUTERNAME%.txt
Last edited by plock; 31st January 2008 at 07:44 AM.
Reason: added second option
-
-
31st January 2008, 07:47 AM #6
- Rep Power
- 13
We've got a script running at logon and logoff that makes an entry in an Access DB with the Username, PC Name, Date and Time.
Makes it an easy one stop shop to find out who was last on a computer before the computer took a nose dive. Am also going to update the script over the coming months to send an alert to the administrator when certain students logon. Then if we suspect a kid is playing on the network we will hopefully know as soon as they logon and start to watch or record them.
-
Thanks to dan400007 from:
plock (31st January 2008)
-
31st January 2008, 07:54 AM #7
- Rep Power
- 16
-
-
31st January 2008, 05:50 PM #8 We use Kixtart to log pc name, username, ip and logon time to SQL server. Even with 1000s of logins a day the database doesn't get big at all.
I log IPs as well as PC names, because sometimes you need to tie an event to an IP address and it's not easy to prove which PC it belonged to 3 weeks ago.
I'm looking to increase the logging to include MAC addresses and possibly log off times via a logoff script - another job for the "one day" pile. Adding the logoff time to the same record as the logon would be my preferred setup.
If anyone wants it, send me a PM - the meat of it is in a free UDF from the KiXtart site (DBCommand.udf) - my bit adds up to 4 lines of kix + comments and a database a 6 year old could make
Making it log to your choice of database server should be easy enough too.
-
SHARE: 
Similar Threads
-
By vikpaw in forum MIS Systems
Replies: 2
Last Post: 28th January 2008, 12:56 AM
-
By chalkwellstu in forum Windows
Replies: 6
Last Post: 25th January 2008, 01:06 PM
-
By callumtuckey in forum Windows
Replies: 7
Last Post: 12th June 2007, 09:09 AM
-
By mighty.grey.eagle in forum General Chat
Replies: 8
Last Post: 10th January 2007, 11:52 PM
-
By witch in forum Educational Software
Replies: 24
Last Post: 29th November 2005, 01:27 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules