Mailbox moves to Office 365 space via Powershell
This process is very similar to how you would configure an implicit remote session to an on-premise Exchange 2010 server.
To connect to Exchange Online, just start a PowerShell session$s = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell -Credential -Authentication Basic --AllowRedirection
Next, import the cmdlets to your local PowerShell session, using the following command:Import-PSSession $s
You are now connected to Exchange Online with you Office 365 Tenant admin and can use Exchange Online PowerShell cmdlets available.
Now issue a remote move:
New-MoveRequest -Remote -RemoteHostName 'exchange.tufts.edu' -RemoteCredential -TargetDeliveryDomain 'tuftscloud.mail.onmicrosoft.com' -identity