Skip to content

Commit 39f74df

Browse files
authored
Merge pull request MicrosoftDocs#8408 from SeanMSFT/patch-5
Update New-OutboundConnector.md
2 parents 8458acb + 4a26008 commit 39f74df

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

exchange/exchange-ps/exchange/New-OutboundConnector.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ New-OutboundConnector [-Name] <String>
3535
[-LinkForModifiedConnector <Guid>]
3636
[-RecipientDomains <MultiValuedProperty>]
3737
[-RouteAllMessagesViaOnPremises <Boolean>]
38-
[-SmartHosts <MultiValuedProperty>]
38+
[-SenderRewritingEnabled <Boolean>]
39+
[-SmartHosts <MultiValuedProperty>]
3940
[-TestMode <Boolean>]
4041
[-TlsDomain <SmtpDomainWithSubdomains>]
4142
[-TlsSettings <TlsAuthLevel>]
@@ -288,6 +289,25 @@ Accept pipeline input: False
288289
Accept wildcard characters: False
289290
```
290291

292+
### -SenderRewritingEnabled
293+
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:
294+
295+
- $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.
296+
- $false: Messages aren't rewritten by SRS before being routed through the on-premises messaging system. This is the default value.
297+
298+
```yaml
299+
Type: Boolean
300+
Parameter Sets: (All)
301+
Aliases:
302+
Applicable: Exchange Online, Exchange Online Protection
303+
304+
Required: False
305+
Position: Named
306+
Default value: None
307+
Accept pipeline input: False
308+
Accept wildcard characters: False
309+
```
310+
291311
### -SmartHosts
292312
The SmartHosts parameter specifies the smart host that the Outbound connector uses to route mail. Valid values are:
293313

0 commit comments

Comments
 (0)