[Index]

Model: device/exchangehybrid/SendConnector

Model Details: device/exchangehybrid/SendConnector

Title Description Details
SmartHosts The SmartHosts parameter specifies the smart hosts the Send connector uses to route mail. This parameteris required if you set the DNSRoutingEnabled parameter to $false and it must be specified on the same command line. The SmartHosts parameter takes one or more FQDNs, such as server.contoso.com, or one or more IP addresses, or a combination of both FQDNs and IP addresses. If you enter an IP address, you must enter the IP address as a literal. For example, 10.10.1.1. The smart host identity can be the FQDN of a smart-host server, a mail exchanger (MX) record, or an address (A) record. If you configure an FQDN as the smart host identity, the source server for the Send connector must be able to use DNS name resolution to locate the smart-host server. To enter multiple values and overwrite any existing entries, use the following syntax: <value1>,<value2>.... If the values contain spaces or otherwise require quotation marks, you need to use the following syntax: "<value1>","<value2>".... To add or remove one or more values without affecting any existing entries, use the following syntax: @{Add="<value1>","<value2>"...; Remove="<value1>","<value2>"...}.
  • Field Name: SmartHosts.[n]
  • Type: Array
Id
  • Field Name: Id
  • Type: String
AdminDisplayName
  • Field Name: AdminDisplayName
  • Type: String
ForceHELO The ForceHELO parameter specifies whether HELO is sent instead of the default EHLO. Valid values are $true or $false. The default value is $false.
  • Field Name: ForceHELO
  • Type: Boolean
TlsCertificateName The TlsCertificateName parameter specifies the X.509 certificate to use with TLS sessions and secure mail. Valid input for this parameter is [I]Issuer[S]Subject. The Issuer value is found in the certificate's Issuer field, and the Subject value is found in the certificate's Subject field. You can find these values by running the Get-ExchangeCertificate cmdlet.
  • Field Name: TlsCertificateName
  • Type: String
OrganizationId
  • Field Name: OrganizationId
  • Type: String
RequireOorg This parameter is reserved for internal Microsoft use.
  • Field Name: RequireOorg
  • Type: Boolean
SourceRoutingGroup
  • Field Name: SourceRoutingGroup
  • Type: String
Custom The Custom parameter specifies the Custom usage type. The usage type specifies the permissions and authentication methods assigned to the Send connector. If you use the Custom parameter, you can't use any of the following parameters: Internal Internet Partner Usage For more information about Send connector usage types, permissions, and authentication methods, see Send connectors.
  • Field Name: Custom
  • Type: Boolean
ConnectionInactivityTimeOut The ConnectionInactivityTimeOut parameter specifies the maximum time an idle connection can remain open. The default value is ten minutes. To specify a value, enter it as a time span: dd.hh:mm:ss where d = days, h = hours, m = minutes, and s = seconds. For example, to specify fifteen minutes, set it to 00:15:00. The valid input range for this parameter is 00:00:01 to 1.00:00:00.
  • Field Name: ConnectionInactivityTimeOut
  • Type: String
Internal The Internal parameter specifies the Internal usage type. The usage type specifies the permissions and authentication methods assigned to the Send connector. If you use the Internal parameter, you can't use any of the following parameters: Custom Internet Partner Usage For more information about Send connector usage types, permissions, and authentication methods, see Send connectors.
  • Field Name: Internal
  • Type: Boolean
Internet The Internet parameter specifies the Internet usage type. The usage type specifies the permissions and authentication methods assigned to the Send connector. If you use the Internet parameter, you can't use any of the following parameters: Custom Internal Partner Usage For more information about Send connector usage types, permissions, and authentication methods, see Send connectors.
  • Field Name: Internet
  • Type: Boolean
Usage The Usage parameter specifies the default permissions and authentication methods assigned to the Send connector. The valid values are as follows: Custom, Internal, Internet, or Partner. The default is Custom. If you use the Usage parameter, you can't use any of the following parameters: Custom Internal Internet Partner For more information about Send connector usage types, permissions, and authentication methods, see Send connectors.
  • Field Name: Usage
  • Type: String
WhenCreatedUTC
  • Field Name: WhenCreatedUTC
  • Type: String
  • Format: date-time
ProtocolLoggingLevel The ProtocolLoggingLevel parameter specifies whether to enable protocol logging. Verbose enables protocol logging. None disables protocol logging. The location of the Send connector protocol logs for all Send connectors configured in the Transport service on a Mailbox server or on an Edge server is specified with the SendProtocolLogPath parameter of the Set-TransportService cmdlet.
  • Field Name: ProtocolLoggingLevel
  • Type: String
