• Outlook User
  • New Outlook app
  • Outlook.com
  • Outlook Mac
  • Outlook & iCloud
  • Developer
  • Microsoft 365 Admin
    • Common Problems
    • Microsoft 365
    • Outlook BCM
    • Utilities & Addins

Removing shared mailboxes from an Outlook profile

Slipstick Systems

› Exchange Server › Removing shared mailboxes from an Outlook profile

Last reviewed on August 15, 2019     33 Comments

Applies to: Exchange Server

When a user has Full Access permission to another user's mailbox, Outlook 2007 and above may automatically open the mailbox in the profile. This is called "automapping".

These mailboxes are not listed as secondary mailboxes in Account Settings and can only be removed by removing full access permissions or by using a cmdlet to remove automapping.

 

Keep Full Access Mailboxes from being AutoMapped

Not everyone likes automapping of mailboxes, It's great for the end-user: the mailboxes they have permission to open are automatically added to their profile, avoiding the need to go into the profile and add the secondary mailbox manually. But not everyone wants to see the shared mailbox in their profile.

It's possible to give a user full access to a mailbox without automapping by adding –AutoMapping $False parameter to the Add-MailboxPermission cmdlet.

Add-MailboxPermission "shared-mailbox" -User "alias" -AccessRights FullAccess –AutoMapping $False

Remove Full Access Permission

To remove full access permissions from a shared mailbox, use this PowerShell cmdlet.

Remove-MailboxPermission -Identity shared-mailbox -User user-alias -AccessRights FullAccess -InheritanceType All

Server Migration

Following a server migration, an administrator had user's mailboxes showing up in his profile. This was the result of giving himself Full Access permission to the mailboxes during the migration.

The administrator removed Full Access permission for the mailboxes but this didn't remove the accounts from his profile.

Following an Exchange server upgrade, I have several users mailboxes in my profile. I cannot close the mailboxes. The accounts are not listed as additional mailboxes in my profile. I removed Full Access permissions. Any idea of how to get rid of these extra mailboxes?

