file search

  • Thread starter Thread starter Neil
  • Start date Start date
N

Neil

Hello,

I've been given the task of searching all our company computers for PST
files and I want to do this using a c# console app. The ideal script would
query the AD for machine name, then map to the admin share of the
workstation, and search for files ending with extension PST. Any ideas?

thanks
 
Neil said:
Hello,

I've been given the task of searching all our company computers for PST
files and I want to do this using a c# console app. The ideal script would
query the AD for machine name, then map to the admin share of the
workstation, and search for files ending with extension PST. Any ideas?

thanks

use a recursive File method
 
Back
Top