Skip to content

Commit 0dfa3d3

Browse files
authored
Update New-TransportRule.md
1 parent 4279f3c commit 0dfa3d3

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

exchange/exchange-ps/exchange/New-TransportRule.md

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

3682-
- 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.
3683-
- AuditAndNotify: The rule operates the same as in Audit mode, but notifications are also enabled.
3682+
- 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.
3683+
- 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.
36843684
- Enforce: All actions specified in the rule are taken. This is the default value.
36853685

3686-
> [!NOTE]
3687-
>
3688-
> In the Audit mode, the action GenerateIncidentReport is going to be executed.
3689-
> In the AuditAndNotify mode, actions GenerateIncidentReport and GenerateNotification are going to be executed.
3690-
36913686
```yaml
36923687
Type: RuleMode
36933688
Parameter Sets: (All)

0 commit comments

Comments
 (0)