![]() |
|
Spaces home Nathan Lasnoski - Infras...ProfileFriendsBlogMore ![]() | ![]() |
|
|
July 13 Exchange 2007 Max Send Size / Max Receive SizeThe following command line will provide you with a list of the Exchange 2007 send connector max send sizes:
get-sendconnector | list Identity,MaxMessageSize
The following command line will let you set the Exchange 2007 send connector settings:
set-sendconnector "[Connector Name]" -MaxMessageSize #MB
The following command line will provide you with a list of the Exchange 2007 receive connector max send sizes:
get-receiveconnector | list Identity,MaxMessageSize
The following command line will let you set the Exchange 2007 receive connector settings:
set-receiveconnector "[Connector Name]" -MaxMessageSize #MB The following command line will provide you with a list of the Exchange 2007 transport information:
get-transportconfig
Microsoft site on managing size limits:
Add a commentTrackbacksThe trackback URL for this entry is: http://nathanlasnoski.spaces.live.com/blog/cns!F7A33F1F9EBD9237!128.trak Weblogs that reference this entry
|
|
|