Rexxer

Some tips for me and other

Exchange 2010 + export single mailbox

1. Run Exchange powershell console and type (e.g.):

NewManagementRoleAssignment –Role “Mailbox Import Export” –User domainadmin

So, You got rights import-export for user admin.

2. Restart Exchange powershell console.

3. Create a share on a server or use existed one, and grant Exchange Trusted Subsystem read/write permission. You can’t export on the local disks (but why not – I can’t understand).

4. Type the command:

NewMailboxExportRequest Mailbox ivan.ivanov -FilePath “\ServerShareivan_ivanov.pst”

5. You can review the backup state and progress:

Get-MailboxExportRequest | Get-MailboxExportRequestStatistics

Links: http://www.stevieg.org/2010/07/using-the-exchange-2010-sp1-mailbox-export-features-for-mass-exports-to-pst/

http://technet.microsoft.com/en-us/library/ff607299.aspx

Leave a Reply