How to Grant Full Access to Mailbox Database Exchange 2010‎

Introduction

Assigning access to user mailbox is the most frequent action that need to perform by exchange administrator, Microsoft provide EMC control and PowerShell command to manage mailbox access permission in exchange 2010. Here I am expanding both way to give user full mailbox access exchange 2010 read the complete article to make it easy.

Using EMC, Grant Full Access to Mailbox Exchange 2010

Granting full access to mailbox in exchange 2010 by using EMC can be done easily just follow some easy steps which is given below.

  1. Login to exchange server 2010 by providing credential and locate the Exchange Management Console and find the recipient configuration from Console Tree as given below.

  2. Now select the recipient mailbox name to give the access permission and perm third step.

  3. Select the Manage Full Access Permission from the action pane as shown below.

  4. As you click on Manage Full Access Permission a new wizard will be open, now click on Add button to select the user or user group for which you want to give full access permission and you can remove a user as well by just clicking on Remove Icon as shown below.

Now click on the Manage Button to compete the task and a successful message will be shown in new popup window that confirms that, Grant full access to mailbox database exchange 2010 is completed. If the new popup shows message that mailbox access request is not completed successfully then analyze the error code and provide the necessary action and then repeat the stated steps again.

Granting Full Access Permission in Exchange 2010 by PowerShell Command

Microsoft enables exchange administrator to automate the exchange process by using cmd let PowerShell command. Here I am giving you the full command you need to just execute on cmd let. Let us suppose that you want to give access permission to the user whose name is Mack John for the David's mailbox.

Add-MailboxPermission -Identity "Mack John" -User David -AccessRights Fullaccess -InheritanceType all

To Remove the Access Permission of the user mailbox use the command given below.
Remove-MailboxPermission -Identity DAvid -User 'Mack John' -AccessRights FullAccess -InheritanceType All

Conclusion:

Here I tried to give you best and easy way to Grant full access to mailbox database exchange 2010 and I hope that this effort will be helpful for you.