Forum Discussion
Brent Ellis
Feb 06, 2017Silver Contributor
What would make a Shared Mailbox NOT show up in Outlook (2016, ProPlus C2R)?
What setting would make a Shared Mailbox NOT show up for a user? User is using Office 365 ProPlus (click to run), version 2016 (first release deferred channel).
Feb 14, 2017
Hi
if you want a Shared Mailbox not to appear in outlook, you need to disable auto mapping.
Connect power shell and run the command below.
Add-MailboxPermission -Identity spercoco@techsupporto365 -User 'alex' -AccessRights FullAccess -InheritanceType All -AutoMapping $false
if you want a Shared Mailbox not to appear in outlook, you need to disable auto mapping.
Connect power shell and run the command below.
Add-MailboxPermission -Identity spercoco@techsupporto365 -User 'alex' -AccessRights FullAccess -InheritanceType All -AutoMapping $false