View Somebody Elses Histroy List

  • Thread starter Thread starter Kenneth Keeley
  • Start date Start date
K

Kenneth Keeley

Hi,
How can I as an administrator obtain other users history list to see if
they are visting sites that they are not allowed to visit. This would be use
only when somebody is suspected of breaking company policy.

Thanks for any ideas.
Kenneth
 
Kenneth Keeley said:
Hi,
How can I as an administrator obtain other users history list to see if
they are visting sites that they are not allowed to visit. This would be use
only when somebody is suspected of breaking company policy.

Thanks for any ideas.
Kenneth

Like I'm really going to help a company stooge to XX_-^ up some hard working
employee who just takes a break for a few minutes to relax!
 
Is relaxing, the viewing of illegal or offensive material. If this is your
idea of relaxing then you belong in jail.
 
You need to capture each user's History.IE5\index.dat and then
read it with a special formatter. Originally there was some shareware
called History Reader from Wolfgang Baudisch which I used
to inform posters of whenever this question was raised. The last time
it was discovered that the link I provided did not work. YMMV.

There are other angles to this topic. In particular provided timestamps
are not important to you, you can get a rough list of sites visited simply
by using the following command line pipeline:
find /i "visited:" index.dat | sort

Do a Google Groups search for more. E.g. try:
author:aldwinckle baudisch


Good luck

Robert Aldwinckle
 
Back
Top