Skip to content

Commit af3aa07

Browse files
authored
Merge pull request #12665 from knovichenko/patch-11
Update Add-VivaModuleFeaturePolicy.md
2 parents 72cab34 + 76d5349 commit af3aa07

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

exchange/exchange-ps/exchange/Add-VivaModuleFeaturePolicy.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -252,12 +252,14 @@ Accept wildcard characters: False
252252
### -IsUserOptedInByDefault
253253
This parameter is available in version 3.8.0-Preview2 or later of the module.
254254

255-
The IsUserOptedInByDefault parameter specifies whether user opted in by default by the policy. Valid values are:
255+
The IsUserOptedInByDefault parameter specifies whether users are opted in by default by the policy. Valid values are:
256256

257-
- $true: User opted in by the policy.
258-
- $false: User opted out by the policy.
257+
- $true: By default, users are opted in by the policy if the user hasn't set a preference.
258+
- $false: By default, users are opted out by the policy if the user hasn't set a preference.
259259

260-
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.
260+
This parameter is optional and can be used to override the default user opt-in value set in the feature metadata.
261+
262+
This parameter can be set only when the IsUserControlEnabled parameter is set to $true.
261263

262264
```yaml
263265
Type: Boolean

0 commit comments

Comments
 (0)