询问者
exchange2010 如何自动禁用存储配额已满的邮箱?

问题
全部回复
-
您好,
感谢联系我们社区。
根据您的描述,通过UI 界面是无法实现的。想请问一下您是处于什么考虑想disable这些超过配额的邮箱呢?
建议可以通过定期运行脚本可以实现:
先get 到所有的查过配额的邮箱,然后disable 掉这些邮箱。
推荐到专业的脚本论坛中心寻求脚本方面的帮助: https://social.technet.microsoft.com/Forums/scriptcenter/zh-cn/home?category=scripting
希望可以帮到您。
Regards,
Jason Chao
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
感谢您的回复,您的理解是正确的。当prohibitsend 达到之后,邮箱禁止用户发送邮件并发送错误警告,当prohibit send receive quota 达到并超过之后,不能发送和接受邮件,这时相应的StorageLimitStatus 会显示MailboxDisabled。
详细信息可以参考:
https://msdn.microsoft.com/zh-cn/library/gg576861(v=exchsrvcs.149).aspx 最后一段。
希望可以帮到您。
Regards,
Jason Chao
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.- 已编辑 Jason.Chao 2017年8月30日 5:05
- 已建议为答案 Jason.Chao 2017年8月30日 5:06