Permissions to Import or Export Mailbox Data in Exchange 2010
In Exchange 2010 none of the preloaded role groups have the Mailbox Import Export role, The person performing the import or export must have the appropriate permissions within Exchange. The easiest way to grant this permission is by adding Mailbox Import Export role to a role group.
To create the role group we need to run the following:
New-RoleGroup "Mailbox Import-Export Management" -Roles "Mailbox Import Export"
This will create a group called “"Mailbox Import-Export Management"”, every user added to this group will have the right to run the import/export cmdlets, adding a user can be done by running the following:
Add-RoleGroupMember "Mailbox Import-Export Management" -Member <user account>
If you try to run the cmdlets and you don't have the correct permissions, you'll receive an error stating that the cmdlet doesn't exist. And by the way , you'll need to restart the Exchange Management Shell after you add the Mailbox Import Export role to the role group.
Comments
Anonymous
May 20, 2013
OH, bless you for your most clear and straight-forward explanation.Anonymous
July 16, 2014
jAnonymous
July 29, 2014
Beautiful, thank you.Anonymous
January 12, 2015
Thank you! I wish the product documentation could have explained it as easy as you have.Anonymous
May 14, 2015
Thanks a million! You saved my day. Don't ever let this blog die.Anonymous
September 06, 2015
Thanks buddyAnonymous
February 03, 2016
Great, thanks for sharing helpful steps, but I already tested this import/Export solution (http://www.lepide.com/exchange-manager/import-export.html ) which provides the facility to export mailbox from edb to pst, msg / eml or office365. It easily fix entire exchange server corruption issues without any problem.Anonymous
March 31, 2017
This is one of the best and most detailed guide: http://www.iperiusbackup.net/en/configure-exchange-permissions-backup-export-restore-mailboxes/