Skip to content

Commit 91e55fb

Browse files
authored
Update Update-VivaModuleFeaturePolicy.md
Updated IsUserOptedInByDefault parameter description
1 parent 94d9eda commit 91e55fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,10 @@ 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+
An optional parameter. This parameter can be used to override the default user opt-in value set in the feature metadata. This parameter can be only be set when -IsUserControlEnabled parameter is set to $true.
284284

285285
```yaml
286286
Type: Boolean

0 commit comments

Comments
 (0)