wesupport

25% off on first invoice for all services*

SPRING SALE

Use coupon

*Offer valid for new customers only

25% off on first invoice for all services*

SPRING SALE

Use coupon

*Offer valid for new customers only

Need help?

Our experts have had an average response time of 11.43 minutes in March 2024 to fix urgent issues.

We will keep your servers stable, secure, and fast at all times for one fixed price.

Disable Outlook Mailbox Auto-Mapping in Exchange

by | Nov 14, 2020

Auto-Mapping often causes trouble for users who need to use only their personal Exchange mailbox in Outlook and may want to disable it.

As a part of our Server Management Services, we help our Customers to fix Exchange server related errors regularly.

Let us today discuss the steps to disable Outlook Mailbox Auto-Mapping in Exchange.

Auto-Mapping in Exchange

Auto-Mapping feature automatically maps the mailbox as a new additional mailbox in the Outlook profile when the user gets Full Access permissions to that particular mailbox in Exchange organization.

The Auto Mapping feature makes all mailboxes of other users and shared mailboxes (which a user has access) to appear in the user Outlook automatically.

This functionality is based on the special attribute msExchDelegateListLink, which contains the list of DN accounts granted Full Access permissions for the mailbox.

At the same time, a user that has access granted has the value of msExchDelegateListBL attribute updated. This attribute contains the list of mailboxes to map automatically after starting Outlook.

Disable Outlook Mailbox Auto-Mapping in Exchange

It should be noted that Auto Mapping will not work if the AD group assigns access to a mailbox.

[Want to disable Outlook Mailbox Auto-Mapping in Exchange? – We’re available 24*7]

Why do we need to disable Outlook mailbox Auto-Mapping in Exchange?

Though Auto Mapping functionality is quite convenient, in some cases it prevents normal work.

For example, at times users would like to work only with a personal Exchange mailbox. A number of mailboxes extend the time taken for Outlook to start and reduces its performance.

Our support engineers often receive emails conveying that users receive the access permission error while trying to view the contents of the mailboxes.

This happens normally after revoking the Full Access privileges. Here, the user still can see the mailbox in the Outlook window,. However, the error triggers only while trying to view the contents.

All these issues require the ability to disable Mailbox Auto Mapping for the users.

How to disable Outlook mailbox Auto-Mapping in Exchange?

To disable Auto Mapping for a specific mailbox, we can delete the data in msExchDelegateListLink and msExchDelegateListBL attributes using ADSIEdit.msc. As this is a manual method, this won’t very convenient.

Our Support Engineers use PowerShell cmdlets to perform this task.

For example, they use the command below to grant User1 Full Access to SharedMBX mailbox and disable Auto Mapping:

Add-MailboxPermission -Identity SharedMBX -User ‘User1’ -AccessRight FullAccess -InheritanceType All -Automapping $false

If the permissions have been already granted, they will revoke them first and then reassign them:

Remove-MailboxPermission -Identity SharedMBX -User ‘User1’ -AccessRight FullAccess -InheritanceType All
Add-MailboxPermission -Identity SharedMBX -User1 ‘User1’ -AccessRight FullAccess -InheritanceType All -Automapping $false

Further, to disable Auto Mapping for all users having the permissions for a certain mailbox, they use the script below:

$FixAutoMapping = Get-MailboxPermission sharedmailbox |where {$_AccessRights -eq “FullAccess” -and $_IsInherited -eq $false}
$FixAutoMapping | Remove-MailboxPermission
$FixAutoMapping | ForEach {Add-MailboxPermission -Identity $_.Identity -User $_.User -AccessRights:FullAccess -AutoMapping $false}

[Need any further assistance to disable Outlook Mailbox Auto-Mapping in Exchange? – We’re available 24*7]

Conclusion

In short, Auto-Mapping often causes trouble for users who need to use only their personal Exchange mailbox in Outlook. Today, we saw how our Support Engineers disable Outlook Mailbox Auto-Mapping in Exchange.

 

 

PREVENT YOUR SERVER FROM CRASHING!

Never again lose customers to poor server speed! Let us help you.

Our server experts will monitor & maintain your server 24/7 so that it remains lightning fast and secure.

GET STARTED

var google_conversion_label = "owonCMyG5nEQ0aD71QM";

0 Comments

Submit a Comment

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

Categories

Tags