Skip to content

Commit b7e0da1

Browse files
committed
Added EnforcementPlanes parameters
1 parent 04f44ca commit b7e0da1

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
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 ExchangeAdaptiveScopes 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/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 ExchangeAdaptiveScopes 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

0 commit comments

Comments
 (0)