Skip to content

Commit 9aded94

Browse files
authored
Merge pull request MicrosoftDocs#1468 from loskinski/patch-1
Update Set-OwaMailboxPolicy.md
2 parents f85a9e6 + 2832176 commit 9aded94

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 allows users to try the new Outlook on the Web experience. Valid values are:
1842+
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.
1844+
1845+
- $false: Outlook on the web 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)