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}
Tagged with: Command Line
Comments are closed for this post.