We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c473de commit 1d93389Copy full SHA for 1d93389
exchange/exchange-ps/exchange/Get-DlpCompliancePolicy.md
@@ -48,7 +48,7 @@ This example displays detailed information for the DLP policy named "PII Limited
48
49
### Example 3
50
```powershell
51
-Get-DlpCompliancePolicy -Identity "PII Limited" DistributionDetail | Format-List DistributionStatus
+Get-DlpCompliancePolicy -Identity "PII Limited" -DistributionDetail | Format-List DistributionStatus
52
```
53
54
This example displays distribution details for a DLP policy.
0 commit comments