
01-14-2009, 06:59 PM
|
 |
Proprietor
|
|
Join Date: Nov 2008
Posts: 2,246
|
|
KB12483 - Set Exchange Server 2007 permissions using the Exchange Management Shell
KB12483 - Set Windows account permissions in Microsoft Exchange Server 2007 using the Microsoft Exchange Management Shell
Environment
- BlackBerry® Enterprise Server version 4.1.3 to 4.1.6 for Microsoft® Exchange
Overview
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 Management 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 -role ViewOnlyAdmin
where is the name of the Windows® account (for example, BESAdmin).
- To check the Exchange View-Only Administrator role, type the following command: get-exchangeadministrator | Format-List
The Windows account should be displayed with a ViewOnlyAdmin role.
Send As, Receive As, and Administer Information Store permissions
- Access the Microsoft Exchange Management Shell by clicking 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 | add-adpermission -user -accessrights GenericRead, GenericWrite -extendedrights Send-As, Receive-As, ms-Exch-Store-Admin
where 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 the Microsoft Exchange Management Shell: get-mailboxserver | get-ADpermission -user | Format-List
Additional Information
For additional CMDLet commands, see the Microsoft TechNet web site.
To configure the required permissions in a Microsoft Exchange Server 2000 or 2003 environment, see KB02276.
Note: Microsoft Exchange System Manager 2003 Service Pack 2 must be installed on the same computer as the BlackBerry Enterprise Server.
__________________
http://blog.port3101.org/hdawg/
The views expressed by me on Port3101 and its affiliated sites are my own and do not necessarily reflect the views of my employer.
|