Skip to content

Commit a2c7387

Browse files
authored
Update New-RetentionComplianceRule.md
1 parent 2151b95 commit a2c7387

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ To use this cmdlet in Security & Compliance Center PowerShell, you need to be as
7070
New-RetentionComplianceRule -Name InternalCompanyRule -Policy "Internal Company Policy" -RetentionDuration Unlimited
7171
```
7272

73-
This example creates a new case hold rule named InternalCompanyRule and adds it to the existing case hold policy named "Internal Company Policy". Content will be held indefinitely.
74-
73+
This example creates a new case hold rule named InternalCompanyRule and adds it to the existing case hold policy named "Internal Company Policy". Content will be held indefinitely.
7574

7675
### Example 2
7776
```powershell
@@ -80,7 +79,6 @@ New-RetentionComplianceRule -Name SeptOneYear -Policy "Internal Company Policy"
8079

8180
This example creates a new retention rule named SeptOneYear and adds it to the existing retention policy named "Internal Company Policy". Content will be held for one year from the day content was last modified before it is deleted.
8281

83-
8482
## PARAMETERS
8583

8684
### -ApplyComplianceTag

0 commit comments

Comments
 (0)