Jump to content

Recommended Posts

Posted

Hi Guys,

 

Looking for some advice on where I'm going wrong! trying to 'track' users history on a 2008 domain with xp clients. I dont have access to the firewall as its located at our LEA, and the head has asked me to make it user specific.

 

I wrote this little script using IEHistoryView to record users history (to run on logoff) into a hidden share on my server, but when I test it on staff and student accounts it creates blank html documents!

 

@echo off
mkdir \\srv1\ielogs$\%username%
\\srv1\Apps\iehv\iehv.exe /shtml \\srv1\ielogs$\%username%\History.html -user %username%

 

Its not permissions as iehv.exe is in a location every user has read access too and the share 'ielogs$' users have modify permissions.

 

TL;DR need to track staff and student usage and be user specific

 

Thanks in advance

 

Grant :bowl:

Posted
This will never be as reliable as putting a proxy in between to record what is being requested. IE can have its history cleared easily and the magic of InPrivate browsing prevents the history being generated in the first place.
  • Thanks 1
Posted
This will never be as reliable as putting a proxy in between to record what is being requested. IE can have its history cleared easily and the magic of InPrivate browsing prevents the history being generated in the first place.

 

Thanks for the reply Ric_

 

I've gone nazi and put a GPO inplace to ban deleting history and disabling InPrivate browsing. Need to get this setup asap to track a naughty user

Posted

see the thing with HTML logs, is that you have to spend ages getting it to work. With ISA, its just a separate box, can be disconnected if needed too, and you can view all requests from specific IPs if you wish! much faster than sifting through HTML logs, but hey, if its what works for you then go for it! :) good luck in your endeavour

 

(None of that was meant to sound sarcastic by the way!)

Posted
We do this with a similar script - inprivate and history deletion is turned off. Works well, only fails when they pull the plug rather than log off. It's a rather lengthy .vbs script that we run, I can share it if needed - think it was sourced from here originally though.
Posted
using the IEHistoryView process here in the same way, but having a web server scan the loggs and transfer all data to an mysql database. Works well.

 

Do you then print out the logs and tape them to a nice wooden table for photos? :getmecoat:

Posted
Do you then print out the logs and tape them to a nice wooden table for photos? :getmecoat:

 

only occasionally, most the time just pull up a web page containing statics on one student when asked by student support staff which looks good but means nothing at all. With the way safeguarding is going having a good log which you do not have to do anything to maintain is a good idea.

Posted
We do this with a similar script - inprivate and history deletion is turned off. Works well, only fails when they pull the plug rather than log off. It's a rather lengthy .vbs script that we run, I can share it if needed - think it was sourced from here originally though.

 

would be nice if you could share that please! :-)

  • 4 months later...
  • 2 months later...
Posted

I have an admin template for group policy that allows you to redirect all shell folders for users.

 

One of the techs from our county office of education uses this same setup to redirect students' history to a hidden network share and then gives the guidance councelor permission to view those files.

 

I could share the template with you if youd like.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • 158 What is your preferred operating system (PC)

    1. 1. Operating systems:


      • MacOS
      • Windows 10
      • Windows 11
      • Windows Vista
      • ChromeOS
      • Other (reply)

×
×
  • Create New...