query on shared mailbox

Roger Roger 6,406 Reputation points
2024-08-23T22:58:57.53+00:00

Hi All,

I am using an Exchange 2016 hybrid environment. I have a shared mailbox that was created on-premises and migrated online. Some shared mailboxes are created as remote shared mailboxes from on-premises (I am not sure if this shared mailbox was created on-premises and migrated online or if it was created as a remote shared mailbox from on-premises). I want to convert this shared mailbox to a regular mailbox and assign a Microsoft E3 license. If I use the following command from on-premises, will it get converted to a regular mailbox? Do I need to make any changes in exchange online other than assigning license?

Set-RemoteMailbox smb@contoso.com -Type Regular

Microsoft Exchange Online
Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,337 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,578 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,669 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
2,136 questions
0 comments No comments
{count} votes

Accepted answer
  1. Vasil Michev 108.1K Reputation points MVP
    2024-08-24T16:49:49.0666667+00:00

    Yes, that is the correct way to address this. Remember that the changes made on-premises need to be synced to Exchange Online first, so it will take some time. If the changes are not reflected after sync has run, you can also run the cmdlet on Exchange Online side:

    Set-Mailbox smb@contoso.com -Type Regular

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.