Skip to content

Commit 6cfcec3

Browse files
authored
Merge pull request MicrosoftDocs#5023 from FriedrichWeinmann/patch-1
Get-CaseHoldPolicy: Updating -DistributionDetail
2 parents f1b64b0 + 52501e6 commit 6cfcec3

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

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

Lines changed: 13 additions & 2 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

@@ -70,7 +70,18 @@ Accept wildcard characters: False
7070
```
7171
7272
### -DistributionDetail
73-
The DistributionDetail switch returns detailed policy distribution information in the DistributionResults property. You don't need to specify a value with this switch.
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".
76+
77+
The following properties are affected by this switch:
78+
79+
- SharePointLocation
80+
- ExchangeLocation
81+
- PublicFolderLocation
82+
- DistributionStatus
83+
- DistributionResults
84+
- LastStatusUpdateTime
7485
7586
```yaml
7687
Type: SwitchParameter

0 commit comments

Comments
 (0)