Skip to content

Commit 465f782

Browse files
Update exchange/exchange-ps/exchange/Get-CaseHoldRule.md
Co-authored-by: JohanFreelancer9 <[email protected]>
1 parent 9e4dfbb commit 465f782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/exchange-ps/exchange/Get-CaseHoldRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Get-CaseHoldRule [[-Identity] <ComplianceRuleIdParameter>]
2727
```
2828

2929
## DESCRIPTION
30-
In large environments, running this cmdlet without any parametersresults in a timeout. As a workaround, you can run the following command:
30+
In large environments, running this cmdlet without any parameters results in a timeout. As a workaround, you can run the following command:
3131

3232
`Get-ComplianceCase -Organization $org | foreach {Get-CaseHoldPolicy -Case $_.CaseId | foreach {Get-CaseHoldRule -Policy $_.Guid}}`
3333

0 commit comments

Comments
 (0)