Skip to content

Commit 2798886

Browse files
authored
Update Get-CaseHoldRule.md
1 parent aade642 commit 2798886

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9090
## OUTPUTS
9191
9292
## NOTES
93+
For large environments this command should not be executed with only Get-CaseHoldRule as it will timeout
94+
As a workaround you can run:
95+
Get-ComplianceCase -Organization $org | %{ Get-CaseHoldPolicy -Case $_.CaseId | %{ Get-CaseHoldRule -Policy $_.Guid }}
9396
9497
## RELATED LINKS

0 commit comments

Comments
 (0)