Skip to content

Commit 76d5349

Browse files
authored
Merge branch 'Viva-chrisda' into patch-11
2 parents 3ff1ea4 + 72cab34 commit 76d5349

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

exchange/exchange-ps/exchange/Set-MailUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2507,7 +2507,7 @@ Accept wildcard characters: False
25072507
### -RemoveDisabledArchive
25082508
This parameter is available only in the cloud-based service.
25092509

2510-
{{ Fill RemoveDisabledArchive Description }}
2510+
The RemoveDisabledArchive switch specifies whether to remove the disabled archive that's associated with the mail user. You don't need to specify a value with this switch.
25112511

25122512
```yaml
25132513
Type: SwitchParameter

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,12 @@ 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+
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.
284286

285287
```yaml
286288
Type: Boolean

0 commit comments

Comments
 (0)