A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.
Hi @Roger Roger ,
1.Yes, you could create a shared mailbox on-premises and migrate to Online. Or create a regular mailbox, migrate to Online and convert it to shared.
2.If you have Exchange 2013 CU21 or later, Exchange 2016 CU10 or later, or Exchange 2019, you can also use the following command to create or enable remote shared mailbox.
when you don’t have an AD object in Active Directory. It will create the AD object in Active Directory and the Office 365 mailbox.
New-RemoteMailbox -Shared -Name "Test SharedMailbox1" -Firstname "Test" -LastName "SharedMailbox1" -UserPrincipalName "******@exoip.com" -OnPremisesOrganizationalUnit "OU=Shared,OU=Company,DC=exoip,DC=local" -RemoteRoutingAddress ******@exoip365.mail.onmicrosoft.com
when you already have an AD object in Active Directory.
Enable-RemoteMailbox -Shared "Test SharedMailbox1" -RemoteRoutingAddress ******@exoip365.mail.onmicrosoft.com
For more details, please refer to: create-office-365-shared-mailbox-exchange-hybrid
Please Note: Since these web sites are not hosted by Microsoft, the links may change without notice. Microsoft does not guarantee the accuracy of this information.
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.