Skip to content

Commit e7d1ebf

Browse files
authored
Merge pull request #12763 from MicrosoftDocs/main
[AutoPublish] main to live - 05/21 10:31 PDT | 05/21 23:01 IST
2 parents c9c382c + 6039f3c commit e7d1ebf

File tree

2 files changed

+72
-0
lines changed

2 files changed

+72
-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

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)