Skip to content

Commit 2832176

Browse files
authored
Update Set-OwaMailboxPolicy.md
1 parent 0ac6bb6 commit 2832176

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

exchange/exchange-ps/exchange/client-access/Set-OwaMailboxPolicy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Set-OwaMailboxPolicy [-Identity] <MailboxPolicyIdParameter>
6868
[-OnSendAddinsEnabled <$true | $false>] [-ReferenceAttachmentsEnabled <$true | $false>]
6969
[-SatisfactionEnabled <$true | $false>] [-SaveAttachmentsToCloudEnabled <$true | $false>]
7070
[-ThirdPartyAttachmentsEnabled <$true | $false>] [-UserVoiceEnabled <$true | $false>]
71-
[-WacEditingEnabled <$true | $false>] [-OutlookBetaToggleEnabled <$true | $false>][<CommonParameters>]
71+
[-WacEditingEnabled <$true | $false>] [-OutlookBetaToggleEnabled <$true | $false>] [<CommonParameters>]
7272
```
7373

7474
## DESCRIPTION
@@ -1838,11 +1838,11 @@ Accept wildcard characters: False
18381838
### -OutlookBetaToggleEnabled
18391839
This parameter is available only in the cloud-based service.
18401840
1841-
The OutlookBetaToggleEnabled parameter specifies whether to enable or disable the Outlook on the Web preview toggle. The preview toggle is allows your users a chance to trial the new Outlook on the Web experience. They are able to easily toggle between both experiences. Valid values are:
1841+
The OutlookBetaToggleEnabled parameter specifies whether to enable or disable the Outlook on the web Preview toggle. The Preview toggle allows users to try the new Outlook on the Web experience. Valid values are:
18421842
1843-
- $true: Outlook Preview Toggle is enabled. This is the default value.
1843+
- $true: The Outlook on the web Preview toggle is enabled. Users can easily switch back and forth between both experiences. This is the default value.
18441844
1845-
- $false: Outlook Preview is disabled.
1845+
- $false: Outlook on the web Preview is disabled.
18461846
18471847
```yaml
18481848
Type: $true | $false

0 commit comments

Comments
 (0)