Skip to content

Commit ea28e3a

Browse files
authored
Merge pull request #13114 from MicrosoftDocs/chrisda
Added available ExchangeAdaptiveScopes[Exception]
2 parents 0c75658 + 9103299 commit ea28e3a

File tree

2 files changed

+76
-0
lines changed

2 files changed

+76
-0
lines changed

exchange/exchange-ps/ExchangePowerShell/New-LabelPolicy.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ New-LabelPolicy -Name <String> -Labels <MultiValuedProperty>
2626
[-AdvancedSettings <PswsHashtable>]
2727
[-Comment <String>]
2828
[-Confirm]
29+
[-ExchangeAdaptiveScopes <MultiValuedProperty>]
30+
[-ExchangeAdaptiveScopesException <MultiValuedProperty>]
2931
[-ExchangeLocation <MultiValuedProperty>]
3032
[-ExchangeLocationException <MultiValuedProperty>]
3133
[-Force]
@@ -189,6 +191,42 @@ Accept pipeline input: False
189191
Accept wildcard characters: False
190192
```
191193

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+
192230
### -ExchangeLocation
193231

194232
> Applicable: Security & Compliance

exchange/exchange-ps/ExchangePowerShell/Set-LabelPolicy.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ Set-LabelPolicy [-Identity] <PolicyIdParameter>
5252
[-AdvancedSettings <PswsHashtable>]
5353
[-Comment <String>]
5454
[-Confirm]
55+
[-ExchangeAdaptiveScopes <MultiValuedProperty>]
56+
[-ExchangeAdaptiveScopesException <MultiValuedProperty>]
5557
[-MigrationId <String>]
5658
[-NextLabelPolicy <PolicyIdParameter>]
5759
[-PolicyRBACScopes <MultiValuedProperty>]
@@ -477,6 +479,42 @@ Accept pipeline input: False
477479
Accept wildcard characters: False
478480
```
479481

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+
480518
### -Force
481519

482520
> Applicable: Security & Compliance

0 commit comments

Comments
 (0)