Skip to content
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