Skip to content

Commit b824cd4

Browse files
authored
Merge pull request #10905 from m-nestorovic/patch-20
Update Set-TransportRule.md
2 parents 7a2e691 + c95355d commit b824cd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

36633663
```yaml

0 commit comments

Comments
 (0)