File tree Expand file tree Collapse file tree 2 files changed +76
-0
lines changed
exchange/exchange-ps/ExchangePowerShell Expand file tree Collapse file tree 2 files changed +76
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ New-LabelPolicy -Name <String> -Labels <MultiValuedProperty>
26
26
[-AdvancedSettings <PswsHashtable>]
27
27
[-Comment <String>]
28
28
[-Confirm]
29
+ [-ExchangeAdaptiveScopes <MultiValuedProperty>]
30
+ [-ExchangeAdaptiveScopesException <MultiValuedProperty>]
29
31
[-ExchangeLocation <MultiValuedProperty>]
30
32
[-ExchangeLocationException <MultiValuedProperty>]
31
33
[-Force]
@@ -189,6 +191,42 @@ Accept pipeline input: False
189
191
Accept wildcard characters: False
190
192
` ` `
191
193
194
+ # ## -ExchangeAdaptiveScopes
195
+
196
+ > Applicable: Security & Compliance
197
+
198
+ {{ Fill ExchangeAdaptiveScopes Description }}
199
+
200
+ ` ` ` yaml
201
+ Type: MultiValuedProperty
202
+ Parameter Sets: (All)
203
+ Aliases:
204
+
205
+ Required: False
206
+ Position: Named
207
+ Default value: None
208
+ Accept pipeline input: False
209
+ Accept wildcard characters: False
210
+ ` ` `
211
+
212
+ # ## -ExchangeAdaptiveScopesException
213
+
214
+ > Applicable: Security & Compliance
215
+
216
+ {{ Fill ExchangeAdaptiveScopesException Description }}
217
+
218
+ ` ` ` yaml
219
+ Type: MultiValuedProperty
220
+ Parameter Sets: (All)
221
+ Aliases:
222
+
223
+ Required: False
224
+ Position: Named
225
+ Default value: None
226
+ Accept pipeline input: False
227
+ Accept wildcard characters: False
228
+ ` ` `
229
+
192
230
# ## -ExchangeLocation
193
231
194
232
> Applicable: Security & Compliance
Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ Set-LabelPolicy [-Identity] <PolicyIdParameter>
52
52
[-AdvancedSettings <PswsHashtable>]
53
53
[-Comment <String>]
54
54
[-Confirm]
55
+ [-ExchangeAdaptiveScopes <MultiValuedProperty>]
56
+ [-ExchangeAdaptiveScopesException <MultiValuedProperty>]
55
57
[-MigrationId <String>]
56
58
[-NextLabelPolicy <PolicyIdParameter>]
57
59
[-PolicyRBACScopes <MultiValuedProperty>]
@@ -477,6 +479,42 @@ Accept pipeline input: False
477
479
Accept wildcard characters: False
478
480
` ` `
479
481
482
+ # ## -ExchangeAdaptiveScopes
483
+
484
+ > Applicable: Security & Compliance
485
+
486
+ {{ Fill ExchangeAdaptiveScopes Description }}
487
+
488
+ ` ` ` yaml
489
+ Type: MultiValuedProperty
490
+ Parameter Sets: Identity
491
+ Aliases:
492
+
493
+ Required: False
494
+ Position: Named
495
+ Default value: None
496
+ Accept pipeline input: False
497
+ Accept wildcard characters: False
498
+ ` ` `
499
+
500
+ # ## -ExchangeAdaptiveScopesException
501
+
502
+ > Applicable: Security & Compliance
503
+
504
+ {{ Fill ExchangeAdaptiveScopesException Description }}
505
+
506
+ ` ` ` yaml
507
+ Type: MultiValuedProperty
508
+ Parameter Sets: Identity
509
+ Aliases:
510
+
511
+ Required: False
512
+ Position: Named
513
+ Default value: None
514
+ Accept pipeline input: False
515
+ Accept wildcard characters: False
516
+ ` ` `
517
+
480
518
# ## -Force
481
519
482
520
> Applicable: Security & Compliance
You can’t perform that action at this time.
0 commit comments