Hybrid Exchange mailbox migration issues

Matt Pollock 251 Reputation points
2022-09-23T17:59:00.54+00:00

Hello,

I'm having issues with migrating a particular user from Exchange on prem up into Exchange Online.

A couple of weeks ago our IT helpdesk assigned this on prem user an Exchange Online license to their O365 account by mistake, and ever since the license was removed there have been issues.
Namely, the user does not appear in the Exchange Online GAL any more - all other on prem users do.
The user cannot be emailed anymore from and Exchange online user.

Having looked into this, I ran the following command to remove any remnants of the erroneous EO mailbox from the users O365 account

Set-User onpremuser@keyman .com -PermanentlyClearPreviousMailboxInfo

Checking the account afterwards, all looks good to me

Get-User onpremuser@keyman .com | Select-Object Name,Recipient

Name PreviousRecipientTypeDetails RecipientType RecipientTypeDetails
---- ---------------------------- ------------- --------------------
onpremuser None User User

Having then tried to set up a migration job for the user to move the mailbox to Exchange online, the batch fails with the following error:

"A recipient wasn't found for "onpremuser@keyman .com" on the target. Create a recipient of the appropriate type for this migration on the target and try again."

So how do you migrate an on prem mailbox in this situation, if assigning an EO license (which I'm assuming is what would create the missing recipient) would then stop the user accessing their on prem mailbox - as was the case originally?

Thanks

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,386 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
1,999 questions
{count} votes

5 answers

Sort by: Most helpful
  1. JimmySalian-2011 42,071 Reputation points
    2022-09-25T20:01:40.147+00:00

    Hi Matt,

    Check this link for troubleshooting sync issues, very useful to understand the process of CS and MV and how AAD Connect works.

    tshoot-connect-object-not-syncing

    ==
    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    0 comments No comments

  2. KyleXu-MSFT 26,246 Reputation points
    2022-09-26T06:14:20.5+00:00

    @Matt Pollock

    I check in my lab, the synced AD account show as "MailUser" type in "Get-User" command.

    So, I would suggest you move this AD account from a sync OU to an unsynchronized OU. Check whether the AAD account disappear.

    The remove the 'msExchMailboxGuid' and 'targetAddress' value from this AD account (Backup it first) , after that move back to sync OU and sync again.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    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.



  3. Amit Singh 4,956 Reputation points
    2022-09-27T09:34:23.19+00:00

    When a user is created on-premises and synced to Office 365. E1/E3 license assigned which auto-creates a mailbox. Then you create it on on-premises and try to migrate it and you're stuck. If it's a new user, you could just delete the Office 365 user and remove this user from the recycle bin. It will get recreated next sync and then you can migrate the mailbox and assign a license.


  4. Matt Pollock 251 Reputation points
    2022-09-29T12:42:51.46+00:00

    Still investigating this issue.

    All attributes synced by AAD Connect look good to me having looked at the article @JimmySalian-2011 shared - https://learn.microsoft.com/en-us/azure/active-directory/hybrid/tshoot-connect-object-not-syncing - thanks

    One thing I have noticed when checking the users account in O365 is that there is a legacy value in the sign in field when Get-MsolUser is run, that doesn't match the UPN.

    Two questions:

    • can this field be amended?
    • Is this field relevant anymore as I understand MSonline PS module is being deprecated?

    Get-MsolUser -UserPrincipalName User@keyman .com | fl UserP*,Sign*

    UserPrincipalName: User@keyman .com
    SignInName : User@legacydomain.com

    I can find no reference to User@legacydomain.com in the attributes synced to AAD
    The user is sure that Sign in name hasn't been used for years.
    The legacy domain does still exist however as an accepted domain associated with a completely separate Azure tenant to the one I'm working with.


  5. Matt Pollock 251 Reputation points
    2022-10-17T13:01:41.823+00:00

    This has been resolved after several weeks of troubleshooting with MS Support.

    As a last resort the user account needed to be permanently deleted in AAD and O365, then re-synced via AAD Connect.

    Following this, the MailUser object was successfully created in Exchange Online

    0 comments No comments