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 AnyOfRecipientAddressContainsWords parameter specifies a condition for the DLP rule that looks for words or phrases in recipient email addresses. You can specify multiple words or phrases separated by commas.
233
256
@@ -923,6 +946,22 @@ Accept pipeline input: False
923
946
Accept wildcard characters: False
924
947
```
925
948
949
+
### -ExceptIfFromMemberOf
950
+
This parameter is reserved for internal Microsoft use.
951
+
952
+
```yaml
953
+
Type: SmtpAddress[]
954
+
Parameter Sets: (All)
955
+
Aliases:
956
+
Applicable: Security & Compliance Center
957
+
958
+
Required: False
959
+
Position: Named
960
+
Default value: None
961
+
Accept pipeline input: False
962
+
Accept wildcard characters: False
963
+
```
964
+
926
965
### -ExceptIfFromScope
927
966
The ExceptIfFromScope parameter specifies an exception for the rule that looks for the location of message senders. Valid values are:
{{ Fill ExceptIfUnscannableDocumentExtensionIs Description }}
1267
+
1268
+
```yaml
1269
+
Type: MultiValuedProperty
1270
+
Parameter Sets: (All)
1271
+
Aliases:
1272
+
Applicable: Security & Compliance Center
1273
+
1274
+
Required: False
1275
+
Position: Named
1276
+
Default value: None
1277
+
Accept pipeline input: False
1278
+
Accept wildcard characters: False
1279
+
```
1280
+
1226
1281
### -ExceptIfWithImportance
1227
1282
The ExceptIfWithImportance parameter specifies an exception for the rule that looks for messages with the specified importance level. Valid values are:
The NotifyEmailCustomText parameter specifies the custom text in the email notification message that's sent to recipients when the conditions of the rule are met.
{{ Fill OnPremisesScannerDlpRestrictions Description }}
1738
+
1739
+
```yaml
1740
+
Type: PswsHashtable[]
1741
+
Parameter Sets: (All)
1742
+
Aliases:
1743
+
Applicable: Security & Compliance Center
1744
+
1745
+
Required: False
1746
+
Position: Named
1747
+
Default value: None
1748
+
Accept pipeline input: False
1749
+
Accept wildcard characters: False
1750
+
```
1751
+
1665
1752
### -PrependSubject
1666
1753
The PrependSubject parameter specifies an action for the rule that adds text to add to the beginning of the Subject field of messages. The value for this parameter is the text that you want to add. If the text contains spaces, enclose the value in quotation marks (").
1667
1754
@@ -1750,6 +1837,7 @@ You can use this action in DLP policies that are scoped only to Exchange.
0 commit comments