Granting Mailbox Rights
Microsoft Exchange 2000, 2003 and 2007 Server accounts with Enterprise Administrators mailbox access rights are denied by default. This restriction is also applicable if your login account is the Administrator account or you are a member of the Domain Admins or Enterprise Admins groups. In these cases also, access to all mailboxes other than your own will be denied, even if you have full administrative rights.
However, Exchange 2000/2003/2007 administrative tasks can be performed without granting an administrator the rights to read anybody's mail.
These default restrictions can be removed with methods that are in agreement with your organization's security and privacy policies. They (the methods) are generally appropriate in a recovery server environment.
Listed below are the steps given to grant access to Exchange 2000/2003/2007 Mailbox:
For Exchange 2007 Mailbox:
Open the Exchange 2007 management shell and enter the following
Syntax:
Add-MailboxPermission - identity <mailbox name> -accessRights fullAccess - User administrator
Example: To grant full access to the Mailbox 'Adams'.
Add-MailboxPermission - identity Adams - accessRights fullAccess - User administrator
Note: To perform Exchange 2007 Brick-Level Backup, install the standalone version of MAPI from the Microsoft site. Download Standalone version of MAPI
|