More servicesWindows Live
HomeHotmailSpacesOneCare
 
MSN
Sign in
 
 
Spaces home  Nathan Lasnoski - Infras...ProfileFriendsBlogMore Tools Explore the Spaces community

Blog

    July 13

    Exchange 2007 Max Send Size / Max Receive Size

    The 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:
     
     
    To add a comment, you must sign in with your Windows Live ID (a Microsoft account like Hotmail, Messenger, or MSN). Sign in
    Don't have a Windows Live ID? Sign up now
    Add a comment

    Comment (text only):
    Trackbacks

    The trackback URL for this entry is:
    http://nathanlasnoski.spaces.live.com/blog/cns!F7A33F1F9EBD9237!128.trak
    Weblogs that reference this entry
    • None