Install Config Wiki

All about installing, configuring and troubleshooting

User Tools

Site Tools


wiki:setting-message-size-limits-in-exchange-server-2016

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:setting-message-size-limits-in-exchange-server-2016 [2020/01/20 20:01] – [Using the Exchange Management Shell to configure message size limits] wikiadminwiki:setting-message-size-limits-in-exchange-server-2016 [2020/01/20 20:15] (current) – [View and Set the Server's Message Size Limitations via Exchange Management Console (EMC)] wikiadmin
Line 6: Line 6:
   * Send/receive connector settings   * Send/receive connector settings
   * User mailbox settings.   * User mailbox settings.
 +
 +====View and Set the Server's Message Size Limitations via Exchange Management Console (EMC)====
  
 To check your server’s current limit you can open and access them via Exchange Management Console (EMC), however you can use PowerShell as a method for checking message limits as well. Run the following code in the Exchange Management Shell: To check your server’s current limit you can open and access them via Exchange Management Console (EMC), however you can use PowerShell as a method for checking message limits as well. Run the following code in the Exchange Management Shell:
Line 23: Line 25:
  
 <code>Set-TransportConfig -MaxSendSize 100MB -MaxReceiveSize 100MB</code> <code>Set-TransportConfig -MaxSendSize 100MB -MaxReceiveSize 100MB</code>
 +
 +====View and Set the Send and Receive Connectors' Message Size Limitations via Exchange Admin Center (EAC)====
  
 The easiest way (the least amount of typing) to set the maximum message size limits for the exchange send and receive connectors is to log into the Exchange Admin Center as a user with appropriate administrative privileges.  <code>https://yourmailhostname.yourdomain.tld/ecp/</code> and do the following: The easiest way (the least amount of typing) to set the maximum message size limits for the exchange send and receive connectors is to log into the Exchange Admin Center as a user with appropriate administrative privileges.  <code>https://yourmailhostname.yourdomain.tld/ecp/</code> and do the following:
Line 40: Line 44:
 </code> </code>
  
-====Using the Exchange Admin Console (EAC) to Set Message Size Limits====+====Using the Exchange Admin Console (EAC) to Set Message Size Limits per User Mailbox====
  
   * In EAC -> select Recipients -> Select Mailboxes   * In EAC -> select Recipients -> Select Mailboxes
Line 50: Line 54:
   * Click OK, and then click Save to save your changes.   * Click OK, and then click Save to save your changes.
  
-====Using the Exchange Management Shell to configure message size limits====+====Using the Exchange Management Shell to Configure Message Size Limits per User Mailbox====
  
 Open Exchange Management Console Power Shell [PS].  Here is an example that sets the maximum size for sent messages to 50 MB and the maximum size for received messages to 36 MB for the mailbox of James Geek. Open Exchange Management Console Power Shell [PS].  Here is an example that sets the maximum size for sent messages to 50 MB and the maximum size for received messages to 36 MB for the mailbox of James Geek.
wiki/setting-message-size-limits-in-exchange-server-2016.1579550465.txt.gz · Last modified: 2020/01/20 20:01 by wikiadmin