Forum Discussion
Roger Roger
Apr 04, 2019Iron Contributor
How to Merge Exchange Online mailbox
Hi All I have an office365 user who left the company 3 months back,his mailbox is still active his email is user1@contoso.com and the same user has joined the company back and we have created a ...
VasilMichev
Apr 04, 2019MVP
Using mailbox search can help, however all the copied items will be placed in a parent folder and you will loose the folder structure. EWS is the best option here, for example this script: https://code.msdn.microsoft.com/office/PowerShell-Merge-mailbox-e769c529
That's assuming you want to use an "admin" solution, otherwise simply do the "merge" by copying the items in Outlook.
- StasxpulseJun 12, 2021Copper ContributorHi,
Can someone share this script, URL is dead and pointed to nowhere. Or share via email: Stas.xpulse@gmail.com
Thanks- RichardMSFTJun 24, 2021
Microsoft
The script description and link is now found at https://github.com/David-Barrett-MS/PowerShell-EWS-Scripts/wiki/Merge-MailboxFolders.ps1