Forum Discussion
RahamimL
Dec 28, 2021Iron Contributor
Online Archive Mailbox
Hi everyone, A user that has Online Archive enabled for him, (Historic reasons), Has recently made a mistake of moving folders back and forth from the archive to the inbox. In the process several...
- Jan 18, 2022
To anyone who faces something similar:
- If a user moves a folder from archive to the inbox. The archived folder will be deleted.
- When the user tries to return the data, the original folder will not receive the data and all the mails will go to the purge folder.
- When restoring the data it will go to the original folder in the inbox and not in the archive.
Hope this explains why moving data is a bad thing...
VasilMichev
Dec 29, 2021MVP
Keep in mind that moving items between folders is not always a foreground operation, and might take a lot of time to complete (and requires Outlook to be running at that time). Similarly, if mass changes were made from OWA, it might take some time for Outlook to synchronize them. Get-MailboxFolderStatistics will give you the count of items that you can expect to see in said folders, assuming all the move/copy operations have completed. If additional changes are required, I'd suggest you use this script to move items back and forth: https://github.com/David-Barrett-MS/PowerShell-EWS-Scripts/wiki/Merge-MailboxFolders.ps1
RahamimL
Jan 09, 2022Iron Contributor
Thanks for the reply. I contacted Microsoft and the issue is deeper than what we first encountered. They are checking the issue and will let me know what will resolve this.
- VasilMichevJan 10, 2022MVPDo let us know what the outcome is, especially if it's anything convoluted 😄