
Chapter 11: Exchange Server 2007 Routing
307
< LocalLongFullPath > ] [-SendProtocolLogMaxAge < EnhancedTimeSpan > ]
[-SendProtocolLogMaxDirectorySize < Unlimited > ]
[-SendProtocolLogMaxFileSize < Unlimited > ] [-SendProtocolLogPath
< LocalLongFullPath > ] [-TransientFailureRetryCount < Int32 > ]
[-TransientFailureRetryInterval < EnhancedTimeSpan > ] [-WhatIf
[ < SwitchParameter > ]]
There are quite a few configurable parameters for this cmdlet. The parameters related to message retry are:
OutboundConnectionFailureRetryInterval : This parameter sets the interval for subse-
quent connection attempts to a remote server. The default value for Hub Transport servers is 10
minutes, and 30 minutes on an Edge Transport server. The value is a type time span, which has
the syntax hh:mm:ss. The hours are hh, the minutes are mm, and the seconds are ss. The valid
range is 00:00:01 to 20:00:00.
TransientFailureRetryCount : This parameter defines the maximum number of immediate
connection retries when the Hub Transport first has a connection failure. The default value is six
attempts, and is configurable from 0 to 15. After the
TransientFailureRetryCount limit is
reached, the next connection attempt is determined by the
OutboundConnectionFailure-
RetryInterval
parameter.
TransientFailureRetryInterval : This parameter defines the time interval for subsequent
attempts during the
TransientFailureRetryCount ...