Skip to content
Closed
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
11 changes: 11 additions & 0 deletions exchange/exchange-ps/exchange/Set-FeatureConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
Set-FeatureConfiguration [-Identity] <PolicyIdParameter> [-Locations <String>]
[-Comment <String>]
[-Confirm]
[-EnforcementPlanes <MultiValuedProperty>]
[-Mode <PolicyMode>]
[-ScenarioConfig <String>]
[-WhatIf]
Expand Down Expand Up @@ -116,6 +117,16 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -EnforcementPlane
The EnforcementPlanes parameter defines the layer where policy actions are run. This parameter uses the following syntax:

`-EnforcementPlanes @("<Value>")`.

Currently, supported values are:

- Browser, for use with policies applied to unmanaged cloud apps in Edge for Business.
- Network, for use with policies applied to cloud apps across the network.

### -Locations
The locations parameter specifies where the feature configuration applies.

Expand Down