From 58200f3c0ba8c6b4772da86147d26b0e4ab80ce7 Mon Sep 17 00:00:00 2001 From: Joshika Agarwal <165122920+joagarwal@users.noreply.github.com> Date: Mon, 6 Oct 2025 14:32:52 +0530 Subject: [PATCH 1/4] Learn Editor: Update New-RetentionComplianceRule.md --- .../ExchangePowerShell/New-RetentionComplianceRule.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exchange/exchange-ps/ExchangePowerShell/New-RetentionComplianceRule.md b/exchange/exchange-ps/ExchangePowerShell/New-RetentionComplianceRule.md index 5744f9b2f0..12092ee0fa 100644 --- a/exchange/exchange-ps/ExchangePowerShell/New-RetentionComplianceRule.md +++ b/exchange/exchange-ps/ExchangePowerShell/New-RetentionComplianceRule.md @@ -72,7 +72,7 @@ To use this cmdlet in Security & Compliance PowerShell, you need to be assigned ### Example 1 ```powershell -New-RetentionComplianceRule -Name InternalCompanyRule -Policy "Internal Company Policy" -RetentionDuration Unlimited +New-RetentionComplianceRule -Name InternalCompanyRule -Policy "Internal Company Policy" -RetentionDuration Unlimited ``` This example creates a new case hold rule named InternalCompanyRule and adds it to the existing case hold policy named "Internal Company Policy". Content is held indefinitely. @@ -383,7 +383,7 @@ The RetentionComplianceAction parameter specifies the retention action for the r - Keep - KeepAndDelete -If you don't use this parameter, the retention policy is created as an "UniH" policy instead of a "mbx" policy. +If you don't use this parameter, the retention policy is created as an "UniH" policy instead of a "mbx" policy. This parameter is mandatory to prevent non-compliant deletion. ```yaml Type: String From 21f8ebdb3d150fa6bf263d984da2bbc3931b10a3 Mon Sep 17 00:00:00 2001 From: Joshika Agarwal <165122920+joagarwal@users.noreply.github.com> Date: Mon, 6 Oct 2025 14:33:04 +0530 Subject: [PATCH 2/4] Learn Editor: Update New-RetentionComplianceRule.md From 69500c64145ad08bf081b306bb7e27b66142eea5 Mon Sep 17 00:00:00 2001 From: Joshika Agarwal <165122920+joagarwal@users.noreply.github.com> Date: Mon, 6 Oct 2025 14:34:16 +0530 Subject: [PATCH 3/4] Update New-RetentionComplianceRule.md --- .../ExchangePowerShell/New-RetentionComplianceRule.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/exchange-ps/ExchangePowerShell/New-RetentionComplianceRule.md b/exchange/exchange-ps/ExchangePowerShell/New-RetentionComplianceRule.md index 12092ee0fa..31d0780f40 100644 --- a/exchange/exchange-ps/ExchangePowerShell/New-RetentionComplianceRule.md +++ b/exchange/exchange-ps/ExchangePowerShell/New-RetentionComplianceRule.md @@ -72,7 +72,7 @@ To use this cmdlet in Security & Compliance PowerShell, you need to be assigned ### Example 1 ```powershell -New-RetentionComplianceRule -Name InternalCompanyRule -Policy "Internal Company Policy" -RetentionDuration Unlimited +New-RetentionComplianceRule -Name InternalCompanyRule -Policy "Internal Company Policy" -RetentionDuration Unlimited -RetentionComplianceAction Keep ``` This example creates a new case hold rule named InternalCompanyRule and adds it to the existing case hold policy named "Internal Company Policy". Content is held indefinitely. From 57a77a2c34d498fcc4ce566393bef11be4910965 Mon Sep 17 00:00:00 2001 From: Joshika Agarwal <165122920+joagarwal@users.noreply.github.com> Date: Mon, 6 Oct 2025 16:03:15 +0530 Subject: [PATCH 4/4] Update New-RetentionComplianceRule.md --- .../ExchangePowerShell/New-RetentionComplianceRule.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/exchange-ps/ExchangePowerShell/New-RetentionComplianceRule.md b/exchange/exchange-ps/ExchangePowerShell/New-RetentionComplianceRule.md index 31d0780f40..0c991d0271 100644 --- a/exchange/exchange-ps/ExchangePowerShell/New-RetentionComplianceRule.md +++ b/exchange/exchange-ps/ExchangePowerShell/New-RetentionComplianceRule.md @@ -75,7 +75,7 @@ To use this cmdlet in Security & Compliance PowerShell, you need to be assigned New-RetentionComplianceRule -Name InternalCompanyRule -Policy "Internal Company Policy" -RetentionDuration Unlimited -RetentionComplianceAction Keep ``` -This example creates a new case hold rule named InternalCompanyRule and adds it to the existing case hold policy named "Internal Company Policy". Content is held indefinitely. +This example creates a new retention hold rule named InternalCompanyRule and adds it to the existing retention hold policy named "Internal Company Policy". Content is held indefinitely. ### Example 2 ```powershell