Skip to content

Publish main to live, 09/03, 11:00 AM IST #12096

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Sep 3, 2024
7 changes: 6 additions & 1 deletion exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -1254,7 +1256,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 that allows users to switch back to classic Outlook. Valid values are:

- $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
Expand Down
14 changes: 4 additions & 10 deletions exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

- 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:
You can use any value that uniquely identifies the mailbox. For example:

- Name
- Distinguished name (DN)
Expand All @@ -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.

- 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:
You can use any value that uniquely identifies the mailbox. For example:

- Name
- Distinguished name (DN)
Expand Down