Skip to content

Commit e09054f

Browse files
Merge pull request #12758 from MicrosoftDocs/main
[AutoPublish] main to live - 05/19 15:33 PDT | 05/20 04:03 IST
2 parents 69cd58d + 3734cc8 commit e09054f

File tree

4 files changed

+62
-6
lines changed

4 files changed

+62
-6
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ New-DlpCompliancePolicy [-Name] <String>
2929
[-EndpointDlpExtendedLocations <String>]
3030
[-EndpointDlpLocation <MultiValuedProperty>]
3131
[-EndpointDlpLocationException <MultiValuedProperty>]
32+
[-EnforcementPlanes <MultiValuedProperty>]
3233
[-ExceptIfOneDriveSharedBy <RecipientIdParameter[]>]
3334
[-ExceptIfOneDriveSharedByMemberOf <RecipientIdParameter[]>]
3435
[-ExchangeAdaptiveScopes <MultiValuedProperty>]
@@ -294,6 +295,22 @@ Accept pipeline input: False
294295
Accept wildcard characters: False
295296
```
296297

298+
### -EnforcementPlanes
299+
{{ Fill EnforcementPlanes Description }}
300+
301+
```yaml
302+
Type: MultiValuedProperty
303+
Parameter Sets: (All)
304+
Aliases:
305+
Applicable: Security & Compliance
306+
307+
Required: False
308+
Position: Named
309+
Default value: None
310+
Accept pipeline input: False
311+
Accept wildcard characters: False
312+
```
313+
297314
### -ExceptIfOneDriveSharedBy
298315
The ExceptIfOneDriveSharedBy parameter specifies the users to exclude from the DLP policy (the sites of the OneDrive for Business user accounts are included in the policy). You identify the users by UPN (laura@contoso.onmicrosoft.com).
299316

exchange/exchange-ps/exchange/New-DlpComplianceRule.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,22 @@ New-DLPComplianceRule -Name "Contoso Rule 1" -Policy "Contoso Policy 1" -Advance
305305

306306
This example uses the AdvancedRule parameter to read the following complex condition from a file: "Content contains sensitive information: "Credit card number OR Highly confidential" AND (NOT (Sender is a member of "Jane's Team" OR Recipient is "adele@contoso.com")).
307307

308+
### Example 4
309+
```powershell
310+
311+
$myEntraAppId = ""
312+
313+
$myEntraAppName = ""
314+
315+
$locations = "[{`"Workload`":`"Applications`",`"Location`":`"$myEntraAppId`",`"LocationDisplayName`":`"$myEntraAppName`",`"LocationSource`":`"Entra`",`"LocationType`":`"Individual`",`"Inclusions`":[{`"Type`":`"Tenant`",`"Identity`":`"All`"}]}]"
316+
317+
New-DlpCompliancePolicy -Name "Test Entra DLP" -Mode Enable -Locations $locations -EnforcementPlanes @("Entra")
318+
319+
New-DlpComplianceRule -Name "Test Entra Rule" -Policy "Test Entra DLP" -ContentContainsSensitiveInformation @{Name = "credit card number"} -GenerateAlert $true -GenerateIncidentReport @("siteadmin") -NotifyUser @("admin@contonso.onmicrosoft.com") -RestrictAccess @(@{setting="UploadText";value="Block"})
320+
```
321+
322+
This is an example of applying a CCSI-based DLP rule that should be handled by an entra-registered enterprise application in the organization.
323+
308324
## PARAMETERS
309325

310326
### -Name
@@ -3344,11 +3360,11 @@ Accept wildcard characters: False
33443360
```
33453361

33463362
### -SharedByIRMUserRisk
3347-
The SharedByIRMUserRisk paramter specifies the risk category of the user performing the violating action. Valid values are:
3363+
The SharedByIRMUserRisk parameter specifies the risk category of the user performing the violating action. Valid values are:
33483364

3349-
- Elevated Risk Level
3350-
- Moderate Risk Level
3351-
- Minor Risk Level
3365+
- FCB9FA93-6269-4ACF-A756-832E79B36A2A (Elevated Risk Level)
3366+
- 797C4446-5C73-484F-8E58-0CCA08D6DF6C (Moderate Risk Level)
3367+
- 75A4318B-94A2-4323-BA42-2CA6DB29AAFE (Minor Risk Level)
33523368

33533369
You can specify multiple values separated by commas.
33543370

exchange/exchange-ps/exchange/Set-DlpCompliancePolicy.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Set-DlpCompliancePolicy [-Identity] <PolicyIdParameter>
4343
[-EndpointDlpAdaptiveScopes <MultiValuedProperty>]
4444
[-EndpointDlpAdaptiveScopesException <MultiValuedProperty>]
4545
[-EndpointDlpExtendedLocations <String>]
46+
[-EnforcementPlanes <MultiValuedProperty>]
4647
[-ExceptIfOneDriveSharedBy <RecipientIdParameter[]>]
4748
[-ExceptIfOneDriveSharedByMemberOf <RecipientIdParameter[]>]
4849
[-ExchangeAdaptiveScopes <MultiValuedProperty>]
@@ -570,6 +571,22 @@ Accept pipeline input: False
570571
Accept wildcard characters: False
571572
```
572573

574+
### -EnforcementPlanes
575+
{{ Fill EnforcementPlanes Description }}
576+
577+
```yaml
578+
Type: MultiValuedProperty
579+
Parameter Sets: (All)
580+
Aliases:
581+
Applicable: Security & Compliance
582+
583+
Required: False
584+
Position: Named
585+
Default value: None
586+
Accept pipeline input: False
587+
Accept wildcard characters: False
588+
```
589+
573590
### -ExceptIfOneDriveSharedBy
574591
The ExceptIfOneDriveSharedBy parameter specifies the users to exclude from the DLP policy (the sites of the OneDrive for Business user accounts are included in the policy). You identify the users by UPN (laura@contoso.onmicrosoft.com).
575592

exchange/exchange-ps/exchange/Set-DlpComplianceRule.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ This example modifies the access scope and blocking behavior of a DLP compliance
187187

188188
### Example 2
189189
```powershell
190-
Contents of the file named C:\Data\Sensitive Type.txt:
190+
# Contents of the file named C:\Data\Sensitive Type.txt:
191191
192192
{
193193
"Version": "1.0",
@@ -3237,7 +3237,13 @@ Accept wildcard characters: False
32373237
```
32383238

32393239
### -SharedByIRMUserRisk
3240-
{{ Fill SharedByIRMUserRisk Description }}
3240+
The SharedByIRMUserRisk parameter specifies the risk category of the user performing the violating action. Valid values are:
3241+
3242+
- FCB9FA93-6269-4ACF-A756-832E79B36A2A (Elevated Risk Level)
3243+
- 797C4446-5C73-484F-8E58-0CCA08D6DF6C (Moderate Risk Level)
3244+
- 75A4318B-94A2-4323-BA42-2CA6DB29AAFE (Minor Risk Level)
3245+
3246+
You can specify multiple values separated by commas.
32413247

32423248
```yaml
32433249
Type: MultiValuedProperty

0 commit comments

Comments
 (0)