Skip to content

Commit 6039f3c

Browse files
authored
Merge pull request #12762 from ybhargav1995/patch-32
Update Set-DlpComplianceRule.md
2 parents b6623c5 + 391cef0 commit 6039f3c

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Set-DlpComplianceRule [-Identity] <ComplianceRuleIdParameter>
5353
[-DocumentNameMatchesPatterns <MultiValuedProperty>]
5454
[-DocumentNameMatchesWords <MultiValuedProperty>]
5555
[-DocumentSizeOver <Microsoft.Exchange.Data.ByteQuantifiedSize>]
56+
[-DomainCountOver <UInt32>]
5657
[-EncryptRMSTemplate <RmsTemplateIdParameter>]
5758
[-EndpointDlpBrowserRestrictions <PswsHashtable[]>]
5859
[-EndpointDlpRestrictions <PswsHashtable[]>]
@@ -143,6 +144,7 @@ Set-DlpComplianceRule [-Identity] <ComplianceRuleIdParameter>
143144
[-Quarantine <Boolean>]
144145
[-RecipientADAttributeContainsWords <PswsHashtable>]
145146
[-RecipientADAttributeMatchesPatterns <PswsHashtable>]
147+
[-RecipientCountOver <UInt32>]
146148
[-RecipientDomainIs <MultiValuedProperty>]
147149
[-RedirectMessageTo <RecipientIdParameter[]>]
148150
[-RemoveHeader <MultiValuedProperty>]
@@ -863,6 +865,23 @@ Accept pipeline input: False
863865
Accept wildcard characters: False
864866
```
865867

868+
### -DomainCountOver
869+
The DomainCountOver parameter specifies a condition for the DLP rule that looks for messages where the number of recipient domains is greater than the specified value.
870+
871+
You can use this condition in DLP policies that are scoped only to Exchange. In PowerShell, you can use this parameter only inside an Advanced Rule.
872+
873+
```yaml
874+
Type: UInt32
875+
Parameter Sets: (All)
876+
Aliases:
877+
Applicable: Security & Compliance
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

@@ -2864,6 +2883,23 @@ Accept pipeline input: False
28642883
Accept wildcard characters: False
28652884
```
28662885

2886+
### -RecipientCountOver
2887+
The RecipientCountOver parameter specifies a condition for the DLP rule that looks for messages where the number of recipients is greater than the specified value. Groups are counted as one recipient.
2888+
2889+
You can use this condition in DLP policies that are scoped only to Exchange. In PowerShell, you can use this parameter only inside an Advanced Rule.
2890+
2891+
```yaml
2892+
Type: UInt32
2893+
Parameter Sets: (All)
2894+
Aliases:
2895+
Applicable: Security & Compliance
2896+
Required: False
2897+
Position: Named
2898+
Default value: None
2899+
Accept pipeline input: False
2900+
Accept wildcard characters: False
2901+
```
2902+
28672903
### -RecipientDomainIs
28682904
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.
28692905

0 commit comments

Comments
 (0)