Mailbox Migrations

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

Good Steps by Dave here:

/wiki/spaces/EnterpriseSystems/pages/89537643

you can also issue a remote move via the Hybrid Console found on TABCASHUB#1


 
You are now connected to Exchange Online with you Office 365 Tenant admin and can use Exchange Online PowerShell cmdlets available.

Prior to a move request being issued you need to verify the UPN field is correctly set to @tufts.edu

Now issue a remote move:

New-MoveRequest -Remote -RemoteHostName 'exchange.tufts.edu' -RemoteCredential -TargetDeliveryDomain 'tuftscloud.mail.onmicrosoft.com' -identity

you can verify that your mailbox has been successfully moved by doing a get-mailbox command

Information on the Tufts IT Knowledgebase is intended for IT Professionals at Tufts.
If you have a question about a Tufts IT service or computer/account support, please contact your IT support group.