You need to edit the user accounts in the Active Directory and remove your name from the MsExchDelegateListLink attribute.

  1. Open Active Directory Users and Computers
  2. Go to View menu and select Advanced Features
  3. Open the user account that is showing in your mailbox (in the screenshot, my mailbox is in Mary's profile)
  4. Open the Properties dialog
  5. Click Attribute Editor tab
  6. Locate MsExchDelegateListLink
    Edit the user account in ADUC
  7. Click Edit
  8. Remove your name from the attribute
  9. Close the dialogs

More Information

Issues that can occur when you add multiple Exchange accounts in the same Outlook 2010 or Outlook 2013 profile (MSKB)

Removing shared mailboxes from an Outlook profile was last modified: August 15th, 2019 by Diane Poremsky
Post Views: 114

Related Posts:

  • How to give a mailbox user Full Access permission to a mailbox and dis
    Exchange server: Give FullAccess permission, without AutoMapping
  • When you need to access a non-default calendar in another user's m
    To Add a Second Mailbox to Your Exchange Profile
  • This article describes common scenarios that arise in the context of m
    Managing Exchange Server Permissions
  • View Shared Subfolders in an Exchange Mailbox

About Diane Poremsky

A Microsoft Outlook Most Valuable Professional (MVP) since 1999, Diane is the author of several books, including Outlook 2013 Absolute Beginners Book. She also created video training CDs and online training classes for Microsoft Outlook. You can find her helping people online in Outlook Forums as well as in the Microsoft Answers and TechNet forums.

Comments

  1. Tim says

    December 14, 2023 at 12:21 pm

    how does an admin that has user working remote fix this? i can run powershell on their remote computers, and i have about 100 of them?

    Reply
  2. Jimmy says

    December 14, 2023 at 12:19 pm

    same here we have hundreds of users and were supposed to go around on every single computer every time we want to add and remove shared mailboxes? come on.

    Reply
  3. bob says

    December 14, 2023 at 12:17 pm

    unfortunately even if this works, and it didn't the first one we tried it on, but when you have 3-400 users, this is not a viable solution. this fix is only ideal, if only one or a handful of users have this issue. you would spend a year, fixing everyone's mail box. anything else?

    Reply
  4. George says

    July 15, 2019 at 9:46 am

    Thank you so much for this. I had been trying many different ways to remove some additional mailboxes from my Outlook account, to no avail. After following your suggestion, they have all finally gone: I can hardly believe it!

    Reply
  5. Katie says

    January 8, 2019 at 12:49 pm

    Brilliant! Thank you so much!!

    Reply
  6. Peter says

    June 9, 2018 at 12:06 am

    I have the same issue in O365
    A mailbox was shared with a user and when it was no longerrequred the share was cancelled.

    however the mailbox still comes up in the client's outlook.

    Where do i remove this "LINK"

    Reply
  7. Zervo says

    October 9, 2017 at 11:56 am

    I have one account whith full mailbox to everyone, so above, I want to remove that automapping ONLY for my account zadd. Is this it?
    Also, going to O365 so have to run powershell

    To run the command ONLY to remove mapping for my account, zadd and remove all automappings only for my account, do I run this:
    To run the function on all mailboxes, just run the command below:

    Get-Mailbox | % {Remove-Automapping -Mailbox zadd}??

    Reply
  8. Abdullah says

    January 11, 2017 at 6:42 am

    Thank you very much. I was struggling for weeks and finally found your page. it worked like charm. Thank you!!!

    Reply
  9. Mark says

    December 30, 2016 at 4:32 pm

    Very helpful. Worked perfectly. I initially made the mistake of going to my account properties instead of the user accounts I wanted to get rid of. I noticed down in the comments someone else said, "...but there is nothing in MY user attribute entry." Step 3... make sure you're in the right account. The user to be removed, not your own. Thanks so much!

    Reply
  10. Steve says

    November 2, 2016 at 12:50 pm

    Diane,

    First of all I have read many, many of your tips and find you very helpful, thx.

    I am not an IT pro (but pretty capable) and I am having this exact problem but do not have Active directory connected to Office 365 (I don't think)

    Suggestions?

    Reply
  11. Thomas says

    October 14, 2016 at 5:24 pm

    If the shared mailbox is hidden in the GAL, removing Full Access permissions will very likely not remove the mailbox from your Outlook profile. The name of the box will remain but you will get an access denied error. To fix it, un-hide the mailbox in the GAL and give Outlook enough time to autodiscover that you no longer have access. It will remove the shared mailbox and you can re-hide the box from the GAL.

    Reply
  12. Sarbjeet Khosa says

    April 19, 2016 at 4:02 am

    Add-MailboxPermission "shared-mailbox" -User "alias" -AccessRights FullAccess –AutoMapping $False

    Add-MailboxPermission sharedmailbox address -User useremailaddress -AccessRights FullAccess –AutoMapping $False

    but got exception "ManagementObjectNotFoundExceptioon", i got many times.

    please help me.

    Reply
    • Diane Poremsky says

      April 21, 2016 at 4:41 pm

      does the error say where the problem might - something like "The operation could not be performed because object... "

      Reply
  13. Jan Arie Koelewijn says

    March 17, 2016 at 7:38 am

    I have the same problem as you guys, but there is nothing in my user attribute entry. ?
    How can i fix this now ?

    Reply
    • Diane Poremsky says

      March 17, 2016 at 4:54 pm

      Is the account listed in your profile, under More Settings, Advanced, Add Mailboxes?

      Reply
  14. Jim R says

    January 7, 2016 at 9:27 am

    Thank you for this- was struggling trying to get rid of these accounts, this worked like a charm!

    Reply
  15. Mike says

    September 2, 2015 at 12:01 pm

    this appears to be fine for an existing mailbox. curious as to removal of an additional mailbox from an Outlook profile when the additional mailbox has previously been deleted from Exchange - yes, the administrative processes need improvement. reviewed the attribute noted and it is blank yet the additional mailbox remains visible

    Reply
    • Patsy Feola says

      April 20, 2016 at 2:04 pm

      Did you ever get an answer to your question? I'm having the same problem that users are seeing mailboxes of accounts that were deleted from AD and the only thing remaining is their Archived email in EV.

      Reply
  16. Nima says

    July 19, 2015 at 3:27 am

    Great thanks for instructions. It worked and made all staff happier.

    Reply
  17. erikofmke says

    June 10, 2015 at 5:31 pm

    I have one that was set up prior to my knowing you could use –AutoMapping $False.

    Nothing in Attributes. If you click on the listing for the mailbox, it confirms that there is no longer access.

    I'm hoping that it will fall off on its own.

    Reply
    • erikofmke says

      June 11, 2015 at 4:24 pm

      What actually worked for me was to run the add permission with –AutoMapping $False giving the user full management again, but turning off the automapping.

      I waited to see the permission sync up and then I removed it again. All gone.

      Reply
  18. J Pauker says

    February 2, 2015 at 4:03 pm

    Very interesting and helpful! This worked as described for my admin account, with Exchange 2010 SP3 and Outlook 2007.

    After removing the link attribute from my account profile, I found that I could:

    1) Open the target mailbox ("Open Other Folder") to view folder contents without the folder itself displaying in Outlook,
    2) End the folder viewing session by navigating away from the folder.

    Question:

    How does this work for non-admin accounts - can this provide them with on-demand Outlook folder access without cluttering their Outlook folders with one or more shared folders?

    Reply
    • Diane Poremsky says

      February 2, 2015 at 4:29 pm

      It's supposed to work the exact same way for all end users, assuming they have the necessary permissions that allow them to view the folder.

      Reply
  19. Dennis Collado says

    December 29, 2014 at 2:38 pm

    This is very very helpful information. After a week of searching and searching to fix the problem, finally I found this information. Thank you very much!

    Reply
  20. R WIze says

    November 13, 2014 at 10:42 pm

    There appears to be a twist.. as my scenario was that there shared mailboxes were presenting even when there were no entries in the attribute area referenced. The solution that worked for was to use the shell and remove full mailbox access this way and the mailbox names dropped out. This is likely because I assigned full mailbox access via the shell however removed the permissions form the ECP.

    If you use the shell and it still does not work, unmount the mailboxes that was given Full Access from your Outlook and re-add it again.

    Cheers

    Reply
  21. Irfan says

    September 26, 2014 at 1:47 am

    Thanks, this worked for me, the only trick was, i was not able to find the attribute editor tab on the shared mailbox AD property when i searched for it, i had to browse for the AD object then the attribute editor tab showed. Thanks again.

    Reply
  22. Howell Strain says

    August 14, 2014 at 11:30 am

    For users with admin rights the ECM does not work thoroughly enough to remove the mailbox from Outlook. however the following command does work:

    Remove-MailboxPermission -Identity johnsmith@contoso.onmicrosoft.com -User admin@contoso.onmicrosoft.com -AccessRights FullAccess

    Reply
  23. Yury Kovshilovsky says

    July 9, 2014 at 7:12 pm

    Thanks a lot. Work like a charm.

    Reply
  24. Danny Lo says

    October 23, 2013 at 4:44 pm

    Hi Diane, for some reason in Exchange 2013 after I remove the full access permissions for a shared mailbox from a user it does not automatically remove that mailbox for that users Outlook 2013.

    Reply
    • Diane Poremsky says

      October 23, 2013 at 5:13 pm

      Hmmm. Mine finally disappeared when i clicked on the mailbox. Expectation would be to disappear on its own on a restart, if not sooner.

      Reply
      • David Hite says

        August 1, 2014 at 3:50 pm

        Hello. I was wondering if there was a way to speed this up? We have users that are given access on certain days, and at certain times. I would love for the mailbox to disappear within a minute or so of the permissions being removed. Do you have any suggestions?

      • Diane Poremsky says

        August 2, 2014 at 9:54 pm

        AFAIK, the only way to speed it up is to restart the exchange services.

  25. Microsoft Outlook 2013 says

    May 17, 2013 at 1:42 am

    Thank you very much for this helpful instruction.
    There is one thing I learned after visiting a Workshop in Munich due to Microsoft
    Outlook. Once you learned how to use Outlook in a right way, then you won´t have any problems in your work, because it makes everyday work much simpler.
    And I´m glad to have found your site. It´s a good source to get new information.

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Visit Slipstick Forums.
What's New at Slipstick.com

