Skip to content

Commit b6623c5

Browse files
authored
Merge pull request #12761 from ybhargav1995/patch-33
Update New-DlpComplianceRule.md
2 parents b23d431 + e20bb10 commit b6623c5

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
@@ -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>]
@@ -959,7 +961,23 @@ Default value: None
959961
Accept pipeline input: False
960962
Accept wildcard characters: False
961963
```
964+
### -DomainCountOver
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.
962966

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.
968+
969+
```yaml
970+
Type: UInt32
971+
Parameter Sets: (All)
972+
Aliases:
973+
Applicable: Security & Compliance
974+
975+
Required: False
976+
Position: Named
977+
Default value: None
978+
Accept pipeline input: False
979+
Accept wildcard characters: False
980+
```
963981
### -EncryptRMSTemplate
964982
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 (").
965983

@@ -2987,6 +3005,24 @@ Accept pipeline input: False
29873005
Accept wildcard characters: False
29883006
```
29893007

3008+
### -RecipientCountOver
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.
3010+
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.
3012+
3013+
```yaml
3014+
Type: UInt32
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)