Back archive data to inbox

i have configure archiving policy. now i need to back archive data to original location. i mean back to original inbox, Sent item etc.

Please suggest

March 15th, 2015 2:48am

1. Change the archive Policy so that no more email is moved to the archive.
2. Export the archive to PST
3. Remove the archive mailbox
4. Import the PST to the user mai
Free Windows Admin Tool Kit Click here and download it now
March 15th, 2015 8:12am

Hi,

Please refer to the following command to export the archive mailbox to a .pst file:

New-MailboxExportRequest -Mailbox Test -FilePath "\\SERVER01\PSTFileShare\Test_Archive.pst" -IsArchive

For more information about this, please refer to:

https://technet.microsoft.com/en-us/library/ff607299(v=exchg.150).aspx

Then we can do the following command to import PST file to the primary mailbox:

New-MailboxImportRequest Test - FilePath "\\SERVER01\PSTFileShare\Test_Archive.pst"  -TargetRootFolder /

https://technet.microsoft.com/en-us/library/ff607310(v=exchg.150).aspx

If you still have any question about Mailbox import and export requests, please refer to:

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

Regards,

March 16th, 2015 8:17am

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

Other recent topics Other recent topics