Skip to content

Commit 6ed2848

Browse files
authored
Merge pull request MicrosoftDocs#6919 from MicrosoftDocs/chrisda
Chrisda to Master
2 parents f176c04 + b90a1cb commit 6ed2848

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

exchange/exchange-ps/exchange/New-Mailbox.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1693,7 +1693,11 @@ Accept wildcard characters: False
16931693
### -MailboxRegion
16941694
This parameter is available only in the cloud-based service.
16951695

1696-
This parameter is reserved for internal Microsoft use.
1696+
The MailboxRegion parameter specifies the geo location for the mailbox in multi-geo environments.
1697+
1698+
To see the list of configured geo locations in Microsoft 365 Multi-Geo, run the following command: `Get-OrganizationConfig | Select -ExpandProperty AllowedMailboxRegions | Format-Table`. To view your central geo location, run the following command: `Get-OrganizationConfig | Select DefaultMailboxRegion`.
1699+
1700+
For more information, see [Administering Exchange Online mailboxes in a multi-geo environment](https://docs.microsoft.com/microsoft-365/enterprise/administering-exchange-online-multi-geo).
16971701

16981702
```yaml
16991703
Type: String

exchange/exchange-ps/exchange/Set-ActiveSyncOrganizationSettings.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ Accept wildcard characters: False
101101
```
102102
103103
### -AllowRMSSupportForUnenlightenedApps
104+
This parameter is available or functional only in the cloud-based service.
105+
104106
The AllowRMSSupportForUnenlightenedApps parameter specifies whether to allow Rights Management Services (RMS) protected messages for ActiveSync clients that don't support RMS. Valid values are:
105107
106108
- $true

exchange/exchange-ps/exchange/Set-Mailbox.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3422,7 +3422,11 @@ Accept wildcard characters: False
34223422
### -MailboxRegion
34233423
This parameter is available only in the cloud-based service.
34243424

3425-
This parameter is reserved for internal Microsoft use.
3425+
The MailboxRegion parameter specifies the geo location for the mailbox in multi-geo environments.
3426+
3427+
To see the list of configured geo locations in Microsoft 365 Multi-Geo, run the following command: `Get-OrganizationConfig | Select -ExpandProperty AllowedMailboxRegions | Format-Table`. To view your central geo location, run the following command: `Get-OrganizationConfig | Select DefaultMailboxRegion`.
3428+
3429+
For more information, see [Administering Exchange Online mailboxes in a multi-geo environment](https://docs.microsoft.com/microsoft-365/enterprise/administering-exchange-online-multi-geo).
34263430

34273431
```yaml
34283432
Type: String

0 commit comments

Comments
 (0)