Avatar of DrakeCA
DrakeCA
Flag for Canada asked on

Exchange 2003 server crash....How can I automate import of PST data to new mailbox??

One of the information stores on our Exchange server became corrupted yesterday.  Unfortunately the backup image we had from Monday night is listed as corrupted when I try to mount it in Exchange.  I tried running ESEUTIL to repair the IS, but that effort failed.

In a bid to get everyone working again I created a blank IS late last night then mapped the users to it.  This has allowed people to send/receive mail and become productive again.

To recover their historical data we ended up remoting into each users PC.  Opening their OST file and copied this information to a local PST file.  Thankfully our company isn't too big and we have been able to get to everyone over the course of the day.

At this point I have the users Outlook connected to their new mailbox and a separate PST file (showing as Personal Folder) with their historical emails.  Ideally I would like to somhow automate the process of searching each of the mail folders in the local PST and copy anything less than 6 months old to their live mailbox (on the Exchange server).  Ideally we could send this script to each user so that they could run it on their PC without IT assistance.

Is this doable?  Does anyone have a script which might accomplish the task?

Appreciate any assistance...
ExchangeOutlook

Avatar of undefined
Last Comment
DrakeCA

8/22/2022 - Mon
Jon Brelie

Exmerge is the only 2003 era tool I know could import it besides Outlook.  I don't think you could automate it though.

2007/10 has the Import-Mailbox command that can match exchange aliases to pst filenames, but that probably doesn't help you.
Rick Fee

Automating Exmerge:

http://www.petri.co.il/brick_level_backup_of_mailboxes_by_using_exmerge.htm

You can use the task scheduler with the exmerge.exe and the parameters you require
ASKER CERTIFIED SOLUTION
lucid8

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
DrakeCA

ASKER
I hadn't thought of that.  We did export the emails in the newer PST format...guess ExMerge is out of the equation.

Next question then...is there any way that I can have Outlook only show me messages 6 months or newer so that I can only copy those messages back to their live mailbox?  Some users have PST files which are over 4 GB in size!!

Thanks...

Craig
Your help has saved me hundreds of hours of internet surfing.
fblack61
lucid8

Create a VIEW in outlook i.e.
  • At the top of Outlook,  Click on View/Current View/Define Views....
    • Click New...
    • Name the view and select a type
    • Click OK and you will be given all the options and right in the middle is a FILTER option that you can customize
    • Once you get that done then apply that view and Drag and Drop items into the new Mailbox
  • Other option would be to do a search and then D&D items
  • The other option would be to Open each PST
    • Then Export the contents to a NEW PST and put a date filter on the export action which would give you all the data within the desired date range
    • Then open that PST and import it with Outlook
  • If you wanted something more sophisticated you should check out Lucid8's DigiScope but from how you describe it one of the above Outlook options should server you well
Troy Werelius
Lucid8.com
DrakeCA

ASKER
I ended up having to manually import each users records over the course for a couple of days.  Wasn't as bad as I had expected.