Latest EMO: Vol. 31 Issue 7

Subscribe to Exchange Messaging Outlook






Support Services

Do you need help setting up Outlook, moving your email to a new computer, migrating or configuring Office 365, or just need some one-on-one assistance?

Our Sponsors

CompanionLink
ReliefJet
  • Popular
  • Latest
  • Week Month All
  • Use Classic Outlook, not New Outlook
  • How to Remove the Primary Account from Outlook
  • Reset the New Outlook Profile
  • Disable "Always ask before opening" Dialog
  • How to Hide or Delete Outlook's Default Folders
  • This operation has been cancelled due to restrictions
  • Change Outlook's Programmatic Access Options
  • Adjusting Outlook's Zoom Setting in Email
  • Use Public Folders In new Outlook
  • Removing Suggested Accounts in New Outlook
  • Sync Issues and Errors with Gmail and Yahoo accounts
  • Error Opening iCloud Appointments in Classic Outlook
  • Opt out of Microsoft 365 Companion Apps
  • Mail Templates in Outlook for Windows (and Web)
  • Urban legend: Microsoft Deletes Old Outlook.com Messages
  • Buttons in the New Message Notifications
  • Move Deleted Items to Another Folder Automatically
  • Open Outlook Templates using PowerShell
  • Count and List Folders in Classic Outlook
  • Google Workspace and Outlook with POP Mail
