Skip to content

Commit 4636c28

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

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

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

Lines changed: 8 additions & 10 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>]
@@ -864,17 +866,15 @@ Accept wildcard characters: False
864866
```
865867

866868
### -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.
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.
868870

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+
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.
871872

872873
```yaml
873-
Type: Microsoft.Exchange.Data.ByteQuantifiedSize
874+
Type: UInt32
874875
Parameter Sets: (All)
875876
Aliases:
876877
Applicable: Security & Compliance
877-
878878
Required: False
879879
Position: Named
880880
Default value: None
@@ -2883,17 +2883,15 @@ Accept pipeline input: False
28832883
Accept wildcard characters: False
28842884
```
28852885
### -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.
2886+
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.
28872887

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.
2888+
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.
28902889

28912890
```yaml
2892-
Type: Microsoft.Exchange.Data.ByteQuantifiedSize
2891+
Type: UInt32
28932892
Parameter Sets: (All)
28942893
Aliases:
28952894
Applicable: Security & Compliance
2896-
28972895
Required: False
28982896
Position: Named
28992897
Default value: None

0 commit comments

Comments
 (0)