Winaudit

Post date: May 17, 2016 9:4:45 PM

It's handy to be able to get detailed information about a workstation without having to interrupt the person using it. My favorite tool to use is WinAudit.

I put it on a remote computer then use psexec to launch a remote command line, then run it there to generate my report.

This command is what I prefer:

winaudit.exe /r=gsoPxuTUeERNtnzDaIbMpmidcSArCOHG /o=HTMLi /f=c:\temp\computer_audit.html /T=file_timestamp /l=c:\temp\winaudit.log

It's worth considering creating a directory for that to live in since it generates images as well. Maybe a batch file would work best.