Skip to content

Commit bbe591b

Browse files
authored
Update Set-DlpComplianceRule.md
1 parent fdc76a5 commit bbe591b

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

exchange/exchange-ps/exchange/Set-DlpComplianceRule.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2672,9 +2672,9 @@ Accept wildcard characters: False
26722672
### -RuleErrorAction
26732673
The RuleErrorAction parameter specifies what to do if an error is encountered during the evaluation of the rule. Valid values are:
26742674

2675-
- Ignore
2676-
- RetryThenBlock
2677-
- Blank (the value $null): This is the default value.
2675+
- Ignore: Ignore the failure of the rule and thereby any actions in that rule and move to the next rule.
2676+
- RetryThenBlock: Do a maximum of 5 retries of the rule with an increasing time gap of 10 min (i.e, 1st retry happens after 10 min, 2nd retry after 20 min, etc.). After the failure of the fifth retry, the message is dropped and we send a non-delivery report (also known as an NDR or bounce messages).
2677+
- Blank (the value $null): Defer the delivery of the message and keep retrying the rule. This is the default value.
26782678

26792679
```yaml
26802680
Type: PolicyRuleErrorAction
@@ -2689,15 +2689,6 @@ Accept pipeline input: False
26892689
Accept wildcard characters: False
26902690
```
26912691

2692-
Explanation of the parameters:
2693-
2694-
2695-
Ignore : Will ignore the failure of the rule and thereby any actions in that rule and move to the next rule.
2696-
2697-
RetryThenBlock : Will do upto 5 retrys of the rule with an increasing time gap of 10 min i.e, 1st retry happens after 10 min, 2nd retry after 20 min and so on. Once 5th retry also results in a failure the message is dropped and we send a NDR.
2698-
2699-
Blank : Will defer the delivery of the message and keep retrying the rule.
2700-
27012692
### -SenderADAttributeContainsWords
27022693
The SenderADAttributeContainsWords parameter specifies a condition for the DLP rule that looks for words in Active Directory attributes of message senders. You can use any of the following Active Directory attributes:
27032694

0 commit comments

Comments
 (0)