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.
962
966
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
+
```
963
981
### -EncryptRMSTemplate
964
982
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.
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
+
2990
3026
### -RecipientDomainIs
2991
3027
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