Benutzer-Werkzeuge

Webseiten-Werkzeuge


exchange:eas_maxmessagesize_anpassen
no way to compare when less than two revisions

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.


exchange:eas_maxmessagesize_anpassen [2020/01/17 13:25] (aktuell) – angelegt ronny
Zeile 1: Zeile 1:
 +====== EAS MaxMessageSize anpassen ======
  
 +https://docs.microsoft.com/en-us/Exchange/architecture/client-access/client-message-size-limits?view=exchserver-2019
 +
 +<code>
 +%windir%\system32\inetsrv\appcmd.exe set config "Default Web Site/Microsoft-Server-ActiveSync/" -section:system.webServer/security/requestFiltering /requestLimits.maxAllowedContentLength:30000000
 +%windir%\system32\inetsrv\appcmd.exe set config "Default Web Site/Microsoft-Server-ActiveSync/" -section:system.web/httpRuntime /maxRequestLength:10240
 +%windir%\system32\inetsrv\appcmd.exe set config "Exchange Back End/Microsoft-Server-ActiveSync/" -section:system.webServer/security/requestFiltering /requestLimits.maxAllowedContentLength:30000000
 +%windir%\system32\inetsrv\appcmd.exe set config "Exchange Back End/Microsoft-Server-ActiveSync/" -section:system.web/httpRuntime /maxRequestLength:10240
 +%windir%\system32\inetsrv\appcmd.exe set config "Exchange Back End/Microsoft-Server-ActiveSync/" -section:appSettings /[key='MaxDocumentDataSize'].value:10240000
 +</code>
 +
 +{{tag>[Exchange EAS MaxMessageSize]}}
exchange/eas_maxmessagesize_anpassen.txt · Zuletzt geändert: 2020/01/17 13:25 von ronny

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki