Skip to content

Commit 0ac6bb6

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

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

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

Lines changed: 21 additions & 1 deletion
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>] [<CommonParameters>]
71+
[-WacEditingEnabled <$true | $false>] [-OutlookBetaToggleEnabled <$true | $false>][<CommonParameters>]
7272
```
7373

7474
## DESCRIPTION
@@ -1835,6 +1835,26 @@ Default value: None
18351835
Accept pipeline input: False
18361836
Accept wildcard characters: False
18371837
```
1838+
### -OutlookBetaToggleEnabled
1839+
This parameter is available only in the cloud-based service.
1840+
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:
1842+
1843+
- $true: Outlook Preview Toggle is enabled. This is the default value.
1844+
1845+
- $false: Outlook Preview is disabled.
1846+
1847+
```yaml
1848+
Type: $true | $false
1849+
Parameter Sets: (All)
1850+
Aliases:
1851+
Applicable: Exchange Online
1852+
Required: False
1853+
Position: Named
1854+
Default value: None
1855+
Accept pipeline input: False
1856+
Accept wildcard characters: False
1857+
```
18381858
18391859
### CommonParameters
18401860
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

0 commit comments

Comments
 (0)