Exchange Onlime mailbox Automapping False not working

Ramkrishna Trivedi 51 Reputation points
2020-09-18T09:23:13.487+00:00

Hello,
We have issues to unmap the shared mailbox, added the full access with AutoMapping false however the mailbox never disappear from the outlook. tried couple of troubleshooting provided on public arctile but didn't helped.
and unable to locate the mailbox within File -> Account setting - > etc etc

We have a Hybrid configuration and all the user mailbox are hosted on office 365.

Please let me know if anyone have hint on this issue, thank you

Regards
Ramkrishna Trivedi

Microsoft Office Online Server
Microsoft Office Online Server
Microsoft on-premises server product that runs Office Online. Previously known as Office Web Apps Server.
584 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,885 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.
1,886 questions
0 comments No comments
{count} vote

Accepted answer
  1. Andy David - MVP 141.5K Reputation points MVP
    2020-09-18T11:15:12.137+00:00

    "tried couple of troubleshooting provided on public arctile but didn't helped."

    Such as?

    Have you tried?
    Adding the mailbox then removing?

    Add-MailboxPermission -Identity "Jeroen Cool" -User "Mark Steele" -AccessRights FullAccess -InheritanceType All -AutoMapping $false  
    

    then:
    Remove-mailboxpermission

    Remove-MailboxPermission -Identity Test1 -User Test2 -AccessRights FullAccess -InheritanceType All  
    

    https://learn.microsoft.com/en-us/powershell/module/exchange/remove-mailboxpermission?view=exchange-ps

    Also try this switch:

    -ClearAutoMapping
    This parameter is available only in the cloud-based service.

    The ClearAutoMapping switch specifies that the mailbox is automatically mapped (auto-mapped) by Autodiscover only into the mailbox owner's Outlook profile. The mailbox isn't auto-mapped to other users who have FullAccess permission to the mailbox.

    2 people found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Lydia Zhou - MSFT 2,371 Reputation points Microsoft Employee
    2020-09-21T05:26:08.313+00:00

    @Ramkrishna Trivedi

    Is the shared mailbox also hosted on Exchange Online?
    When did you modify the permission, before or after the shared mailbox and user mailbox are moved to Exchange Online?
    It may take some time for the Outlook to take effect after modifying the permission.

    Please use the command provided by AndyDavid to remove the Full Access permission, wait for some time to check if the shared mailbox is removed automatically. You also can check with Outlook online mode. After that, you can re-add the permission with "-AutoMapping $false", and add the shared mailbox manually.


    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.

    1 person found this answer helpful.

  2. PSIT 1 Reputation point
    2020-09-24T13:39:49.547+00:00

    This been an ongoing issue for 3+ years. Is it possible devs could perform some check to make sure that outlook reflects what settings are actually performed in 365? If we need to remove access from a shared mailbox, shouldn't have to run follow up commands or complete the task twice over the course of an hour or so:

    Reference:
    https://social.technet.microsoft.com/Forums/en-US/d1c0b5aa-5cf5-4538-a139-1c62890203b6/cannot-remove-o365-mailbox-access-from-a-user?forum=Office2016ITPro

    We have to perform this action multiple times and have no real way to confirm it completed other than asking the user.

    0 comments No comments