Move onpremise archive to online archive

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

June 2nd, 2015 1:20pm

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.

https://technet.microsoft.com/en-us/library/dd351123%28v=exchg.150%29.aspx?f=255&MSPPError=-2147217396

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
Free Windows Admin Tool Kit Click here and download it now
June 2nd, 2015 5:52pm

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 :

https://technet.microsoft.com/en-us/library/hh529934%28v=exchg.141%29.aspx?f=255&MSPPError=-2147217396

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


June 3rd, 2015 10:02am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics