How to move mailbox to the cloud Using Power shell

1. Open powershell and connect to the cloud :

https://www.itblog.co.il/?p=443 

2. New-MoveRequest -Remote -RemoteHostName mail.domain.com -RemoteCredential $LiveCred-TargetDeliveryDomain CloudDomain.mail.onmicrosoft.com

3. Use the following command to check the move Request Statistics –>

  Get-MoveRequestStatistics  -Identity UserName

4.Get  Move Request Statistics for all users : 

1. use the following command to check the move Request Statistics for all users –>

while(1) { Get-MoveRequest | Get-MoveRequestStatistics }

This entry was posted in Office365. Bookmark the permalink.

Leave a Reply