PSShowComputerName
  • Field Name: PSShowComputerName
  • Type: Boolean
CloudServicesMailEnabled Set to $true to enable this connector to send messages to the cloud service.
  • Field Name: CloudServicesMailEnabled
  • Type: Boolean
WhenChangedUTC
  • Field Name: WhenChangedUTC
  • Type: String
  • Format: date-time
SourceIPAddress The SourceIPAddress parameter specifies the local IP address to use as the endpoint for an SMTP connection to a remote messaging server. The default IP address is 0.0.0.0. This value means that the server can use any available local IP address. This parameter is valid only for Send connectors configured on an Edge server.
  • Field Name: SourceIPAddress
  • Type: String
ObjectClass
  • Field Name: ObjectClass.[n]
  • Type: Array
ErrorPolicies The ErrorPolicies parameter specifies how communication errors are treated. Possible values are the following: Default A non-delivery report (NDR) is generated for communication errors. DowngradeDnsFailures All DNS errors are treated as transient. DowngradeCustomFailures Particular SMTP errors are treated as transient. UpgradeCustomFailures Custom transient failures are upgraded and treated as permanent failures. Multiple values can be specified for this parameter, separated by commas. Specify a value other than Default for this parameter only if this Send connector is used to send messages over a reliable and well-defined communication channel where communication errors aren't expected. For example, consider specifying a value other than Default if this Send connector is used to send messages to a partner.
  • Field Name: ErrorPolicies
  • Type: String
PSComputerName
  • Field Name: PSComputerName
  • Type: String
TlsAuthLevel The TlsAuthLevel parameter specifies the TLS authentication level that is used for outbound TLS connections established by this Send connector. Valid values are: EncryptionOnly: TLS is used only to encrypt the communication channel. No certificate authentication is performed. CertificateValidation: TLS is used to encrypt the channel and certificate chain validation and revocation lists checks are performed. DomainValidation: In addition to channel encryption and certificate validation, the Send connector also verifies that the FQDN of the target certificate matches the domain specified in the TlsDomain parameter. If no domain is specified in the TlsDomain parameter, the FQDN on the certificate is compared with the recipient's domain. You can't specify a value for this parameter if the IgnoreSTARTTLS parameter is set to $true, or if the RequireTLS parameter is set to $false.
  • Field Name: TlsAuthLevel
  • Type: String
ObjectState
  • Field Name: ObjectState
  • Type: String
SmartHostAuthMechanism The SmartHostAuthMechanism parameter specifies the smart host authentication mechanism to use for authentication with a remote server. Use this parameter only when a smart host is configured and the DNSRoutingEnabled parameter is set to $false. Valid values are None, BasicAuth, BasicAuthRequireTLS, ExchangeServer, and ExternalAuthoritative. All values are mutually exclusive. If you select BasicAuth or BasicAuthRequireTLS, you must use the AuthenticationCredential parameter to specify the authentication credential.
  • Field Name: SmartHostAuthMechanism
  • Type: String
IsSmtpConnector
  • Field Name: IsSmtpConnector
  • Type: Boolean
ConnectedDomains
  • Field Name: ConnectedDomains
  • Type: String
