Skip to content

Commit 8458acb

Browse files
authored
Merge pull request MicrosoftDocs#8407 from SeanMSFT/patch-4
Update Set-OutboundConnector.md
2 parents f5d1f72 + e1314d5 commit 8458acb

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

exchange/exchange-ps/exchange/Set-OutboundConnector.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Set-OutboundConnector [-Identity] <OutboundConnectorIdParameter>
3737
[-Name <String>]
3838
[-RecipientDomains <MultiValuedProperty>]
3939
[-RouteAllMessagesViaOnPremises <Boolean>]
40+
[-SenderRewritingEnabled <Boolean>]
4041
[-SmartHosts <MultiValuedProperty>]
4142
[-TestMode <Boolean>]
4243
[-TlsDomain <SmtpDomainWithSubdomains>]
@@ -332,6 +333,25 @@ Accept pipeline input: False
332333
Accept wildcard characters: False
333334
```
334335

336+
### -SenderRewritingEnabled
337+
The SenderRewritingEnabled parameter specifies that all messages that normally qualify for SRS rewritting are rewritten for traffic to on-premises. This parameter is only effective for OnPremises connectors as Partner connectors already have SRS rewritting enabled. Valid values are:
338+
339+
- $true: Messages are rewritten by SRS if they need to be before being routed through the on-premises messaging system. This setting requires you to set the ConnectorType parameter to the value OnPremises in the same command.
340+
- $false: Messages aren't rewritten by SRS before being routed through the on-premises messaging system. This is the default value.
341+
342+
```yaml
343+
Type: Boolean
344+
Parameter Sets: (All)
345+
Aliases:
346+
Applicable: Exchange Online, Exchange Online Protection
347+
348+
Required: False
349+
Position: Named
350+
Default value: None
351+
Accept pipeline input: False
352+
Accept wildcard characters: False
353+
```
354+
335355
### -SmartHosts
336356
The SmartHosts parameter specifies the smart host that the Outbound connector uses to route mail. Valid values are:
337357

0 commit comments

Comments
 (0)