Assign Mailbox Import Export Role
Enable mailbox import and export capabilities in Exchange Online.
Overview
The Mailbox Import Export role is required for certain migration operations in Exchange Online. There are two methods to assign this role: using the Admin Exchange Center or PowerShell commands.
Two Methods Available
Admin Exchange Center Method
Navigate to Roles
Open the Admin Exchange Center and go to the Roles section.
Select Admin Roles
Click on Admin roles to view available roles.
Enable Organization Management
Locate Organization Management and check the box to enable it.
Verify Mailbox Import Export
In the expanded permissions, verify that Mailbox Import Export is checked.
Save Changes
Save your changes to apply the role assignment.
PowerShell Method
Command Steps
1. Import Module
Import-Module ExchangeOnlineManagement 2. Connect to Exchange Online
Connect-ExchangeOnline -UserPrincipalName admin@yourdomain.com 3. Verify Existing Assignments
Get-ManagementRoleAssignment 4. Add Permission (if needed)
New-ManagementRoleAssignment -Role "Mailbox Import Export"