Skip to content

Commit 6fbe132

Browse files
authored
Merge branch 'master' into PNPPS1_4
2 parents 8df6913 + 607ff0c commit 6fbe132

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.

sharepoint/docs-conceptual/sharepoint-pnp/sharepoint-pnp-cmdlets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Before you start to work on code change consider starting a discussion in the re
3737

3838
## Building the source code
3939

40-
Make a clone of the repository, navigate to the build folder in the repository and run Build-Debug.ps1. See more details [here](https://pnp.github.io/powershell/articles/buildingsource.md).
40+
Make a clone of the repository, navigate to the build folder in the repository and run Build-Debug.ps1. See more details [here](https://pnp.github.io/powershell/articles/buildingsource.html).
4141

4242
## Updating the documentation
4343

0 commit comments

Comments
 (0)