You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Enable-TransportRule.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,9 @@ The Mode parameter specifies how the rule operates after it's enabled. Valid val
116
116
117
117
- 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.
118
118
- 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.
0 commit comments