Link to home
Start Free TrialLog in
Avatar of Bill H
Bill H

asked on

Maximum Message Size - Exchange 2016

Hello, how can i find the max message size on the organizational level on Exchange 2016?

If theres a way to check without powershell that would be preferred.
ASKER CERTIFIED SOLUTION
Avatar of timgreen7077
timgreen7077

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi,

Powershell:

Get-TransportConfig | FT MaxSendSize, MaxReceiveSize, ExternalDsnMaxMessageAttachSize, InternalDsnMaxMessageAttachSize

Open in new window


That is the equivalent of going to each of:

EMC / Org Config / Hub Transport / Global Settings / Transport Settings / Properties / General / Max Receive (kB)

EMC / Org Config / Hub Transport / Global Settings / Transport Settings / Properties / General / Max Send Size (kB)


Alan.