Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions exchange/exchange-ps/ExchangePowerShell/New-LabelPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ New-LabelPolicy -Name <String> -Labels <MultiValuedProperty>
[-AdvancedSettings <PswsHashtable>]
[-Comment <String>]
[-Confirm]
[-ExchangeAdaptiveScopes <MultiValuedProperty>]
[-ExchangeAdaptiveScopesException <MultiValuedProperty>]
[-ExchangeLocation <MultiValuedProperty>]
[-ExchangeLocationException <MultiValuedProperty>]
[-Force]
Expand Down Expand Up @@ -189,6 +191,42 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -ExchangeAdaptiveScopes

> Applicable: Security & Compliance

{{ Fill ExchangeAdaptiveScopes Description }}

```yaml
Type: MultiValuedProperty
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -ExchangeAdaptiveScopesException

> Applicable: Security & Compliance

{{ Fill ExchangeAdaptiveScopesException Description }}

```yaml
Type: MultiValuedProperty
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -ExchangeLocation

> Applicable: Security & Compliance
Expand Down
38 changes: 38 additions & 0 deletions exchange/exchange-ps/ExchangePowerShell/Set-LabelPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ Set-LabelPolicy [-Identity] <PolicyIdParameter>
[-AdvancedSettings <PswsHashtable>]
[-Comment <String>]
[-Confirm]
[-ExchangeAdaptiveScopes <MultiValuedProperty>]
[-ExchangeAdaptiveScopesException <MultiValuedProperty>]
[-MigrationId <String>]
[-NextLabelPolicy <PolicyIdParameter>]
[-PolicyRBACScopes <MultiValuedProperty>]
Expand Down Expand Up @@ -477,6 +479,42 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -ExchangeAdaptiveScopes

> Applicable: Security & Compliance

{{ Fill ExchangeAdaptiveScopes Description }}

```yaml
Type: MultiValuedProperty
Parameter Sets: Identity
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -ExchangeAdaptiveScopesException

> Applicable: Security & Compliance

{{ Fill ExchangeAdaptiveScopesException Description }}

```yaml
Type: MultiValuedProperty
Parameter Sets: Identity
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -Force

> Applicable: Security & Compliance
Expand Down