Is there a way to search all PC's in a domain for a file?
Announcement
Collapse
No announcement yet.
Search Pc's for a file
Collapse
X
-
Re: Search Pc's for a file
These two posts should help:
http://www.systemtools.com/HyenaBoar...ML/000399.html
http://www.systemtools.com/HyenaBoar...ML/000065.html
-
Re: Search Pc's for a file
I tried running that command but all I got back in my file was that command for each machine I choose. Itried runnin git on my pc with a file I know exsists but got the same result...
<div class="ubbcode-block"><div class="ubbcode-header">Quote:</div><div class="ubbcode-body">Originally posted by cmccullough:
<span style="font-weight: bold">These two posts should help:
http://www.systemtools.com/HyenaBoar...ML/000399.html
http://www.systemtools.com/HyenaBoar...ML/000065.html </span></div></div>
Comment
-
Re: Search Pc's for a file
I have a tool I used to search my servers for certain files. This is what I have in the command line for it. I haven't tried running it on more then one selection at a time. If the file your looking for is in the system, you could use the administration share.
<span style="font-weight: bold">cmd.exe /x /c "dir \\%E%\D$\*.wav" /s /q >>c:\musicowner.txt</span>
This is for the wav file, you can change that parameter as you need it. Then of course the output location and name.
[This message has been edited by Trammel (edited 12-14-2004).]
Comment
Comment