Skip to content

Commit afece3f

Browse files
authored
Update New-DlpComplianceRule.md
1 parent f9294c6 commit afece3f

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

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

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -998,11 +998,14 @@ Accept wildcard characters: False
998998
```
999999

10001000
### -EvaluateRulePerComponent
1001-
The EvaluateRulePerComponent parameter is a DLP rule level configuration that specifies whether DLP rule match (both conditions and exceptions) should happen in the "same" email component like email body or a specific attachment ($true) or against entire envelope ($false).
1001+
The EvaluateRulePerComponent parameter specifies whether a match for conditions and exceptions in the rule is contained within the same message component. Valid values are:
10021002

1003-
For example - If your DLP rule has been configured to block email if content contains 3 or more SSN, with this parameter enabled, the email will be blocked ONLY IF the entire rule matches for the same email component, like if a) there are 3 or more SSN in email body, or b) there are 3 or more SSN in a specific attachment. The rule will not match if there are 2 SSN in email body, 1 SSN in one attachment & 2 SSN in another attachment.
1003+
- $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).
1004+
- $false: A DLP rule match for conditions and exceptions can be anywhere in the message.
10041005

1005-
Note that this setting is supported by below DLP predicates only:
1006+
For example, the 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.
1007+
1008+
This parameter works with the following conditions or exceptions only:
10061009

10071010
- Content contains
10081011
- Attachment contains
@@ -1011,12 +1014,15 @@ Note that this setting is supported by below DLP predicates only:
10111014

10121015
```yaml
10131016
Type: Boolean
1017+
Parameter Sets: (All)
1018+
Aliases:
1019+
Applicable: Security & Compliance
1020+
10141021
Required: False
10151022
Position: Named
1016-
Default value: False
1023+
Default value: None
10171024
Accept pipeline input: False
1018-
Accept wildcard characters: No
1019-
Applicable: Security & Compliance
1025+
Accept wildcard characters: False
10201026
```
10211027

10221028
### -ExceptIfAccessScope

0 commit comments

Comments
 (0)