Share via

Health Mailboxes (decom questions)

CWT 391 Reputation points
2020-10-28T15:09:04.943+00:00

Hello,

Based on my understanding from some board feedback/links, Exchange utilizes Health Mailboxes as it needs to. Question is pretty straight forward. Going through a mailbox migration now (2016 to 2016 - new datacenter) and we will be decommissioning the existing Exchange servers (existing datacenter). The Exchange servers are all a part of the same ORG, so do the Health Mailboxes need to migrate?

From reading, I do not believe they need to migrate, but to uninstall Exchange in the old datacenter we can't have any mailboxes on the databases. Do we just delete them in Exchange and then in ADUC?

Thanks for any clarification anyone can provide around this.

CWT

Exchange Online
Exchange Online

A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.

0 comments No comments

Answer accepted by question author

Andy David - MVP 160.3K Reputation points MVP Volunteer Moderator
2020-10-28T15:23:23.74+00:00

New ones will be created as you bring up new servers and databases, no need to migrate any of those.

They will be removed when you remove the old databases and servers.

You can remove the old ones with powershell, yes

You can delete them all with powershell:
Get-Mailbox -Monitoring -Database <OLD DB> | Remove-Mailbox

Make sure you also read this and give the necessary permissions so the AD objects are removed:
https://learn.microsoft.com/en-us/exchange/troubleshoot/administration/remove-mailboxdatabase-cannot-remove-health-mailboxes

Otherwise, remove the specific AD objects manually from the Monitoring container
35812-image.png

Even if you screw up and remove the wrong ones, its ok.
Simply restart the Microsoft Exchange Health Manager, MSExchangeHM service on each new server if that happens to recreate them

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. CWT 391 Reputation points
    2020-10-28T15:40:37.607+00:00

    Thank you Andy for the help. As always much appreciated sir :o)

    CWT

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.