配置客户端指定消息大小限制

脚本可以为OWA和EWS重新配置Exchange 2013客户端消息大小限制,如科网文章所述:https://technet.microsoft.com/en-us/library/hh529949%28v=exchg.150%29.aspx.消息限制以1KB为最小单位。
脚本可以运行在本地Exchange服务器,一个指定服务器,或者使用AllServers开关可以管理的所有服务器。
重新配置完成服务器上的限制后,可以重置开关来执行IISRESET.
语法:
.\Configure-ClientSizeLimits.ps1 [-Server ] [-OWA ] [-EWS ] [-Reset] [-WhatIf] [-Confirm] []

.\Configure-ClientSizeLimits.ps1 [-OWA ] [-EWS ] -AllServers [-Reset] [-WhatIf] [-Confirm] []
例子:
Configure-ClientSizeLimits.ps1 -OWA 100 -EWS 102400
脚本更多使用信息:
http://eightwone.com/2015/06/29/configuring-message-size-limits/

下载地址:

Latest posts by Exchange中文站 (see all)
发布于: 浏览:1771 次

还没有评论

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据