Skip to content

Commit f15077d

Browse files
authored
Merge pull request #12664 from knovichenko/patch-10
Update Update-VivaModuleFeaturePolicy.md
2 parents 94d9eda + 6ce944f commit f15077d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

exchange/exchange-ps/exchange/Update-VivaModuleFeaturePolicy.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,12 @@ This parameter is available in version 3.8.0-Preview2 or later of the module.
277277

278278
The IsUserOptedInByDefault parameter specifies whether user opted in by default by the policy. Valid values are:
279279

280-
- $true: User opted in by the policy.
281-
- $false: User opted out by the policy.
280+
- $true: User is Opted in by default by the policy if the user has not set a preference.
281+
- $false: User is Opted out by default by the policy if the user has not set a preference.
282282

283-
Only features that allow admins to enable and disable user controls by policy can use this parameter. If the feature doesn't support admins toggling user controls, the default value applies. See the feature documentation for more information.
283+
This parameter is optional and can be used to override the default user opt-in value set in the feature metadata.
284+
285+
This parameter can be set only when the IsUserControlEnabled parameter is set to $true.
284286

285287
```yaml
286288
Type: Boolean

0 commit comments

Comments
 (0)