Apr 23 2019 03:26 AM
Hi,
I need to migrate a couple of mailboxes between two Office 365 tenants. The source tenant uses OME (Office 365 Message Encryption) which complicates things. I need to remove the encyption before importing to the target tenant. Any advice?
Thanks!
Apr 23 2019 11:52 AM
I'm not aware of any products that decrypt messages as part of the migration process, but it's certainly doable via the API or PowerShell. I know @Tony Redmond will love this thread :)
Apr 23 2019 12:34 PM
SolutionApr 24 2019 05:47 AM
@Tony Redmond Thank you!
The solution is to export to .pst and use Powershell to decrypt (via Unprotect-RMSFile)
Jul 17 2019 03:01 AM
Are there any options for migrating from one tenant to another while keeping the encryption intact?
Is there an option for removing the encryption from all email in specific inboxes prior to a migration without saving them to PSTs?
Jul 17 2019 03:11 AM
@Colm Counihan as tenants have different encryption keys, you can't move content from one tenant to another and keep encryption.
As to removing encryption from messages, the issue is scale and speed. The easiest and quickest way I can think of is to run content searches to find and export messages from user mailboxes to PSTs. Sorry.
Sep 20 2021 12:17 PM - edited Sep 20 2021 12:21 PM
Has anything changed in the past 2 years?