Skip to content

Commit e4ec726

Browse files
authored
Merge branch 'main' into patch-5
2 parents d3970f0 + 4c30d94 commit e4ec726

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,10 @@ Accept wildcard characters: False
12561256
### -HideClassicOutlookToggleOut
12571257
This parameter is available only in the cloud-based service.
12581258

1259-
{{ Fill HideClassicOutlookToggleOut Description }}
1259+
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:
1260+
1261+
- $true: The toggle to switch back to classic Outlook is hidden in new Outlook for Windows.
1262+
- $false: The toggle to switch back to classic Outlook isn't hidden in new Outlook for Windows. This is the default value.
12601263

12611264
```yaml
12621265
Type: System.Boolean

exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -759,12 +759,9 @@ Accept wildcard characters: False
759759
```
760760

761761
### -RemoveExchangeLocation
762-
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:
762+
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.
763763

764-
- A mailbox
765-
- A distribution group or mail-enabled security group
766-
767-
To specify a mailbox or distribution group, you can use any value that uniquely identifies it. For example:
764+
You can use any value that uniquely identifies the mailbox. For example:
768765

769766
- Name
770767
- Distinguished name (DN)
@@ -787,12 +784,9 @@ Accept wildcard characters: False
787784
```
788785

789786
### -RemoveExchangeLocationException
790-
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:
787+
The RemoveExchangeLocationException parameter specifies the mailboxes to remove from the list of excluded mailboxes when you use the value All for the ExchangeLocation parameter.
791788

792-
- A mailbox
793-
- A distribution group or mail-enabled security group
794-
795-
To specify a mailbox or distribution group, you can use any value that uniquely identifies it. For example:
789+
You can use any value that uniquely identifies the mailbox. For example:
796790

797791
- Name
798792
- Distinguished name (DN)

0 commit comments

Comments
 (0)