Skip to content

Commit 3b85afc

Browse files
committed
Locations param
1 parent 3ea8070 commit 3b85afc

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
@@ -38,6 +38,7 @@ New-DlpCompliancePolicy [-Name] <String>
3838
[-ExchangeSenderMemberOfException <RecipientIdParameter[]>]
3939
[-Force]
4040
[-IsFromSmartInsights <System.Boolean>]
41+
[-Locations <String>]
4142
[-Mode <PolicyMode>]
4243
[-OneDriveAdaptiveScopes <MultiValuedProperty>]
4344
[-OneDriveAdaptiveScopesException <MultiValuedProperty>]
@@ -424,6 +425,22 @@ Accept pipeline input: False
424425
Accept wildcard characters: False
425426
```
426427

428+
### -Locations
429+
{{ Fill Locations Description }}
430+
431+
```yaml
432+
Type: String
433+
Parameter Sets: (All)
434+
Aliases:
435+
Applicable: Security & Compliance
436+
437+
Required: False
438+
Position: Named
439+
Default value: None
440+
Accept pipeline input: False
441+
Accept wildcard characters: False
442+
```
443+
427444
### -Mode
428445
The Mode parameter specifies the action and notification level of the DLP policy. Valid values are:
429446

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Set-DlpCompliancePolicy [-Identity] <PolicyIdParameter>
5151
[-ExchangeSenderMemberOfException <RecipientIdParameter[]>]
5252
[-Force]
5353
[-IsFromSmartInsights <System.Boolean>]
54+
[-Locations <String>]
5455
[-Mode <PolicyMode>]
5556
[-OneDriveAdaptiveScopes <MultiValuedProperty>]
5657
[-OneDriveAdaptiveScopesException <MultiValuedProperty>]
@@ -741,6 +742,22 @@ Accept pipeline input: False
741742
Accept wildcard characters: False
742743
```
743744

745+
### -Locations
746+
{{ Fill Locations Description }}
747+
748+
```yaml
749+
Type: String
750+
Parameter Sets: Identity
751+
Aliases:
752+
Applicable: Security & Compliance
753+
754+
Required: False
755+
Position: Named
756+
Default value: None
757+
Accept pipeline input: False
758+
Accept wildcard characters: False
759+
```
760+
744761
### -Mode
745762
The Mode parameter specifies the action and notification level of the DLP policy. Valid values are:
746763

0 commit comments

Comments
 (0)