Skip to content

Commit 31b0c4f

Browse files
authored
Update New-DlpComplianceRule.md
1 parent b23d431 commit 31b0c4f

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,24 @@ Default value: None
959959
Accept pipeline input: False
960960
Accept wildcard characters: False
961961
```
962+
### -DomainCountOver
963+
The DomainCountOver parameter specifies a condition for the DLP rule that looks for messages where the count of domains in the email is greater than the specified value.
962964

965+
966+
You can use this condition in DLP policies that are scoped only to Exchange. On the powershell you can use this parameter only inside the Advanced Rule.
967+
968+
```yaml
969+
Type: Microsoft.Exchange.Data.ByteQuantifiedSize
970+
Parameter Sets: (All)
971+
Aliases:
972+
Applicable: Security & Compliance
973+
974+
Required: False
975+
Position: Named
976+
Default value: None
977+
Accept pipeline input: False
978+
Accept wildcard characters: False
979+
```
963980
### -EncryptRMSTemplate
964981
The EncryptRMSTemplate parameter specifies an action for the DLP rule that applies rights management service (RMS) templates to files. You identify the RMS template by name. If the name contains spaces, enclose the name in quotation marks (").
965982

@@ -2987,6 +3004,25 @@ Accept pipeline input: False
29873004
Accept wildcard characters: False
29883005
```
29893006

3007+
### -RecipientCountOver
3008+
The RecipientCountOver parameter specifies a condition for the DLP rule that looks for messages where the count of recipients in the email is greater than the specified value. Note that only visible count is considered, which means if there is group with 100 users is present in the email it is considered as a single recipient.
3009+
3010+
3011+
You can use this condition in DLP policies that are scoped only to Exchange. On the powershell you can use this parameter only inside the Advanced Rule.
3012+
3013+
```yaml
3014+
Type: Microsoft.Exchange.Data.ByteQuantifiedSize
3015+
Parameter Sets: (All)
3016+
Aliases:
3017+
Applicable: Security & Compliance
3018+
3019+
Required: False
3020+
Position: Named
3021+
Default value: None
3022+
Accept pipeline input: False
3023+
Accept wildcard characters: False
3024+
```
3025+
29903026
### -RecipientDomainIs
29913027
The RecipientDomainIs parameter specifies a condition for the DLP rule that looks for recipients with email addresses in the specified domains. You can specify multiple domains separated by commas.
29923028

0 commit comments

Comments
 (0)