Ajax spinner

Recent Bugs List

Microsoft keeps a running list of issues affecting recently released updates at Fixes or workarounds for recent issues in classic Outlook (Windows).

For new Outlook for Windows: Fixes or workarounds for recent issues in new Outlook for Windows .

Outlook for Mac Recent issues: Fixes or workarounds for recent issues in Outlook for Mac

Outlook.com Recent issues: Fixes or workarounds for recent issues on Outlook.com

Office Update History

Update history for supported Office versions is at Update history for Office

Outlook Suggestions and Feedback

Outlook Feedback covers Outlook as an email client, including Outlook Android, iOS, Mac, and Windows clients, as well as the browser extension (PWA) and Outlook on the web.

Outlook (new) Feedback. Use this for feedback and suggestions for Outlook (new).

Use Outlook.com Feedback for suggestions or feedback about Outlook.com accounts.

Other Microsoft 365 applications and services




New Outlook Articles

Sync Issues and Errors with Gmail and Yahoo accounts

Error Opening iCloud Appointments in Classic Outlook

Opt out of Microsoft 365 Companion Apps

Mail Templates in Outlook for Windows (and Web)

Urban legend: Microsoft Deletes Old Outlook.com Messages

Buttons in the New Message Notifications

Move Deleted Items to Another Folder Automatically

Open Outlook Templates using PowerShell

Count and List Folders in Classic Outlook

Google Workspace and Outlook with POP Mail

Newest Code Samples

Open Outlook Templates using PowerShell

Count and List Folders in Classic Outlook

Insert Word Document into Email using VBA

Warn Before Deleting a Contact

Use PowerShell to Delete Attachments

Remove RE:, FWD:, and Other Prefixes from Subject Line

Change the Mailing Address Using PowerShell

Categorize @Mentioned Messages

Send an Email When You Open Outlook

Delete Old Calendar Events using VBA

Repair PST

Convert an OST to PST

Repair damaged PST file

Repair large PST File

Remove password from PST

Merge Two Data Files

Sync & Share Outlook Data

  • Share Calendar & Contacts
  • Synchronize two computers
  • Sync Calendar and Contacts Using Outlook.com
  • Sync Outlook & Android Devices
  • Sync Google Calendar with Outlook
  • Access Folders in Other Users Mailboxes

Diane Poremsky [Outlook MVP]

Make a donation

Mail Tools

Sending and Retrieval Tools

Mass Mail Tools

Compose Tools

Duplicate Remover Tools

Mail Tools for Outlook

Online Services

Calendar Tools

Schedule Management

Calendar Printing Tools

Calendar Reminder Tools

Calendar Dates & Data

Time and Billing Tools

Meeting Productivity Tools

Duplicate Remover Tools

Productivity

Productivity Tools

Automatic Message Processing Tools

Special Function Automatic Processing Tools

Housekeeping and Message Management

Task Tools

Project and Business Management Tools

Choosing the Folder to Save a Sent Message In

Run Rules on messages after reading

Help & Suggestions

Submit Outlook Feature Requests

Slipstick Support Services

Buy Microsoft 365 Office Software and Services

Visit Slipstick Forums.

What's New at Slipstick.com

Home | Outlook User | Exchange Administrator | Office 365 | Outlook.com | Outlook Developer
Outlook for Mac | Common Problems | Utilities & Addins | Tutorials
Outlook & iCloud Issues | Outlook Apps
EMO Archives | About Slipstick | Slipstick Forums
Submit New or Updated Outlook and Exchange Server Utilities

Send comments using our Feedback page
Copyright © 2026 Slipstick Systems. All rights reserved.
Slipstick Systems is not affiliated with Microsoft Corporation.