Home Microsoft Exchange Server 2010
Import mail from .PST files to Exchange 2010 for All Users/An OU/Single User Print E-mail

 

I wanted to note down the poweshell commands I used to import mail from .PST files to Exchange 2010 mailboxes.

The .PST files themselves were generated by Exmerge from mail stored on Exchange 2003 servers. This was then required to be imported into respective Exchange 2010 mailboxes.

Below is ways I used to import all .PST data into its respective mailboxes, a specific OUs mailboxes, or for an individual users mailbox.

 

Import mail from .PST files for all mailboxes: 

Get-Mailbox | Import-Mailbox -PSTFolderPath C:\PSTFiles

  

 

Import mail from .PST files for all mailboxes in the Finance OU: 

Get-Mailbox -OrganizationalUnit “DOMAIN.LOCAL/FINANCE” | Import-Mailbox -PSTFolderPath C:\PSTFiles

 

 

Import mail from a .PST file for an individual mailbox: 

Get-Mailbox -Identity "Andy Barnes" | Import-Mailbox -PSTFolderPath C:\PSTFiles 

 

 

 

 

        
            

      

 

DISCLAIMER: All advice, tips, guides and other information on this website is provided as-is with no warranty or guarantee. While most information is correct to the best of my knowledge, I am not reponsible for any issues that may arise in using the information, and you do so at your own risk. As always before doing anything; check, double check, test and always make a backup.

 

Help VMadmin

All resources on this site are provided absolutley free. However it takes time and money to keep the site running. If any information has been helpful to you or your company, and you wish to make a donation to help keep VMadmin.co.uk running you can do so via paypal, and it would be much appreciated.

Click to donate to VMadmin.co.uk via paypal.