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}







