Skip to content

Commit e6364fa

Browse files
authored
Merge pull request #8532 from MicrosoftDocs/chrisda
Chrisda to Master
2 parents f7c315b + 4db35df commit e6364fa

File tree

3 files changed

+217
-1
lines changed

3 files changed

+217
-1
lines changed

exchange/exchange-ps/exchange/Get-SupervisoryReviewRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Exchange.TransportMailflow-Help.xml
33
online version: https://docs.microsoft.com/powershell/module/exchange/get-supervisoryreviewrule
4-
applicable: Security & Compliance Center
4+
applicable: Exchange Online, Security & Compliance Center
55
title: Exchange Online, Get-SupervisoryReviewRule
66
schema: 2.0.0
77
author: chrisda

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

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ For information about the parameter sets in the Syntax section below, see [Excha
2424
New-DlpCompliancePolicy [-Name] <String>
2525
[-Comment <String>]
2626
[-Confirm]
27+
[-EndpointDlpLocation <MultiValuedProperty>]
28+
[-EndpointDlpLocationException <MultiValuedProperty>]
2729
[-ExceptIfOneDriveSharedBy <RecipientIdParameter[]>]
2830
[-ExceptIfOneDriveSharedByMemberOf <RecipientIdParameter[]>]
2931
[-ExchangeLocation <MultiValuedProperty>]
@@ -44,6 +46,8 @@ New-DlpCompliancePolicy [-Name] <String>
4446
[-SharePointServerLocation <MultiValuedProperty>]
4547
[-TeamsLocation <MultiValuedProperty>]
4648
[-TeamsLocationException <MultiValuedProperty>]
49+
[-ThirdPartyAppDlpLocation <MultiValuedProperty>]
50+
[-ThirdPartyAppDlpLocationException <MultiValuedProperty>]
4751
[-WhatIf]
4852
[<CommonParameters>]
4953
```
@@ -120,6 +124,42 @@ Accept pipeline input: False
120124
Accept wildcard characters: False
121125
```
122126

127+
### -EndpointDlpLocation
128+
The EndpointDLPLocation parameter specifies the user accounts to include in the DLP policy when they are logged on to an onboarded device. You identify the account by name or email address. You can use the value All for this parameter to include all user accounts.
129+
130+
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
131+
132+
```yaml
133+
Type: MultiValuedProperty
134+
Parameter Sets: (All)
135+
Aliases:
136+
Applicable: Security & Compliance Center
137+
138+
Required: False
139+
Position: Named
140+
Default value: None
141+
Accept pipeline input: False
142+
Accept wildcard characters: False
143+
```
144+
145+
### -EndpointDlpLocationException
146+
The EndpointDlpLocationException parameter specifies the user accounts to exclude when you use the value All for the EndpointDlpLocation parameter. You identify the account by name or email address.
147+
148+
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
149+
150+
```yaml
151+
Type: MultiValuedProperty
152+
Parameter Sets: (All)
153+
Aliases:
154+
Applicable: Security & Compliance Center
155+
156+
Required: False
157+
Position: Named
158+
Default value: None
159+
Accept pipeline input: False
160+
Accept wildcard characters: False
161+
```
162+
123163
### -ExceptIfOneDriveSharedBy
124164
The ExceptIfOneDriveSharedBy parameter specifies the users to exclude in the DLP policy. You identify the user by its email address.
125165

@@ -475,6 +515,38 @@ Accept pipeline input: False
475515
Accept wildcard characters: False
476516
```
477517

518+
### -ThirdPartyAppDlpLocation
519+
This parameter is reserved for internal Microsoft use.
520+
521+
```yaml
522+
Type: MultiValuedProperty
523+
Parameter Sets: (All)
524+
Aliases:
525+
Applicable: Security & Compliance Center
526+
527+
Required: False
528+
Position: Named
529+
Default value: None
530+
Accept pipeline input: False
531+
Accept wildcard characters: False
532+
```
533+
534+
### -ThirdPartyAppDlpLocationException
535+
This parameter is reserved for internal Microsoft use.
536+
537+
```yaml
538+
Type: MultiValuedProperty
539+
Parameter Sets: (All)
540+
Aliases:
541+
Applicable: Security & Compliance Center
542+
543+
Required: False
544+
Position: Named
545+
Default value: None
546+
Accept pipeline input: False
547+
Accept wildcard characters: False
548+
```
549+
478550
### -WhatIf
479551
The WhatIf switch doesn't work in Security & Compliance Center PowerShell.
480552

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

Lines changed: 144 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ For information about the parameter sets in the Syntax section below, see [Excha
2323
### Identity
2424
```
2525
Set-DlpCompliancePolicy [-Identity] <PolicyIdParameter>
26+
[-AddEndpointDlpLocation <MultiValuedProperty>]
27+
[-AddEndpointDlpLocationException <MultiValuedProperty>]
2628
[-AddExchangeLocation <MultiValuedProperty>]
2729
[-AddOneDriveLocation <MultiValuedProperty>]
2830
[-AddOneDriveLocationException <MultiValuedProperty>]
@@ -32,6 +34,8 @@ Set-DlpCompliancePolicy [-Identity] <PolicyIdParameter>
3234
[-AddSharePointLocationException <MultiValuedProperty>]
3335
[-AddTeamsLocation <MultiValuedProperty>]
3436
[-AddTeamsLocationException <MultiValuedProperty>]
37+
[-AddThirdPartyAppDlpLocation <MultiValuedProperty>]
38+
[-AddThirdPartyAppDlpLocationException <MultiValuedProperty>]
3539
[-Comment <String>]
3640
[-Confirm]
3741
[-ExceptIfOneDriveSharedBy <RecipientIdParameter[]>]
@@ -43,6 +47,8 @@ Set-DlpCompliancePolicy [-Identity] <PolicyIdParameter>
4347
[-OneDriveSharedBy <RecipientIdParameter[]>]
4448
[-OneDriveSharedByMemberOf <RecipientIdParameter[]>]
4549
[-Priority <Int32>]
50+
[-RemoveEndpointDlpLocation <MultiValuedProperty>]
51+
[-RemoveEndpointDlpLocationException <MultiValuedProperty>]
4652
[-RemoveExchangeLocation <MultiValuedProperty>]
4753
[-RemoveOneDriveLocation <MultiValuedProperty>]
4854
[-RemoveOneDriveLocationException <MultiValuedProperty>]
@@ -52,6 +58,8 @@ Set-DlpCompliancePolicy [-Identity] <PolicyIdParameter>
5258
[-RemoveSharePointLocationException <MultiValuedProperty>]
5359
[-RemoveTeamsLocation <MultiValuedProperty>]
5460
[-RemoveTeamsLocationException <MultiValuedProperty>]
61+
[-RemoveThirdPartyAppDlpLocation <MultiValuedProperty>]
62+
[-RemoveThirdPartyAppDlpLocationException <MultiValuedProperty>]
5563
[-WhatIf]
5664
[<CommonParameters>]
5765
```
@@ -126,6 +134,42 @@ Accept pipeline input: False
126134
Accept wildcard characters: False
127135
```
128136
137+
### -AddEndpointDlpLocation
138+
The AddEndpointDLPLocation parameter specifies the user accounts to add to the list of included accounts when you aren't using the value All for the EndpointDLPLocation parameter. You identify the account by name or email address.
139+
140+
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
141+
142+
```yaml
143+
Type: MultiValuedProperty
144+
Parameter Sets: Identity
145+
Aliases:
146+
Applicable: Security & Compliance Center
147+
148+
Required: False
149+
Position: Named
150+
Default value: None
151+
Accept pipeline input: False
152+
Accept wildcard characters: False
153+
```
154+
155+
### -AddEndpointDlpLocationException
156+
The AddEndpointDlpLocationException parameter specifies the user accounts to add to the list of excluded accounts when you use the value All for the EndpointDLPLocation parameter. You identify the account by name or email address.
157+
158+
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
159+
160+
```yaml
161+
Type: MultiValuedProperty
162+
Parameter Sets: Identity
163+
Aliases:
164+
Applicable: Security & Compliance Center
165+
166+
Required: False
167+
Position: Named
168+
Default value: None
169+
Accept pipeline input: False
170+
Accept wildcard characters: False
171+
```
172+
129173
### -AddExchangeLocation
130174
This parameter is reserved for internal Microsoft use.
131175

@@ -280,6 +324,38 @@ Accept pipeline input: False
280324
Accept wildcard characters: False
281325
```
282326

327+
### -AddThirdPartyAppDlpLocation
328+
{{ Fill AddThirdPartyAppDlpLocation Description }}
329+
330+
```yaml
331+
Type: MultiValuedProperty
332+
Parameter Sets: Identity
333+
Aliases:
334+
Applicable: Security & Compliance Center
335+
336+
Required: False
337+
Position: Named
338+
Default value: None
339+
Accept pipeline input: False
340+
Accept wildcard characters: False
341+
```
342+
343+
### -AddThirdPartyAppDlpLocationException
344+
{{ Fill AddThirdPartyAppDlpLocationException Description }}
345+
346+
```yaml
347+
Type: MultiValuedProperty
348+
Parameter Sets: Identity
349+
Aliases:
350+
Applicable: Security & Compliance Center
351+
352+
Required: False
353+
Position: Named
354+
Default value: None
355+
Accept pipeline input: False
356+
Accept wildcard characters: False
357+
```
358+
283359
### -Comment
284360
The Comment parameter specifies an optional comment. If you specify a value that contains spaces, enclose the value in quotation marks ("), for example: "This is an admin note".
285361

@@ -488,6 +564,42 @@ Accept pipeline input: False
488564
Accept wildcard characters: False
489565
```
490566

567+
### -RemoveEndpointDlpLocation
568+
The RemoveEndpointDlpLocation parameter specifies the user accounts to remove from the list of included accounts when you aren't using the value All for the EndpointDLPLocation parameter. You identify the account by name or email address.
569+
570+
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
571+
572+
```yaml
573+
Type: MultiValuedProperty
574+
Parameter Sets: Identity
575+
Aliases:
576+
Applicable: Security & Compliance Center
577+
578+
Required: False
579+
Position: Named
580+
Default value: None
581+
Accept pipeline input: False
582+
Accept wildcard characters: False
583+
```
584+
585+
### -RemoveEndpointDlpLocationException
586+
The RemoveEndpointDlpLocation parameter specifies the user accounts to remove from the list of excluded accounts when you use the value All for the EndpointDLPLocation parameter. You identify the account by name or email address.
587+
588+
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
589+
590+
```yaml
591+
Type: MultiValuedProperty
592+
Parameter Sets: Identity
593+
Aliases:
594+
Applicable: Security & Compliance Center
595+
596+
Required: False
597+
Position: Named
598+
Default value: None
599+
Accept pipeline input: False
600+
Accept wildcard characters: False
601+
```
602+
491603
### -RemoveExchangeLocation
492604
This parameter is reserved for internal Microsoft use.
493605

@@ -640,6 +752,38 @@ Accept pipeline input: False
640752
Accept wildcard characters: False
641753
```
642754

755+
### -RemoveThirdPartyAppDlpLocation
756+
{{ Fill RemoveThirdPartyAppDlpLocation Description }}
757+
758+
```yaml
759+
Type: MultiValuedProperty
760+
Parameter Sets: Identity
761+
Aliases:
762+
Applicable: Security & Compliance Center
763+
764+
Required: False
765+
Position: Named
766+
Default value: None
767+
Accept pipeline input: False
768+
Accept wildcard characters: False
769+
```
770+
771+
### -RemoveThirdPartyAppDlpLocationException
772+
{{ Fill RemoveThirdPartyAppDlpLocationException Description }}
773+
774+
```yaml
775+
Type: MultiValuedProperty
776+
Parameter Sets: Identity
777+
Aliases:
778+
Applicable: Security & Compliance Center
779+
780+
Required: False
781+
Position: Named
782+
Default value: None
783+
Accept pipeline input: False
784+
Accept wildcard characters: False
785+
```
786+
643787
### -WhatIf
644788
The WhatIf switch doesn't work in Security & Compliance Center PowerShell.
645789

0 commit comments

Comments
 (0)