No of visitors who read this post:
190
Category:
Exchange Server
Type:
Question
Author:
Matthew Shilling
I am looking for any suggestions that can help me out. I am trying to import PSTs into Exchange 2010 (RTM or SP1) using Powershell (for SP1) but was unsuccessful and have run out of ideas. Any suggestions will be much appreciated!
- Login or Signup Now to post comments

Hallo Matthew Shilling,
For that process to be successful, I mean importing PSTs into ms exchange 2010 using powershell, you will need to have exchange management shell scripts. You will then use the following procedure:
New-ManagementRoleAssignment -Name "Import Export Mailbox Admins" `
-SecurityGroup "Mailbox Support" `
-Role "Mailbox Import Export"
Import-Mailbox -PSTFolderPath pstfilepath -Identity exchangealias
That should enlighten you.
__
Regards
Mahesh Babu