Announcement: Need a free practice exam or an interactive mocks material for a Microsoft certification? Click here to use the MS Forms I've created previously.
May 1, 2020 | by iaur | posted as Hybrid(EXO) - T/S, M365 Migration
Step 1. Ensure that the MSOL User is not licensed with EXO
Step 2. Access Local AD and make sure that the AD Object’s msExchMailboxGuid has value
Step 3. Match the mailbox GUID for the remote mailbox (onprem)
Get-RemoteMailbox <alias of cloud mailbox to move> | Format-List ExchangeGUID |
If not set it,
Set-RemoteMailbox <MailboxName> -ExchangeGUID <GUID> |
Step 4. Match the mailbox GUID for the mail user object (cloud)
Get-Mailbox <MailboxName> | Format-List ExchangeGUID |
Step 5. Perform move request against the mailbox