To migrate data from Exchange 2010/2013/2016/2019 you must enable Application Impersonation for the migration administrator account. This allows the migration administrator to impersonate all users on all your client access servers.
To enable Application Impersonation rights, use role-based access controls, and create a role group that has Application Impersonation rights.
To create a role group for impersonation, use the PowerShell cmdlets from the articles above. The following is a step by step guide for creating the impersonation role and assigning a user to that role.
In the following example, we are using the user migAdmin@example.com.
New-RoleGroup -Name MigrationImpersonation -Roles ApplicationImpersonation -Members migAdmin@example.com
You can add multiple users using commas to separate each user.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center