File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed
exchange/exchange-ps/exchange Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ New-DlpCompliancePolicy [-Name] <String>
38
38
[-ExchangeSenderMemberOfException <RecipientIdParameter[]>]
39
39
[-Force]
40
40
[-IsFromSmartInsights <System.Boolean>]
41
+ [-Locations <String>]
41
42
[-Mode <PolicyMode>]
42
43
[-OneDriveAdaptiveScopes <MultiValuedProperty>]
43
44
[-OneDriveAdaptiveScopesException <MultiValuedProperty>]
@@ -424,6 +425,22 @@ Accept pipeline input: False
424
425
Accept wildcard characters: False
425
426
` ` `
426
427
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
+
427
444
# ## -Mode
428
445
The Mode parameter specifies the action and notification level of the DLP policy. Valid values are :
429
446
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ Set-DlpCompliancePolicy [-Identity] <PolicyIdParameter>
51
51
[-ExchangeSenderMemberOfException <RecipientIdParameter[]>]
52
52
[-Force]
53
53
[-IsFromSmartInsights <System.Boolean>]
54
+ [-Locations <String>]
54
55
[-Mode <PolicyMode>]
55
56
[-OneDriveAdaptiveScopes <MultiValuedProperty>]
56
57
[-OneDriveAdaptiveScopesException <MultiValuedProperty>]
@@ -741,6 +742,22 @@ Accept pipeline input: False
741
742
Accept wildcard characters: False
742
743
` ` `
743
744
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
+
744
761
# ## -Mode
745
762
The Mode parameter specifies the action and notification level of the DLP policy. Valid values are :
746
763
You can’t perform that action at this time.
0 commit comments