Skip to content

Commit c95355d

Browse files
authored
Update Set-TransportRule.md
1 parent b991997 commit c95355d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

exchange/exchange-ps/exchange/Set-TransportRule.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3656,15 +3656,10 @@ Accept wildcard characters: False
36563656
### -Mode
36573657
The Mode parameter specifies how the rule operates. Valid values are:
36583658

3659-
- Audit: The actions that the rule would have taken are written to the message tracking log, but no any action is taken on the message that would impact delivery.
3660-
- AuditAndNotify: The rule operates the same as in Audit mode, but notifications are also enabled.
3659+
- Audit: The actions that the rule would have taken are written to the message tracking log, but no action that impacts message delivery is taken on the message. The GenerateIncidentReport action occurs.
3660+
- AuditAndNotify: The actions that the rule would have taken are written to the message tracking log, but no action that impacts message delivery is taken on the message. The GenerateIncidentReport and GenerateNotification actions occur.
36613661
- Enforce: All actions specified in the rule are taken. This is the default value.
36623662

3663-
> [!NOTE]
3664-
>
3665-
> In the Audit mode, the action GenerateIncidentReport is going to be executed.
3666-
> In the AuditAndNotify mode, actions GenerateIncidentReport and GenerateNotification are going to be executed.
3667-
36683663
```yaml
36693664
Type: RuleMode
36703665
Parameter Sets: (All)

0 commit comments

Comments
 (0)