Hi,
I have a mailbox setup with a archive policy to create the archive on premise exchange. I want to move the local archive to remove archive (office 365 archive)?
we are using exchange 2013 onpremise.
Thanks
Technology Tips and News
Hi,
I have a mailbox setup with a archive policy to create the archive on premise exchange. I want to move the local archive to remove archive (office 365 archive)?
we are using exchange 2013 onpremise.
Thanks
You will need to create a remote move request to move the archive mailbox to Office 365. These instructions assume you've already set up a hybrid configuration or otherwise have everything set up so that you can move mailboxes between the organizations.
I can't give you the exact syntax, but it should be something like this. Run the command from an Exchange Online PowerShell session. When prompted for the credential, enter your on-premises credentials.
$OnPremCred = Get-Credential New-MoveRequest -Remote -RemoteHostName 'webmail.yourdomain.com' -TargetDeliveryDomain 'yourdomain.mail.onmicrosoft.com' -RemoteCredential $OnPremCred -Identity "mailbox_name@yourdomain.com" -Archive
Hi,
I agree with ED. I will add some related information .
Based on my knowledge, you should achieve some essential requirement to configure Exchange Online Archiving.Please refer to the article to get more detailed information :
You can go to the below site to purchase Exchange Online Archiving : https://technet.microsoft.com/en-us/library/dd979800%28v=exchg.150%29.aspx?f=255&MSPPError=-2147217396
Regards,
David