Skip to content

Commit 7377d32

Browse files
authored
Merge pull request #10904 from m-nestorovic/patch-19
Update New-TransportRule.md
2 parents b824cd4 + 0dfa3d3 commit 7377d32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3679,8 +3679,8 @@ 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

36863686
```yaml

0 commit comments

Comments
 (0)