Friday, February 13, 2015

Removing an auto-mapped mailbox in Exchange 2010


Removing an auto-mapped mailbox in Exchange 2010

As you’ve noticed, removing a mailbox that has been added via the auto-mapping feature is not possible via the traditional way. In fact, as an end-user, there is nothing you can do to remove it in Outlook.

However, you can ask your Exchange administrator to remove the auto-mapping attribute for your account from the additional mailbox you’ve been granted “Full Access” to.

Your administrator can then run the following PowerShell command in the Exchange Management Shell:

Add-MailboxPermission -Identity -User -AccessRights FullAccess -InheritanceType All -Automapping $false


 
For Examples:
Shared Mail Box Alias – Erp.Corp
You’re Mail Box Alias- Ashish
 So, right will be removed from this command:
Add-MailboxPermission -Identity erp.corp -User ashish -AccessRights FullAccess -InheritanceType All -Automapping $false


No comments:

Post a Comment