Identity The Identity parameter specifies the name, or GUID of the Send connector. If the Identity name contains spaces, enclose the name in quotation marks ("). You can omit the Identity parameter label. You can also include the server name by using the format ServerName\ConnectorName.
  • Field Name: Identity
  • Type: String
DistinguishedName
  • Field Name: DistinguishedName
  • Type: String
IsScopedConnector The IsScopedConnector parameter specifies the availability of the connector to other Mailbox servers with the Transport service. When the value of this parameter is $false, the connector can be used by all Mailbox servers in the Exchange organization. When the value of this parameter is $true, the connector can only be used by Transport service on Mailbox servers in the same Active Directory site. The default value is $false.
  • Field Name: IsScopedConnector
  • Type: Boolean
OriginatingServer
  • Field Name: OriginatingServer
  • Type: String
Name * The Name parameter specifies a descriptive name for the connector.
  • Field Name: Name
  • Type: String
AddressSpaces The AddressSpaces parameter specifies the domain names to which the Send connector routes mail. The complete syntax for entering each address space is as follows: <AddressSpaceType>:<AddressSpace>;<AddressSpaceCost> AddressSpaceType: On an Edge server, the address space type must be SMTP. In the Transport service on a Mailbox server, the address space type may be SMTP, X400, or any other text string. If you omit the address space type, SMTP is assumed. AddressSpace: For SMTP address space types, the address space that you enter must be RFC 1035-compliant. For example, *, *.com, and *.contoso.com are permitted, but *contoso.com is not. For X.400 address space types, the address space that you enter must be RFC 1685-compliant, such as o=MySite;p=MyOrg;a=adatum;c=us. For all other values of address space type, you can enter any text for the address space. AddressSpaceCost: The valid input range for the cost is from 1 through 100. A lower cost indicates a better route. This parameter is optional. If you omit the address space cost, a cost of 1 is assumed. If you enter a non-SMTP address space that contains the semicolon character (;), you must specify the address space cost. If you specify the address space type or the address space cost, you must enclose the address space in quotation marks ("). For example, the following address space entries are equivalent: "SMTP:contoso.com;1" "contoso.com;1" "SMTP:contoso.com" contoso.com You may specify multiple address spaces by separating the address spaces with commas, for example: contoso.com,fabrikam.com. If you specify the address space type or the address space cost, enclose the address space in quotation marks ("), for example: "contoso.com;2","fabrikam.com;3". If you specify a non-SMTP address space type on a Send connector configured in the Transport service on a Mailbox server, you must configure the following parameters: The SmartHosts parameter must be set to a value that specifies a smart host. The DNSRoutingEnabled parameter must be set to $false. Although you can configure non-SMTP address spaces on a Send connector in the Transport service on a Mailbox server, the Send connector uses SMTP as the transport mechanism to send messages to other messaging servers. Foreign connectors in the Transport service on a Mailbox server are used to send messages to local messaging servers, such as third-party fax gateway servers, which don't use SMTP as their primary transport mechanism. For more information, see Foreign connectors.
  • Field Name: AddressSpaces.[n]
  • Type: Array
Enabled The Enabled parameter specifies whether to enable the Send connector to process email messages. Valid values are $true or $false. The default value is $true.
  • Field Name: Enabled
  • Type: Boolean
Fqdn The Fqdn parameter specifies the FQDN used as the source server for connected messaging servers that use the Send connector to receive outgoing messages. The value of this parameter is displayed to connected messaging servers whenever a source server name is required, as in the following examples: In the EHLO/HELO command when the Send connector communicates with the next hop messaging server In the most recent Received header field added to the message by the next hop messaging server after the message leaves the Transport service on a Mailbox server or an Edge server During TLS authentication The default value of the Fqdn parameter is $null. This means the default FQDN value is the FQDN of the Mailbox server or Edge server that contains the Send connector.
  • Field Name: Fqdn
  • Type: String
IgnoreSTARTTLS The IgnoreSTARTTLS parameter specifies whether to ignore the StartTLS option offered by a remote sending server. This parameter is used with remote domains. This parameter must be set to $false if the RequireTLS parameter is set to $true. Valid values for this parameter are $true or $false.
  • Field Name: IgnoreSTARTTLS
  • Type: Boolean
DomainSecureEnabled The DomainSecureEnabled parameter enables mutual Transport Layer Security (TLS) authentication for the domains serviced by the Send connector when set to $true. Mutual TLS authentication functions correctly only if the following conditions are met: DomainSecureEnabled is set to $true. DNSRoutingEnabled is set to $true. IgnoreSTARTTLS is set to $false. The wildcard character (*) isn't supported in domains configured for mutual TLS authentication. The same domain must also be defined on the corresponding Receive connector, and in the value of the TLSReceiveDomainSecureList attribute of the transport configuration. The default value for the DomainSecureEnabled parameter is $false for the following types of Send connectors: Those defined in the Transport service on a Mailbox server. User-created Send connectors defined on an Edge server. The default value is $true for a default Send connector defined on an Edge server.
  • Field Name: DomainSecureEnabled
  • Type: Boolean
MaxMessageSize The MaxMessageSize parameter specifies the maximum size of a message that can pass through a connector. The default value is 25 MB. When you enter a value, qualify the value with one of the following units: B (bytes) KB (kilobytes) MB (megabytes) GB (gigabytes) TB (terabytes) Unqualified values are treated as bytes. Values entered in bytes are rounded up to nearest kilobyte. The valid input range for this parameter is 0 to 2147483647 bytes. To remove the message size limit on a Send connector, enter a value of unlimited.
  • Field Name: MaxMessageSize
  • Type: String
FrontendProxyEnabled The FrontendProxyEnabled parameter routes outbound messages through the CAS server, where destination specific routing, such as DNS or IP address, is set, when the parameter is set to $true.
  • Field Name: FrontendProxyEnabled
  • Type: Boolean
UseExternalDNSServersEnabled The UseExternalDNSServersEnabled parameter specifies whether this Send connector uses the external DNS list specified by the ExternalDNSServers parameter of the Set-TransportService cmdlet. The default value is $false.
  • Field Name: UseExternalDNSServersEnabled
  • Type: Boolean
ExchangeVersion
  • Field Name: ExchangeVersion
  • Type: String
TlsDomain The TlsDomain parameter specifies the domain name that the Send connector uses to verify the FQDN of the target certificate when establishing a TLS secured connection. This parameter is used only if the TlsAuthLevel parameter is set to DomainValidation. A value for this parameter is required if: The TLSAuthLevel parameter is set to DomainValidation. The DNSRoutingEnabled parameter is set to $false (smart host Send connector).
  • Field Name: TlsDomain
  • Type: String
Comment The Comment parameter specifies an optional comment. If you specify a value that contains spaces, enclose the value in quotation marks ("), for example: "This is an admin note".
  • Field Name: Comment
  • Type: String
HomeMtaServerId
  • Field Name: HomeMtaServerId
  • Type: String
Guid
  • Field Name: Guid
  • Type: String
DomainController The DomainController parameter specifies the fully qualified domain name (FQDN) of the domain controller that writes this configuration change to Active Directory. The DomainController parameter isn't supported on Edge Transport servers. An Edge Transport server uses the local instance of Active Directory Lightweight Directory Services (AD LDS) to read and write data.
  • Field Name: DomainController
  • Type: String
DNSRoutingEnabled The DNSRoutingEnabled parameter specifies whether the Send connector uses Domain Name System (DNS) to route mail. Valid values for this parameter are $true or $false. The default value is $true. If you specify a SmartHosts parameter, the DNSRoutingEnabled parameter must be $false.
  • Field Name: DNSRoutingEnabled
  • Type: Boolean
RequireTLS The RequireTLS parameter specifies whether all messages sent through this connector must be transmitted using TLS. The default value is $false.
  • Field Name: RequireTLS
  • Type: Boolean
ObjectCategory
  • Field Name: ObjectCategory
  • Type: String
HomeMTA
  • Field Name: HomeMTA
  • Type: String
IsValid
  • Field Name: IsValid
  • Type: Boolean
WhenChanged
  • Field Name: WhenChanged
  • Type: String
  • Format: date-time
SourceTransportServers The SourceTransportServers parameter specifies the names of the Mailbox servers that can use this Send connector. This parameter isn't valid for Send connectors configured on an Edge server. To enter multiple values and overwrite any existing entries, use the following syntax: <value1>,<value2>.... If the values contain spaces or otherwise require quotation marks, you need to use the following syntax: "<value1>","<value2>".... To add or remove one or more values without affecting any existing entries, use the following syntax: @{Add="<value1>","<value2>"...; Remove="<value1>","<value2>"...}.
  • Field Name: SourceTransportServers.[n]
  • Type: Array
WhenCreated
  • Field Name: WhenCreated
  • Type: String
  • Format: date-time
CertificateSubject
  • Field Name: CertificateSubject
  • Type: String
SmtpMaxMessagesPerConnection The SmtpMaxMessagesPerConnection parameter specifies the maximum number of messages the server can send per connection.
  • Field Name: SmtpMaxMessagesPerConnection
  • Type: Integer
Partner The Partner parameter specifies the Partner usage type. The usage type specifies the permissions and authentication methods assigned to the Send connector. If you use the Partner parameter, you can't use any of the following parameters: Custom Internal Internet Usage For more information about Send connector usage types, permissions, and authentication methods, see Send connectors.
  • Field Name: Partner
  • Type: Boolean
RunspaceId
  • Field Name: RunspaceId
  • Type: String
SmartHostsString
  • Field Name: SmartHostsString
  • Type: String
Port The Port parameter specifies the port number for smart host forwarding, if you specify a value in the SmartHosts parameter. The valid input range is an integer from 0 through 65535. The default value is 25. In most organizations, the port number is set to 25.
  • Field Name: Port
  • Type: Integer
AuthenticationCredential The AuthenticationCredential parameter specifies a credential object. This credential object is created by using the Get-Credential cmdlet. For more information about the Get-Credential cmdlet, enter Get-Help Get-Credential in the Exchange Management Shell.
  • Field Name: AuthenticationCredential
  • Type: String