Installation and Configuration Guide
Local Navigation
- Overview: BlackBerry Enterprise Server
- Planning a BlackBerry Enterprise Server installation
- Hardware requirements: BlackBerry Enterprise Server
- System requirements
-
Preinstallation tasks
- Configuring a Microsoft
Exchange 2010 messaging environment
- Create a Windows account that has a Microsoft Exchange 2010 mailbox
- Configure Microsoft Exchange 2010 permissions for the Windows account
- Turn off client throttling in Microsoft Exchange 2010
- Increase the maximum number of connections to the Address Book service in Microsoft Exchange 2010
- Configure a management role for Microsoft Exchange Web Services
- Configure the BlackBerry Enterprise Server to run without public folders
- Configuring a Microsoft Exchange 2007 messaging environment
- Configuring a Microsoft Exchange 2003 messaging environment
- Configure permissions for the Windows account
- Prevent the Microsoft Exchange known issues for wireless calendar synchronization
- Verify if the Windows account can access a user account in Microsoft Exchange
- Configuring connections for the BlackBerry Enterprise Server databases
- Install the SNMP service for monitoring by the BlackBerry Monitoring Service
- Creating a BlackBerry Administration Service pool using DNS round robin that includes the BlackBerry Web Desktop Manager
- Creating a BlackBerry MDS Integration Service pool
- Create the DNS record for a BlackBerry Administration Service instance or BlackBerry MDS Integration Service instance
- Persistent socket connections for the BlackBerry Collaboration Service
- Applications that are installed with the BlackBerry Enterprise Server components
- Configuring a Microsoft
Exchange 2010 messaging environment
- Installing the BlackBerry Enterprise Server software
- Installing a standby BlackBerry Enterprise Server
- Postinstallation tasks
- Adding or removing BlackBerry Enterprise Server components
- Removing the BlackBerry Enterprise Server software
- Troubleshooting the BlackBerry Enterprise Server installation process
- Glossary
- Provide feedback
- Legal notice
Configure Microsoft Exchange 2010 permissions for the Windows account
Verify the domain name in Microsoft® Active Directory®. When you set the permissions, you must match the domain name in Microsoft Active Directory.
- On a computer that hosts the Microsoft® Exchange Management Shell, open the Microsoft Exchange Management Shell.
- Type Get-MailboxDatabase | Add-ADPermission -User "BESAdmin" -AccessRights ExtendedRight -ExtendedRights Receive-As, ms-Exch-Store-Admin.
- Type Add-RoleGroupMember "View-Only Organization Management" -Member "BESAdmin".
- Do one of the following:
- To set the permissions at the organizational unit level, type the following command:
Add-ADPermission -InheritedObjectType User -InheritanceType Descendents -ExtendedRights Send-As -User "BESAdmin" -Identity "OU=<organizational_unit>,DC=<domain_1>,DC=<domain_2>,DC=<domain_3>"
For example, if the organizational unit is Texas and the domain name is example.organization.net, type Texas for <organizational_unit>, example for <domain_1>, organization for <domain_2>, and net for <domain_3>.
- To set the permissions at the common name level, type the following command:
Add-ADPermission -InheritedObjectType User -InheritanceType Descendents -ExtendedRights Send-As -User "BESAdmin" -Identity "CN=<common_name>,DC=<domain_1>,DC=<domain_2>,DC=<domain_3>"
For example, if the common name is Users and the domain name is example.organization.net, type Users for <common_name>, example for <domain_1>, organization for <domain_2>, and net for <domain_3>.
In each command, <domain_1>, <domain_2>, and <domain_3> form the internal Microsoft Active Directory domain (if internal and external domain names are different). You can contact your Microsoft Active Directory administrator for information about distinguished names.
- To set the permissions at the organizational unit level, type the following command: