Skip to content

Commit 14e4fca

Browse files
committed
Update New-DlpCompliancePolicy.md
1 parent 499ae6f commit 14e4fca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exchange/exchange-ps/exchange/New-DlpCompliancePolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ New-DlpCompliancePolicy -Name "PowerBIPolicy" -Comment "Primary policy" -PowerBI
9494
This example creates a DLP policy named PowerBIPolicy for all qualifying Power BI workspaces (that is, those hosted on Premium Gen2 capacities) except for the specified workspaces. The new policy has a descriptive comment and will be enabled on creation.
9595

9696
### Example 4
97-
This example creates a DLP policy for Microsoft 365 Copilot (Preview) in several steps.
98-
9997
```powershell
10098
Get-Label | Format-List Priority,ContentType,Name,DisplayName,Identity,Guid
10199
```
102100

101+
This example creates a DLP policy for Microsoft 365 Copilot (Preview) in several steps.
102+
103103
This first command returns information about all sensitivity labels. Select the GUID value of the sensitivity label that you want to use. For example, `e222b65a-b3a8-46ec-ae12-00c2c91b71c0`.
104104

105105
```powershell

0 commit comments

Comments
 (0)