Skip to content

Commit 77dfa3c

Browse files
authored
Update Enable-TransportRule.md
Remove part that says Enforce is default value for -Mode parameter. There was DCR for this change, VSO ID: 3448828.
1 parent e8110a2 commit 77dfa3c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

exchange/exchange-ps/exchange/Enable-TransportRule.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,9 @@ The Mode parameter specifies how the rule operates after it's enabled. Valid val
116116

117117
- 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.
118118
- AuditAndNotify: The rule operates the same as in Audit mode, but notifications are also enabled.
119-
- Enforce: All actions specified in the rule are taken. This is the default value.
119+
- Enforce: All actions specified in the rule are taken.
120+
121+
The value that has already been set in the rule will be persevered, unless -Mode parameter is specified.
120122

121123
```yaml
122124
Type: RuleMode

0 commit comments

Comments
 (0)