You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/policy-and-compliance-ediscovery/Get-CaseHoldPolicy.md
+4-7Lines changed: 4 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ monikerRange: "o365scc-ps"
15
15
## SYNOPSIS
16
16
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).
17
17
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.
19
19
20
20
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).
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
-
34
30
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).
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".
79
76
80
77
The following properties are affected by this switch:
0 commit comments