From 1fb20d8a7bbe86fbabebbf09b8f9ad7228d5eb36 Mon Sep 17 00:00:00 2001 From: as-mathur <69190107+as-mathur@users.noreply.github.com> Date: Tue, 27 Aug 2024 12:46:26 -0700 Subject: [PATCH 1/2] Update Set-OwaMailboxPolicy.md Added description for HideClassicToggleOut, which was missing. --- exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md b/exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md index f50a3daf95..df1304b656 100644 --- a/exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md +++ b/exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md @@ -1254,7 +1254,10 @@ Accept wildcard characters: False ### -HideClassicOutlookToggleOut This parameter is available only in the cloud-based service. -{{ Fill HideClassicOutlookToggleOut Description }} +The HideClassicOutlookToggleOut parameter specifies whether to enable or disable hiding the toggle in new Outlook, for switching back to classic Outlook. Valid values are: + +- $true: Toggle for switching back to classic Outlook is hidden in new Outlook for Windows. +- $false: Toggle for switching back to classic Outlook is not hidden in new Outlook for Windows. This is the default value. ```yaml Type: System.Boolean From 3f5a98ecbd2f948692807671c735621335e81769 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Mon, 2 Sep 2024 11:45:14 -0700 Subject: [PATCH 2/2] Update Set-OwaMailboxPolicy.md --- exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md b/exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md index df1304b656..44c2d796e9 100644 --- a/exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md +++ b/exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md @@ -1254,10 +1254,10 @@ Accept wildcard characters: False ### -HideClassicOutlookToggleOut This parameter is available only in the cloud-based service. -The HideClassicOutlookToggleOut parameter specifies whether to enable or disable hiding the toggle in new Outlook, for switching back to classic Outlook. Valid values are: +The HideClassicOutlookToggleOut parameter specifies whether to enable or disable hiding the toggle in new Outlook that allows users to switch back to classic Outlook. Valid values are: -- $true: Toggle for switching back to classic Outlook is hidden in new Outlook for Windows. -- $false: Toggle for switching back to classic Outlook is not hidden in new Outlook for Windows. This is the default value. +- $true: The toggle to switch back to classic Outlook is hidden in new Outlook for Windows. +- $false: The toggle to switch back to classic Outlook isn't hidden in new Outlook for Windows. This is the default value. ```yaml Type: System.Boolean