Link to home
Start Free TrialLog in
Avatar of Wayne88
Wayne88Flag for Canada

asked on

Automated PST migration tool or script

Hi There,

I am doing a migration project for about 50 users where they are currently using Outlook 2010 connected to a 3rd party email server using POP3.  This means that their mail stores are in PST format and some have multiple multiple PST (when more than 2gb) archives.

I will be migrating their domain and deploying SBS 2008 with Exchange.  Is there a tool or script I can use to migrate the PST files into the Exchange server?

Thanks

Wayne
Avatar of sunnyc7
sunnyc7
Flag of United States of America image

You can try this

Get-Mailbox –Database <name of database> | Import-Mailbox -PSTFolderPath c:\PSTs

Here
http://www.msexchange.org/articles_tutorials/exchange-server-2007/management-administration/exchange-2007-sp1-mailbox-management-part1.html
where all your PST's are saved with mailbox names in c:\psts
Avatar of Wayne88

ASKER

Thanks sunnyc7, I will give that a go and let you know.
Avatar of Wayne88

ASKER

On second thoughts this seems to be manual work and for that many workstations this is a bit tedious. I am looking to automate it.
You will have to get all 50 PST's in one place before you start importing using any script - dont you think ?

Automation can take care of putting those PST's in exchange using 1 script - instead of manually doing 50 imports in 50 outlook's.
ASKER CERTIFIED SOLUTION
Avatar of Wayne88
Wayne88
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Bluedevil fan is a genius :)
He's really good.