1.

Solve : Monitoring web activity?

Answer»

Hello, if you know how to log web activity on a specified user and make the results appear in a notepad file please could you TELL me. Also if you know how to make the batch file launch at start up that would be helpful as well, so far I have:
@echo off
echo. > log.txt
echo Log File >> log.txt
echo. >> log.txt
echo User : %username% >> log.txt
Date /t>>log.txt
Time /t >> log.txt
echo. >> log.txt
echo Process Ran by %username% >> log.txt
echo. >> log.txt
qprocess >> log.txt
echo. >> log.txt
echo Network Activities >> log.txt
netstat -s >> log.txt
exit

Thank you.
*If possible please e-mail the response.I USED a tool called Wireshark which can export the monitoring results to a file which then can be analyzed further etc, although it requires you to manually start the capture process to monitor, and then end the capture, and then export the data which then can be viewed in raw text state or imported into other programs to refine further or build up proof that an employee wasnt doing their job and instead was playing farmville etc.

Generally from a HR PERSPECTIVE though, back when I was head of IT for a small business, I was advised to not build a case against someone who was in violation of use of Farmville and Facebook and instead to just block their ability to get to the sites that were not allowed. So I installed a Dell SONICWALL and the problem was solved.



Discussion

No Comment Found