Forum Discussion
Shakti Vaghela
Nov 21, 2017Copper Contributor
Mailbox Move to another user
Is there any way to move/copy emails from one mailbox to another mailbox in the same tenant ? PST option is not available due to company policy and Search-Mailbox is only copying 10K items.
4 Replies
Sort By
Search-Mailbox is synchronous operation, thus it has some tighter limits. Use the New-MailboxSearch or the eDiscovery controls in the UI. Granting access and letting the user do it themselves is another option as advised above, however I'd recommend performing the operation in OWA instead of Outlook, as Outlook will most likely become unresponsive until the operation finishes.
- Shakti VaghelaCopper Contributor
any example for New-MailboxSearch or the eDiscovery ?
It's similar in use to the Search-mailbox cmdlet, you can find examples in the documentation here: https://technet.microsoft.com/en-us/library/dd298064(v=exchg.160).aspx
- C_the_SBronze Contributor
Give a user admin access to both mailboxes and using Outlook Client they can copy/move mail from one mailbox to the other.