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
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Update-VivaModuleFeaturePolicy.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -280,7 +280,9 @@ The IsUserOptedInByDefault parameter specifies whether user opted in by default
280
280
- $true: User is Opted in by default by the policy if the user has not set a preference.
281
281
- $false: User is Opted out by default by the policy if the user has not set a preference.
282
282
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.
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.
0 commit comments