There is no built-in solution for that. You either have to move the items manually, via drag&drop in Outlook or OWA, or export to PST/import, or, use a programmatic solution based on the EWS API. Here's a sample script that does that: https://github.com/David-Barrett-MS/PowerShell-EWS-Scripts/wiki/Merge-MailboxFolders.ps1
move archive emails back to primary mailbox
Adnan Abdul Salam
1
Reputation point
i want to move archive mailbox emails back to primary mailbox of shared mailboxes ,and then disable the archive
please i found solution of disabling the archive and enabling again. and then use mailbox restore request cmdlet , but it is not safe methods
secondly i tried to search some scripts and work but not working.
some please help
Exchange Online
Exchange Online
A Microsoft email and calendaring hosted service.
6,181 questions
Exchange | Exchange Server | Development
587 questions
2 answers
Sort by: Most helpful
-
Vasil Michev 119.7K Reputation points MVP Volunteer Moderator
2023-02-09T14:14:17.1233333+00:00 -
Andy David - MVP 157.8K Reputation points MVP Volunteer Moderator
2023-02-09T14:12:24.2633333+00:00 You only solution is to either move them manually back using Outlook or OWA or use a script: