You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
866
885
### -EncryptRMSTemplate
867
886
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 (").
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
+
2867
2903
### -RecipientDomainIs
2868
2904
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.
0 commit comments