Skip to content

Commit 4c3acac

Browse files
authored
Update Set-DlpComplianceRule.md
1 parent b23d431 commit 4c3acac

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

exchange/exchange-ps/exchange/Set-DlpComplianceRule.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,25 @@ Accept pipeline input: False
863863
Accept wildcard characters: False
864864
```
865865

866+
### -DomainCountOver
867+
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.
868+
869+
870+
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.
871+
872+
```yaml
873+
Type: Microsoft.Exchange.Data.ByteQuantifiedSize
874+
Parameter Sets: (All)
875+
Aliases:
876+
Applicable: Security & Compliance
877+
878+
Required: False
879+
Position: Named
880+
Default value: None
881+
Accept pipeline input: False
882+
Accept wildcard characters: False
883+
```
884+
866885
### -EncryptRMSTemplate
867886
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 (").
868887

@@ -2857,6 +2876,24 @@ Parameter Sets: (All)
28572876
Aliases:
28582877
Applicable: Security & Compliance
28592878
2879+
Required: False
2880+
Position: Named
2881+
Default value: None
2882+
Accept pipeline input: False
2883+
Accept wildcard characters: False
2884+
```
2885+
### -RecipientCountOver
2886+
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.
2887+
2888+
2889+
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.
2890+
2891+
```yaml
2892+
Type: Microsoft.Exchange.Data.ByteQuantifiedSize
2893+
Parameter Sets: (All)
2894+
Aliases:
2895+
Applicable: Security & Compliance
2896+
28602897
Required: False
28612898
Position: Named
28622899
Default value: None

0 commit comments

Comments
 (0)