[ExchangeList] Re: PST script

  • From: "Tom Kern" <tpkern@xxxxxxxxx>
  • To: exchangelist@xxxxxxxxxxxxx
  • Date: Thu, 14 Sep 2006 13:52:56 -0400

Thanks.
It works pretty well.
 
I'm just making my way around VBscript so any help on how to modify the script to read in a text file of pc names and spit out the result path info to a diff text file would be great.
I don't suppose there is anyway to get the name of the pc in the path info as well?
 
Thanks. You've been a great help!

 
On 9/14/06, ChongJa@xxxxxxxxxxxxxxxx <ChongJa@xxxxxxxxxxxxxxxx > wrote:

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/hey1014.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: