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 }