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/> ~
