Skip to content

Commit 58200f3

Browse files
committed
Learn Editor: Update New-RetentionComplianceRule.md
1 parent 3ec8f04 commit 58200f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exchange/exchange-ps/ExchangePowerShell/New-RetentionComplianceRule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ To use this cmdlet in Security & Compliance PowerShell, you need to be assigned
7272

7373
### Example 1
7474
```powershell
75-
New-RetentionComplianceRule -Name InternalCompanyRule -Policy "Internal Company Policy" -RetentionDuration Unlimited
75+
New-RetentionComplianceRule -Name InternalCompanyRule -Policy "Internal Company Policy" -RetentionDuration Unlimited
7676
```
7777

7878
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
383383
- Keep
384384
- KeepAndDelete
385385

386-
If you don't use this parameter, the retention policy is created as an "UniH" policy instead of a "mbx" policy.
386+
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.
387387

388388
```yaml
389389
Type: String

0 commit comments

Comments
 (0)