From 77dfa3ca2cf1aa53b72937f4191a90ea8fe6589e Mon Sep 17 00:00:00 2001 From: Dragana Dimitrijevic Date: Mon, 15 May 2023 15:17:08 +0200 Subject: [PATCH] Update Enable-TransportRule.md Remove part that says Enforce is default value for -Mode parameter. There was DCR for this change, VSO ID: 3448828. --- exchange/exchange-ps/exchange/Enable-TransportRule.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/exchange/exchange-ps/exchange/Enable-TransportRule.md b/exchange/exchange-ps/exchange/Enable-TransportRule.md index 8a9892ab10..4f9a620693 100644 --- a/exchange/exchange-ps/exchange/Enable-TransportRule.md +++ b/exchange/exchange-ps/exchange/Enable-TransportRule.md @@ -116,7 +116,9 @@ The Mode parameter specifies how the rule operates after it's enabled. Valid val - 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. - AuditAndNotify: The rule operates the same as in Audit mode, but notifications are also enabled. -- Enforce: All actions specified in the rule are taken. This is the default value. +- Enforce: All actions specified in the rule are taken. + +The value that has already been set in the rule will be persevered, unless -Mode parameter is specified. ```yaml Type: RuleMode