exchange 2013, helth monitoring mailbox is possible to delete some?

alessandro belli 136 Reputation points
2021-04-20T06:28:23.43+00:00

exchange 2013, has 8 monitoring mailbox. Is possible to safetly remove some of them? If yes, how?
Thank you

Exchange | Exchange Server | Management
{count} votes

Accepted answer
  1. Andy David - MVP 157.8K Reputation points MVP Volunteer Moderator
    2021-04-20T12:03:17.727+00:00

    Yes, you can - at anytime with no impact.

    see my previous answer here:
    https://learn.microsoft.com/en-us/answers/questions/60635/healthmailbox-cleanup.html

    You can delete them all with powershell: ( or just a few if you want using powershell or ADUC
    Get-Mailbox -Monitoring | 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 AD objects manually

    Then restart the Microsoft Exchange Health Manager, MSExchangeHM service on each 2019 server to recreate them.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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