Hello, @Brian Brownton,
Welcome to the Microsoft Q&A platform!
Based on your description, you encountered an issue during the "Check endpoint setup status" step of your migration. This can happen for a few reasons. Here are some common troubleshooting steps:
1.Verify Prerequisites: Make sure that you have completed all the prerequisites listed in the migration guide, including enabling IMAP for your Google Workspace accounts and setting up the necessary permissions.
2.Test Migration Server Availability: Use the Test-MigrationServerAvailability
cmdlet in Exchange Online PowerShell to check if the migration endpoint is correctly set up. Here's an example command:
Test-MigrationServerAvailability -Gmail -ServiceAccountKeyFileData $( [System.IO.File]::ReadAllBytes("C:\\path\\to\\your\\keyfile.json") ) -EmailAddress ******@yourdomain.com
This will help you identify if there are any connectivity issues between Microsoft 365 and Google Workspace.
3.Check App Passwords and 2FA: Make sure that 2-step verification is enabled for the Google Workspace accounts and that app passwords are generated and correctly entered in the migration CSV file.
4.Review Throttling Limits: Google Workspace has throttling limits that can affect the migration process. Ensure that you are not exceeding these limits.
Also, here is an official document on how to deal with error during mailbox migration and a similar issue for your reference:
1.Can't migrate Google Workspace mailboxes to Microsoft 365 - Exchange | Microsoft Learn
2.Gsuite to Microsoft 365 Migration - Error creating endpoint - Microsoft Community
Should you need more help on this, you can feel free to post back.
If the answer is helpful, please click on “Accept answer” as it could help other members of the Microsoft Q&A community who have similar questions and are looking for solutions.
Thank you for your support and understanding.
Best Wishes,
Alex Zhang