Forum Discussion
ArjanBroekhuizen
Nov 07, 2023Copper Contributor
Exchange System Mailboxes after migration to Exchange 365
Hello all, After the migration off the mailboxes to Exchange 365, there are 2 mailboxes in our on-premise environment: extest + DiscoverySearchMailbox. Because of this 2 mailboxes, the Exchange...
ArjanBroekhuizen
Dec 08, 2023Copper Contributor
Hi @BarryBoblon,
I'm sure that our server is only used as relay server. Besides the system mailboxes, the DiscoverySearcMailbox is the only mailbox on this server (extest is removed already).
When I remove the Discovery-mailbox, is there a possibility to re-create it if necessary?
Kind regards,
Arjan
I'm sure that our server is only used as relay server. Besides the system mailboxes, the DiscoverySearcMailbox is the only mailbox on this server (extest is removed already).
When I remove the Discovery-mailbox, is there a possibility to re-create it if necessary?
Kind regards,
Arjan
BarryGoblon
Dec 14, 2023Iron Contributor
Yes, it is possible to recreate the DiscoverySearchMailbox if necessary. The DiscoverySearchMailbox is a system mailbox in on-premises Exchange used for In-Place eDiscovery. If you remove it and later find the need to perform eDiscovery searches or if it's required for compliance reasons, you can recreate the DiscoverySearchMailbox.
To recreate the DiscoverySearchMailbox, you can use the New-MailboxSearch cmdlet in the Exchange Management Shell. Here's an example of the command:
New-MailboxSearch -Name "Discovery Search Mailbox" -InPlaceHoldEnabled $true -SourceMailboxes "email address removed for privacy reasons", "email address removed for privacy reasons" -StartDate "MM/DD/YYYY" -EndDate "MM/DD/YYYY"
Replace "email address removed for privacy reasons", "email address removed for privacy reasons" with the mailboxes you want to include in the search. Set the appropriate StartDate and EndDate for your search criteria.
Keep in mind that removing the DiscoverySearchMailbox means you'll lose any existing In-Place eDiscovery searches associated with it. Recreating it will start with a new mailbox and new searches.
Always ensure that you understand your organization's compliance and eDiscovery requirements before making such changes. If in doubt, consult with your IT or compliance team.
- ArjanBroekhuizenDec 15, 2023Copper ContributorHi BarryGoblon,
Thanks for this information. I have decided to not remove this mailbox. It is a small mailbox so it takes not much diskspace.
Kind regars,
Arjan