Windows server 2003/2008 and Exchange 2007 – How to import mailbox data from PST

Posted by aidas | Posted in Exchange 2007, Powershell, Windows 2003, Windows 2008 | Posted on 05-05-2009

0




This post will show how to import data from PST file to mailbox in Exchange 2007 running on Windows server 2003. Lets import testuser.pst which is located in D:\PST to testuser mailbox.

First we need to have full access rights on testuser mailbox. To grant it to our user (Admin) open powershell and type:

Add-MailboxPermission -Identity testuser -User Admin -AccessRights FullAccess

After granting rights we can proceed with data import:

Import-Mailbox -Identity testuser@testdomain.com -PSTFolderPath D:\PST\testuser.pst

Note that you need Outlook 2003 with SP2 or Outlook 2007 installed to perform this import

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google
  • Reddit
  • StumbleUpon
  • Blogosphere News


Follow us on Twitter !
Follow us on Twitter!


Write a comment