[ExchangeList] Re: PST script

  • From: <ChongJa@xxxxxxxxxxxxxxxx>
  • To: <exchangelist@xxxxxxxxxxxxx>
  • Date: Thu, 14 Sep 2006 13:22:01 -0400

Test it out, on a few computers and if it's something you can work with,
I'll help you to pipe out the additional info, pc name, dir path. 

 

________________________________

From: exchangelist-bounce@xxxxxxxxxxxxx
[mailto:exchangelist-bounce@xxxxxxxxxxxxx] On Behalf Of Chong, James
Sent: Thursday, September 14, 2006 1:16 PM
To: exchangelist@xxxxxxxxxxxxx
Subject: [ExchangeList] Re: PST script

 

Use something like this from MS scriptcenter. Pipe the results to a text
file. In order for you to search your network, you must execute this
script to read in a text file of all your computers in your network. 

 

strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
    & "{impersonationLevel=impersonate}!\\" & strComputer &
"\root\cimv2")
Set colFiles = objWMIService.ExecQuery _
    ("Select * from CIM_DataFile where Extension = 'mp3'")
For Each objFile in colFiles
    Wscript.Echo objFile.Name 
Next

 

 

http://www.microsoft.com/technet/scriptcenter/resources/qanda/oct04/hey1
014.mspx

 

________________________________

From: exchangelist-bounce@xxxxxxxxxxxxx
[mailto:exchangelist-bounce@xxxxxxxxxxxxx] On Behalf Of Tom Kern
Sent: Thursday, September 14, 2006 12:44 PM
To: ExchangeList
Subject: [ExchangeList] PST script

 

Does anyone know of a script or free utility which can scan every pc on
your network for PST files and just dump out the pc name,dir path to
each pst it finds to a text file?

 

 

My manager wants to have a listing of all pst files our users have on
the network.

This includes pst's dumped locally as well as one's in their networked
home dir.

 

 

Thanks alot.

Other related posts: