Procedure
The following permissions are required for the BlackBerry Enterprise Server to function correctly in a Microsoft Exchange Server 2007 environment:
- Exchange View Only Administrator role
- Send As
- Receive As
- Administer Information Store
Exchange View Only Administrator role
- Access the Microsoft Exchange Shell by going to Start > Programs > Microsoft Exchange Server 2007 > Exchange Management Shell.
- To set the Exchange View Only Administrator role, type the following command:add-exchangeadministrator <service_account_name> -role ViewOnlyAdmin
where <service_account_name> is the name of the BlackBerry Enterprise Server service account (for example, BESAdmin)
- To check the Exchange View-Only Administrator role, type the following command:get-exchangeadministrator | Format-List
The service account should be displayed with a ViewOnlyAdmin role.
Send As, Receive As, and Administer Information Store permissions
- Access the Microsoft Exchange Shell by going to Start > Programs > Microsoft Exchange Server 2007 > Exchange Management Shell.
- To set the Send As, Receive As, and Administer Information Store permissions, type the following command:get-mailboxserver <server_name> | add-adpermission -user <service_account_name> -accessrights GenericRead, GenericWrite -extendedrights Send-As, Receive-As, ms-Exch-Store-Admin
where <server_name> is the name of the Microsoft Exchange Server 2007 or Microsoft Exchange cluster
- To check the Send As, Receive As, and Administer Information Store permissions, type the following command in Exchange Management Shell:get-mailboxserver <server_name> | get-ADpermission -user <service_account_name> | Format-List











Please click here to download the plugin required to make recent comments work!