Exchange 2010 Mailbox import from PST’s

26 Aug 2010 by Simon Greaves

To import PST’s in Exchange 2010 install Outlook 2010 64-bit on Exchange server and run New-ManagementRoleAssignment –Role "Mailbox Import Export" –User "<username>"

dir c:pst_location | %{Import-Mailbox -Identity $_.basename -PSTFolderPath $_.fullname}

Comments are closed for this post.