Skip to content

Commit c0fe17b

Browse files
authored
Update Get-CaseHoldPolicy.md
1 parent 1576966 commit c0fe17b

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

exchange/exchange-ps/exchange/policy-and-compliance-ediscovery/Get-CaseHoldPolicy.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ monikerRange: "o365scc-ps"
1515
## SYNOPSIS
1616
This cmdlet is available only in Office 365 Security & Compliance Center PowerShell. For more information, see [Office 365 Security & Compliance Center PowerShell](https://docs.microsoft.com/powershell/exchange/office-365-scc/office-365-scc-powershell).
1717

18-
Use the Get-CaseHoldPolicy to view existing case hold policies in the Security & Compliance Center.
18+
Use the Get-CaseHoldPolicy to view existing case hold policies in the Security & Compliance Center. To get relevant information about how the hold was applied and the affected locations, you need to include the DistributionDetail switch.
1919

2020
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://docs.microsoft.com/powershell/exchange/exchange-server/exchange-cmdlet-syntax).
2121

@@ -27,10 +27,6 @@ Get-CaseHoldPolicy [[-Identity] <PolicyIdParameter>] [-Case <String>] [-Distribu
2727
```
2828

2929
## DESCRIPTION
30-
Use the Get-CaseHoldPolicy to view existing case hold policies in the Security & Compliance Center.
31-
32-
Note: To get relevant information to how the hold has been applied and what the currently affected locations are, you must include the `-DistributionDetail` parameter!
33-
3430
You need to be assigned permissions in the Office 365 Security & Compliance Center before you can use this cmdlet. For more information, see [Permissions in Office 365 Security & Compliance Center](https://go.microsoft.com/fwlink/p/?LinkId=511920).
3531

3632
## EXAMPLES
@@ -74,8 +70,9 @@ Accept wildcard characters: False
7470
```
7571
7672
### -DistributionDetail
77-
Retrieve detailed policy distribution information on the case hold policy.
78-
Without this parameter, there will be no information about the current deployment status and the DistributionStatus property will only show as "Pending".
73+
The DistributionDetail switch returns detailed policy distribution information on the case hold policy. You don't need to specify a value with this switch.
74+
75+
If you don't use this switch, the command won't return information about the current deployment status, and the DistributionStatus property will only show as "Pending".
7976
8077
The following properties are affected by this switch:
8178

0 commit comments

Comments
 (0)