Skip to content

Commit 9aef8f8

Browse files
authored
Merge pull request MicrosoftDocs#11455 from m-nestorovic/patch-39
Update Set-TransportRule.md
2 parents 5b1e62d + f16d1ef commit 9aef8f8

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

exchange/exchange-ps/exchange/Set-TransportRule.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2191,6 +2191,8 @@ Accept wildcard characters: False
21912191
```
21922192

21932193
### -ExceptIfHasSenderOverride
2194+
**Note:** This parameter is functional only in on-premises Exchange.
2195+
21942196
This parameter specifies an exception or part of an exception for the rule. The name of the corresponding condition parameter doesn't include the ExceptIf prefix.
21952197

21962198
In on-premises Exchange, this exception is available only on Mailbox servers.
@@ -2356,6 +2358,8 @@ Accept wildcard characters: False
23562358
```
23572359

23582360
### -ExceptIfMessageContainsDataClassifications
2361+
**Note:** This parameter is functional only in on-premises Exchange.
2362+
23592363
This parameter specifies an exception or part of an exception for the rule. The name of the corresponding condition parameter doesn't include the ExceptIf prefix.
23602364

23612365
In on-premises Exchange, this exception is available only on Mailbox servers.
@@ -3219,8 +3223,6 @@ The GenerateIncidentReport parameter specifies where to send the incident report
32193223
- Email address
32203224
- GUID
32213225

3222-
An incident report is generated for messages that violate a DLP policy in your organization.
3223-
32243226
**Note**: An incident report isn't generated for notifications or other incident reports that are generated by DLP or mail flow rules.
32253227

32263228
```yaml
@@ -3317,6 +3319,8 @@ Accept wildcard characters: False
33173319
```
33183320

33193321
### -HasSenderOverride
3322+
**Note:** This parameter is functional only in on-premises Exchange.
3323+
33203324
This parameter specifies a condition or part of a condition for the rule. The name of the corresponding exception parameter starts with ExceptIf.
33213325

33223326
In on-premises Exchange, this condition is available only on Mailbox servers.
@@ -3430,18 +3434,16 @@ This parameter specifies an action or part of an action for the rule.
34303434

34313435
In on-premises Exchange, this action is available only on Mailbox servers.
34323436

3433-
The IncidentReportContent parameter specifies the message properties that are included in the incident report that's generated when a message violates a DLP policy. Valid values are:
3437+
The IncidentReportContent parameter specifies the message properties that are included in the incident report. Valid values are:
34343438

34353439
- Sender: The sender of the message.
34363440
- Recipients: The recipients in the To field of the message. Only the first 10 recipients are displayed in the incident report. If there are more than 10 recipients, the remaining number of recipients will be displayed.
34373441
- Subject: The Subject field of the message.
34383442
- CC: The recipients in the Cc field of the message. Only the first 10 recipients are displayed in the incident report. If there are more than 10 recipients, the remaining number of recipients will be displayed.
34393443
- BCC: The recipients in the Bcc field of the message. Only the first 10 recipients are displayed in the incident report. If there are more than 10 recipients, the remaining number of recipients will be displayed.
34403444
- Severity: The audit severity of the rule that was triggered. If the message was processed by more than one rule, the highest severity is displayed.
3441-
- Override: The override if the sender chose to override a PolicyTip. If the sender provided a justification, the first 100 characters of the justification is also included.
34423445
- RuleDetections: The list of rules that the message triggered.
34433446
- FalsePositive: The false positive if the sender marked the message as a false positive for a PolicyTip.
3444-
- DataClassifications: The list of sensitive information types that were detected in the message.
34453447
- IdMatch: The sensitive information type that was detected, the exact matched content from the message, and the 150 characters before and after the matched sensitive information.
34463448
- AttachOriginalMail: The entire original message as an attachment.
34473449

@@ -3576,6 +3578,8 @@ Accept wildcard characters: False
35763578
```
35773579

35783580
### -MessageContainsDataClassifications
3581+
**Note:** This parameter is functional only in on-premises Exchange.
3582+
35793583
This parameter specifies a condition or part of a condition for the rule. The name of the corresponding exception parameter starts with ExceptIf.
35803584

35813585
In on-premises Exchange, this condition is available only on Mailbox servers.
@@ -3754,6 +3758,8 @@ Accept wildcard characters: False
37543758
```
37553759

37563760
### -NotifySender
3761+
**Note:** This parameter is functional only in on-premises Exchange.
3762+
37573763
This parameter specifies an action or part of an action for the rule.
37583764

37593765
In on-premises Exchange, this action is available only on Mailbox servers.

0 commit comments

Comments
 (0)