You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This parameter is available in version 3.8.0-Preview2 or later of the module.
254
254
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:
256
256
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.
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.
259
259
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.
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.
0 commit comments