well what i want is this
i'll try and make it as easy as possible

given a list of machines (prolly around 300)
search there local harddrives for a file that is size 2546176 in size (but as some people have edited this file i wanted to capture the ones that were greater than this up to say around 2800000)
list the files that it finds with the size
so i see
c:\test.doc 2546176
c:\temp\test.doc 2734000

what i'm going to need but i think i can do this is
get the following output
machine=testpc
c:\test.doc 2546176
c:\temp\test.doc 2734000
-----------------
machine=testpc2
-----------------
machine=testpc3
-----------------
machine=testpc5
c:\test.doc 2546176
c:\temp\test.doc 2734000

so i can see which machines have the file size and which ones don't

does that make sense?

basically a very sensitive file from HR has been leaked out to the network and the management are asking me to see if i can locate any copies on peoples harddrives

people have renamed this file and some might have changed the size buy adding a few extra characters

does this make sense now?