脚本可以为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)
- 微软将推出卫星解决方案:可连接到 Azure 云服务 - 2020年9月17日
- Windows Terminal 1.0正式发布 - 2020年5月25日
- Azure Lighthouse 相关介绍 - 2020年3月2日
发布于:
浏览:1905 次
还没有评论