Skip to content

Commit e20bb10

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

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ New-DlpComplianceRule [-Name] <String> -Policy <PolicyIdParameter>
5353
[-DocumentNameMatchesPatterns <MultiValuedProperty>]
5454
[-DocumentNameMatchesWords <MultiValuedProperty>]
5555
[-DocumentSizeOver <Microsoft.Exchange.Data.ByteQuantifiedSize>]
56+
[-DomainCountOver <UInt32>]
5657
[-EncryptRMSTemplate <RmsTemplateIdParameter>]
5758
[-EndpointDlpBrowserRestrictions <PswsHashtable[]>]
5859
[-EndpointDlpRestrictions <PswsHashtable[]>]
@@ -144,6 +145,7 @@ New-DlpComplianceRule [-Name] <String> -Policy <PolicyIdParameter>
144145
[-Quarantine <Boolean>]
145146
[-RecipientADAttributeContainsWords <PswsHashtable>]
146147
[-RecipientADAttributeMatchesPatterns <PswsHashtable>]
148+
[-RecipientCountOver <UInt32>]
147149
[-RecipientDomainIs <MultiValuedProperty>]
148150
[-RedirectMessageTo <RecipientIdParameter[]>]
149151
[-RemoveHeader <MultiValuedProperty>]
@@ -960,13 +962,12 @@ Accept pipeline input: False
960962
Accept wildcard characters: False
961963
```
962964
### -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.
965+
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.
964966

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

968969
```yaml
969-
Type: Microsoft.Exchange.Data.ByteQuantifiedSize
970+
Type: UInt32
970971
Parameter Sets: (All)
971972
Aliases:
972973
Applicable: Security & Compliance
@@ -3005,13 +3006,12 @@ Accept wildcard characters: False
30053006
```
30063007

30073008
### -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+
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.
30093010

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.
3011+
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.
30123012

30133013
```yaml
3014-
Type: Microsoft.Exchange.Data.ByteQuantifiedSize
3014+
Type: UInt32
30153015
Parameter Sets: (All)
30163016
Aliases:
30173017
Applicable: Security & Compliance

0 commit comments

Comments
 (0)