Skip to content

Commit 5300f97

Browse files
authored
Update Add-VivaModuleFeaturePolicy.md
Updated IsUserOptedInByDefault parameter description
1 parent 94d9eda commit 5300f97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

255255
The IsUserOptedInByDefault parameter specifies whether user 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: User is Opted in by default by the policy if the user has not set a preference.
258+
- $false: User is Opted out by default by the policy if the user has not 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+
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.
261261

262262
```yaml
263263
Type: Boolean

0 commit comments

Comments
 (0)