Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

  • No labels