A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.
Hi Caro,
For your concern, I suggest you first double check these things:
1/ Check the CSV header and coding
Refer to Perform an automated Google Workspace migration to Microsoft 365 or Office 365 in EAC in Exchange Online, Microsoft documentation says that the required CSV header need to be EmailAddress, and it must contain the primary email address for an existing Microsoft 365/Office 365 mailbox.
For example:
| EmailAddress | |
|---|---|
| ******@domain.com |
Or, if the Google/Gmail address is different from the Microsoft 365 address:
| EmailAddress | Username |
|---|---|
| ******@domain.com | gmail******@domain.com |
2/ Check mailbox provisioning after license assignment
If the license was just assigned, Exchange mailbox provisioning can lag. You can pick one failed user and run this PowerShell:
Get-Mailbox ******@domain.com
If it fails, please wait and retry later, or you can remove and reassign the Exchange Online service plan if needed.
You can also check whether the user is hidden or mismatched:
Get-EXORecipient ******@domain.com
If the object cannot be found by Get-EXORecipient, you should fix the mailbox provisioning/licensing first.
Hope this information would be helpful for your concern. If you have any other questions, please feel free to reach out again in the comments on this post. I'm happy to assist you further
Thank you for your understanding and cooperation. I'm looking forward to your reply.
If the answer is helpful, please click "Yes" and kindly upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.