对于大容量或者动态的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 云服务 - 2020年9月17日
- Windows Terminal 1.0正式发布 - 2020年5月25日
- Azure Lighthouse 相关介绍 - 2020年3月2日
发布于:
浏览:4189 次
还没有评论