Category Archives: Office365

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 … Continue reading

Posted in Office365 | Leave a comment

How to connect remote PowerShell to the office365’s cloud-based organization

1. Connect to  the cloud : Connect to Office 365  : Open Windows PowerShell. Enter the credentials of an administrator account in the cloud-based organization using the following command –> $LiveCred = Get-Credential Create a connection to the cloud-based organization using … Continue reading

Posted in Office365 | Leave a comment