Skip to content

Commit 013e601

Browse files
authored
Update Set-RemoteMailbox.md
Removed the "A migrated shared mailbox cannot be converted to a regular mailbox and a migrated regular mailbox cannot be converted to a shared mailbox." comment from the -type parameter and replaced with "Changing the mailbox type of a migrated mailbox in a hybrid environment, needs to be done on both sides (Exchange Online with Set-Mailbox CmdLet and Exchange On-premises with Set-RemoteMailbox CmdLet)." which is the correct supported way of doing it.
1 parent ac5ce27 commit 013e601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/exchange-ps/exchange/Set-RemoteMailbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,7 @@ The Type parameter specifies the type for the mailbox in the service. Valid valu
13481348
Notes on the value Shared:
13491349

13501350
- Shared is available only in Exchange 2013 CU21 or later, Exchange 2016 CU10 or later, and Exchange 2019. In Exchange 2013 and Exchange 2016, you also need to run setup.exe /PrepareAD. For more information, see [KB4133605](https://support.microsoft.com/help/4133605).
1351-
- A migrated shared mailbox cannot be converted to a regular mailbox and a migrated regular mailbox cannot be converted to a shared mailbox.
1351+
- Changing the mailbox type of a migrated mailbox in a hybrid environment, needs to be done on both sides (Exchange Online with Set-Mailbox CmdLet and Exchange On-premises with Set-RemoteMailbox CmdLet).
13521352
- If directory synchronization unexpectedly converts shared mailboxes in Exchange Online back into user mailboxes, or if you continue to receive the `remoteMailbox.RemoteRecipientType must include ProvisionMailbox` error when you use the value Shared, take the action described in Step 3 in the Resolution section in [KB2710029](https://support.microsoft.com/help/2710029).
13531353

13541354
```yaml

0 commit comments

Comments
 (0)