Wednesday, May 15, 2013

Import PST into exchange 2010

New-ManagementRoleAssignment –Role "Mailbox Import Export" –User USER The files need to be stored on a share New-MailboxImportRequest -FilePath \\server\share\user.pst -Mailbox usermailbox Command to remove request when completed: Get-MailboxImportRequest | where {$_.status -eq "Completed"} | Remove-MailboxImportRequest

No comments:

Post a Comment