The following errors were encountered during migration:
"Error creating source session. The request failed."
"Could not locate mailbox using Autodiscover."
"Autodiscover failed to find the EWS URL for mailbox."
The root cause was determined to be related to access policies and authentication mechanisms in Exchange Online.
The error "403 Forbidden" typically indicates permission or authentication issues with the migration tool's ability to access mailboxes in Exchange Online. This can result from outdated permissions, incorrect policy configurations, or issues with the service principal.
To resolve this issue, follow these steps:
Verify Access Policies
Run the following command in PowerShell to ensure the application has been granted the necessary permissions:
Test-ApplicationAccessPolicy -Identity "UserMailbox@domain.com" -AppId "YourAppIDGuid"
If AccessCheckResult
returns "Granted," the application has the required access.
Grant Exchange Online PowerShell Core Consent
Add the Exchange Online PowerShell core consent to ensure proper authentication for mailbox migration.
Verify the correct service principal is assigned to the Entra Exchange Administrator role.
Check for Conflicting Application Access Policies
Run the following command to list any restrictive access policies:
Get-ApplicationAccessPolicy
Ensure no policies are limiting access to the affected mailboxes.
Reattempt Migration
After making the necessary adjustments, restart the migration process and monitor for any remaining issues.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Nutzungsbedingungen Datenschutz Cookie Preference Center