BSA.org?

http://www.bsa.org/country/Tools%20and%20Resources/Free%20Software%20Audit%2
0Tools.aspx 

-----Original Message-----
From: Ben Scott [mailto:[email protected]] 
Sent: Friday, November 13, 2009 5:57 PM
To: NT System Admin Issues
Subject: Re: Network audit software to list all EXEs on a machine

On Fri, Nov 13, 2009 at 1:57 PM, Angus Scott-Fleming
<[email protected]> wrote:
> ... we need to inventory
> all the EXEs, including date-time stamp, file-size ...

  DIR \\hostname\C$\*.exe /A/S

> and (preferably) a hash like MD5 or SHAx ...

FOR /F %i IN ('DIR \\hostname\C$\*.EXE /A/S/B') DO md5sum %i

-- Ben

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~




~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

Reply via email to