Microsoft 365 features that help users manage their subscriptions, account settings, and billing information.
Hi TechAJ,
According to your description, I would like to confirm the following information:
- How did you create shared mailboxes, via Office 365 portal or Exchange Admin Center?
- To identify if this issue is related to back end, I suggest you use Exchange Online PowerShell to create shared mailboxes with the following steps:
•Connect to Exchange Online Powershell.
•Run the following command:
New-Mailbox -Shared -Name "shared2" -DisplayName "shared2" -Alias "admin1" -PrimarySmtpAddress *** Email address is removed for privacy ***
Note: Change the italics to meet your requirement.
If PowerShell doesn't work, can you please share all the related screenshots of the output and the old error message screenshot with us?
Please also run the following command and upload the screenshot of the result:
Get-Recipient -Identity "'*** Email address is removed for privacy ***" | fl name, recipienttype, displayname, email*
Regards,
Monique