Hi @Joe Grover ,
Could you try to assign the “Full Access” permission of shared mailbox to another user and try to open it in Outlook client?
Have you tried adding a Public folder in OWA and opening it?
According to my test, I create a shared mailbox on Exchange online in my Hybrid lab environment and assign the “Full Access” permission to a user. After that, I log in to the user’s mailbox on the Outlook client on the domain-joined and no domain-joined machines. I could see the shared mailbox on both machines. So I think the issue has nothing to do with whether your machine has been joined domain.
According to the shared mailbox, it can be opened on OWA, but not on the Outlook client. Please try to following the steps:
1.Please check your DNS records and make sure that correct Autodiscover record is configured.
For more information: Microsoft Remote Connectivity Analyzer
2.Please check whether the shared mailbox was assigned with the Exchange online license. And run the following command to check whether enable the MAPI for the shared mailbox.
Get-CASmailbox –Identity <>
3.Please try to create a new outlook profile on the machine at home. Then please try to type the “outlook.exe /safe” in the Run to start outlook as safe mode and see if the issue has been resolved.
4.Please run the following commands to remove the “Full Access” permission and add it again, but please note that set the “AutoMapping” to False, then manually add the shared mailbox in Outlook client.
Remove-MailboxPermission -Identity <Shared mailbox> -User <User Mailbox> -AccessRights FullAccess
Add-MailboxPermission -Identity <Shared mailbox> -User <User Mailbox> -AccessRights FullAccess -AutoMapping $false
If the response 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.