Skip to content

Commit 5b1e62d

Browse files
authored
Merge pull request MicrosoftDocs#11454 from m-nestorovic/patch-38
Update New-TransportRule.md
2 parents 0670c84 + 47402ed commit 5b1e62d

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

exchange/exchange-ps/exchange/New-TransportRule.md

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

22162216
### -ExceptIfHasSenderOverride
2217+
**Note:** This parameter is functional only in on-premises Exchange.
2218+
22172219
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.
22182220

22192221
In on-premises Exchange, this exception is available only on Mailbox servers.
@@ -2379,6 +2381,8 @@ Accept wildcard characters: False
23792381
```
23802382

23812383
### -ExceptIfMessageContainsDataClassifications
2384+
**Note:** This parameter is functional only in on-premises Exchange.
2385+
23822386
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.
23832387

23842388
In on-premises Exchange, this exception is available only on Mailbox servers.
@@ -3242,8 +3246,6 @@ The GenerateIncidentReport parameter specifies where to send the incident report
32423246
- Email address
32433247
- GUID
32443248

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

32493251
```yaml
@@ -3340,6 +3342,8 @@ Accept wildcard characters: False
33403342
```
33413343

33423344
### -HasSenderOverride
3345+
**Note:** This parameter is functional only in on-premises Exchange.
3346+
33433347
This parameter specifies a condition or part of a condition for the rule. The name of the corresponding exception parameter starts with ExceptIf.
33443348

33453349
In on-premises Exchange, this condition is available only on Mailbox servers.
@@ -3453,18 +3457,16 @@ This parameter specifies an action or part of an action for the rule.
34533457

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

3456-
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:
3460+
The IncidentReportContent parameter specifies the message properties that are included in the incident report. Valid values are:
34573461

34583462
- Sender: The sender of the message.
34593463
- 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.
34603464
- Subject: The Subject field of the message.
34613465
- 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.
34623466
- 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.
34633467
- 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.
3464-
- 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.
34653468
- RuleDetections: The list of rules that the message triggered.
34663469
- FalsePositive: The false positive if the sender marked the message as a false positive for a PolicyTip.
3467-
- DataClassifications: The list of sensitive information types that were detected in the message.
34683470
- 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.
34693471
- AttachOriginalMail: The entire original message as an attachment.
34703472

@@ -3599,6 +3601,8 @@ Accept wildcard characters: False
35993601
```
36003602

36013603
### -MessageContainsDataClassifications
3604+
**Note:** This parameter is functional only in on-premises Exchange.
3605+
36023606
This parameter specifies a condition or part of a condition for the rule. The name of the corresponding exception parameter starts with ExceptIf.
36033607

36043608
In on-premises Exchange, this condition is available only on Mailbox servers.
@@ -3761,6 +3765,8 @@ Accept wildcard characters: False
37613765
```
37623766

37633767
### -NotifySender
3768+
**Note:** This parameter is functional only in on-premises Exchange.
3769+
37643770
This parameter specifies an action or part of an action for the rule.
37653771

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

0 commit comments

Comments
 (0)