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/5] 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 a73c9c1cecd6a4cb58719af3da259c57aede759c Mon Sep 17 00:00:00 2001 From: Matteo Sabbatini <47777459+matteosabbatini@users.noreply.github.com> Date: Thu, 29 Aug 2024 11:57:44 +0100 Subject: [PATCH 2/5] Update Set-RetentionCompliancePolicy.md As confirmed in this bug https://o365exchange.visualstudio.com/IP%20Engineering/_workitems/edit/169228/?view=edit, groups are not supported for attributes -RemoveExchangeLocation and -RemoveExchangeLocationException, only mailboxes --- .../exchange/Set-RetentionCompliancePolicy.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md b/exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md index b1973e0202..5c08de2e91 100644 --- a/exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md +++ b/exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md @@ -759,12 +759,9 @@ Accept wildcard characters: False ``` ### -RemoveExchangeLocation -The RemoveExchangeLocation parameter specifies the mailboxes to remove from the list of included mailboxes when you aren't using the value All for the ExchangeLocation parameter. Valid values are: +The RemoveExchangeLocation parameter specifies the mailboxes to remove from the list of included mailboxes when you aren't using the value All for the ExchangeLocation parameter. Valid values are mailboxes. -- A mailbox -- A distribution group or mail-enabled security group - -To specify a mailbox or distribution group, you can use any value that uniquely identifies it. For example: +To specify a mailbox, you can use any value that uniquely identifies it. For example: - Name - Distinguished name (DN) @@ -787,12 +784,9 @@ Accept wildcard characters: False ``` ### -RemoveExchangeLocationException -The RemoveExchangeLocationException parameter specifies the mailboxes to remove from the list of excluded mailboxes when you use the value All for the ExchangeLocation parameter. Valid values are: +The RemoveExchangeLocationException parameter specifies the mailboxes to remove from the list of excluded mailboxes when you use the value All for the ExchangeLocation parameter. Valid values are mailboxes. -- A mailbox -- A distribution group or mail-enabled security group - -To specify a mailbox or distribution group, you can use any value that uniquely identifies it. For example: +To specify a mailbox, you can use any value that uniquely identifies it. For example: - Name - Distinguished name (DN) From d3970f0f21dbd6c7b096768f3ffdeefc802ccc3d Mon Sep 17 00:00:00 2001 From: Qazi Ehteshamuddin Date: Fri, 30 Aug 2024 16:24:07 +0900 Subject: [PATCH 3/5] Update Set-OwaMailboxPolicy.md CalendarEnabled is an on-prem only parameter , although have some dependency on weatherenabled however does not do much on it's own in EXO so updating it. --- exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md b/exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md index f50a3daf95..0f3640fc14 100644 --- a/exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md +++ b/exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md @@ -585,6 +585,8 @@ Accept wildcard characters: False ``` ### -CalendarEnabled +This parameter is functional only in on-premises Exchange. + The CalendarEnabled parameter specifies whether to enable or disable the calendar in Outlook Web App. Valid values are: - $true: The Calendar is available in Outlook Web App. This is the default value. From 3f5a98ecbd2f948692807671c735621335e81769 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Mon, 2 Sep 2024 11:45:14 -0700 Subject: [PATCH 4/5] 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 From c254c2b2f27d2f06155299b09a49f9bb86c9248b Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Mon, 2 Sep 2024 11:53:52 -0700 Subject: [PATCH 5/5] Update Set-RetentionCompliancePolicy.md --- .../exchange-ps/exchange/Set-RetentionCompliancePolicy.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md b/exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md index 5c08de2e91..6339482ae2 100644 --- a/exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md +++ b/exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md @@ -759,9 +759,9 @@ Accept wildcard characters: False ``` ### -RemoveExchangeLocation -The RemoveExchangeLocation parameter specifies the mailboxes to remove from the list of included mailboxes when you aren't using the value All for the ExchangeLocation parameter. Valid values are mailboxes. +The RemoveExchangeLocation parameter specifies the mailboxes to remove from the list of included mailboxes when you aren't using the value All for the ExchangeLocation parameter. -To specify a mailbox, you can use any value that uniquely identifies it. For example: +You can use any value that uniquely identifies the mailbox. For example: - Name - Distinguished name (DN) @@ -784,9 +784,9 @@ Accept wildcard characters: False ``` ### -RemoveExchangeLocationException -The RemoveExchangeLocationException parameter specifies the mailboxes to remove from the list of excluded mailboxes when you use the value All for the ExchangeLocation parameter. Valid values are mailboxes. +The RemoveExchangeLocationException parameter specifies the mailboxes to remove from the list of excluded mailboxes when you use the value All for the ExchangeLocation parameter. -To specify a mailbox, you can use any value that uniquely identifies it. For example: +You can use any value that uniquely identifies the mailbox. For example: - Name - Distinguished name (DN)