Skip to content

Commit 1d93389

Browse files
authored
Update Get-DlpCompliancePolicy.md
Updated example 3 where DistributionDetail parameter did not have dash (-DistributionDetail).
1 parent 1c473de commit 1d93389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/exchange-ps/exchange/Get-DlpCompliancePolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This example displays detailed information for the DLP policy named "PII Limited
4848

4949
### Example 3
5050
```powershell
51-
Get-DlpCompliancePolicy -Identity "PII Limited" DistributionDetail | Format-List DistributionStatus
51+
Get-DlpCompliancePolicy -Identity "PII Limited" -DistributionDetail | Format-List DistributionStatus
5252
```
5353

5454
This example displays distribution details for a DLP policy.

0 commit comments

Comments
 (0)