Migrate user mailbox from O365 back to Exchange 2010 on-premise

Migrate user mailbox from O365 back to Exchange 2010 on-premise:

 

  1. Open Windows PowerShell in administrator mode and run:

 

New-MoveRequest -Identity “Matt Heitman” -Outbound -RemoteTargetDatabase “MBX01-DB3 – High Limits” -RemoteHostName autodiscover.companydomain.com -TargetDeliveryDomain companydomain.com -RemoteCredential (Get-Credential) -BadItemLimit 10

 

you can add the parameter below if you want to suspend the migration before it is ready to be completed.

–SuspendWhenReadyToCompleteÂ