I have a text file of IPs of computers
I have certain file names I am looking for (including wild cards) (ex: pass, pw, p@ss*, and case insensitive)
And I want to search everyone's computer, for these files and generate a list. And see who owns the file or last modified it.
I have all the pieces, but cant seem to get them to work.
This script, will look for files, but not in sub directories
http://www.vbforums.com/showthread.php?t=539408
This script can crawl thru sub directories but doesnt do the wildcard
http://www.vbforums.com/showthread.php?threadid=148928
And this function will get me the file owner
http://www.tek-tips.com/viewthread.cfm?qid=1245728&page=3
But I have tried mashing them together in so many different ways, without any luck.
Any help will be much appreciated.
Thank you,