对于大容量或者动态的Exchange Server 2013,你可能遇到如下情况:由于关联了空的邮箱数据库,HealthMailboxes变得无效。
当你执行命令Get-Mailbox -Monitoring,你会从一个或者多个HealthMailboxes接受到如下告警,你有了一个无效的HealthMailboxes.
“WARNING: The object DOMAINNAME/Microsoft Exchange System Objects/Monitoring Mailboxes/”Health_Mailbox_GUID” has been corrupted, and it’s in an inconsistent state. The following validation errors happened: WARNING: Database is mandatory or UserMailbox.”
这个脚本提供了关闭/移除无效HealthMailboxes发现功能的选项。提供这两个选项是因为:用户可能只有关闭邮箱的权限,而没有移除邮箱的权限。
目前,移除并没有按照预期工作。
在GitHub获取脚本代码:https://github.com/Apoc70/Fix-HealthMailboxes
Latest posts by Exchange中文站 (see all)
- 微软发布Azure PlayFab公众预览 - 2021年10月22日
- 微软发布全新云计算资料分析工具Azure Synapse - 2020年12月15日
- Exchange Server 版本号和发行日期汇总 - 2020年9月21日
发布于:
浏览:6248 次
还没有评论