Skip to content

Commit 47462a8

Browse files
Merge pull request #13101 from MicrosoftDocs/main
[AutoPublish] main to live - 09/15 10:31 PDT | 09/15 23:01 IST
2 parents 5bf5c90 + 3aaf7ff commit 47462a8

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

exchange/exchange-ps/ExchangePowerShell/New-DlpComplianceRule.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,14 +1155,18 @@ The EvaluateRulePerComponent parameter specifies whether a match for conditions
11551155
- $true: A DLP rule match for conditions and exceptions must be in the same message component (for example, in the message body or in a single attachment).
11561156
- $false: A DLP rule match for conditions and exceptions can be anywhere in the message.
11571157

1158-
For example, say a DLP rule is configured to block messages that contain three or more Social Security numbers (SSNs). When the value of this parameter is $true, a message is blocked only if there are three or more SSNs in the message body, or there are three or more SSNs in a specific attachment. The DLP rule doesn't match and the message isn't blocked if there are two SSNs in the message body, one SSN in an attachment, and two SSNs in another attachment in the same email message.
1158+
For example, a DLP rule is configured to block messages that contain three or more Social Security numbers (SSNs). When the value of this parameter is $true, a message is blocked only if there are three or more SSNs in the message body, or there are three or more SSNs in a specific attachment. The DLP rule doesn't match and the message isn't blocked if there are two SSNs in the message body, one SSN in an attachment, and two SSNs in another attachment in the same email message.
1159+
1160+
**Note**: When the value of this parameter is $true, the scoping within Content Contains condition is overriden. In other words, even if the scoping is set to Attachments only, the message body is also scanned as a separate component. Even when the scoping is set to Message only, attachments are scanned as individual components.
11591161

11601162
This parameter works with the following conditions or exceptions only:
11611163

1162-
- Content contains
1163-
- Attachment contains
1164-
- Attachment is not labeled
1165-
- File extension is
1164+
- Content contains.
1165+
- Attachment contains.
1166+
- Attachment is not labeled.
1167+
- File extension is.
1168+
1169+
**Note**: Unsupported conditions evaluate the entire email message and attachments as a single component. Supported conditions are evaluated for each email message component.
11661170

11671171
```yaml
11681172
Type: Boolean

0 commit comments

Comments
 (0)