Exchange 2010 Configuration for BlackBerry Enterprise Server 5.x

Active Directory Login Account: BESAdmin
UPN Suffix: BESAdmin@abc.com

Below is the output generated, while configure the permission on Exchange Management Shell.

VERBOSE: Connected to HQDC-S-0003.ABC.COM.


[PS] C:\Windows\system32>Add-ADPermission -InheritedObjectType User -InheritanceType Descendents -ExtendedRights Send-As

 -User “BESAdmin” -Identity “CN=BES Admin NEW,CN=Users,DC=ABC,DC=COM”

Identity             User                 Deny  Inherited

——–             —-                 —-  ———

ABC.COM/Users/BES … MIS\BesAdmin=      False False

[PS] C:\Windows\system32>Get-MailboxDatabase | Add-ADPermission -User “BESAdminNew” -AccessRights ExtendedRight -Extende

dRights Receive-As, ms-Exch-Store-Admin

Identity             User                 Deny  Inherited

——–             —-                 —-  ———

Mailbox Database … ABC\BesAdmin     False False

Mailbox Database … ABC\BesAdmin      False False

[PS] C:\Windows\system32>Add-RoleGroupMember “View-Only Organization Management” -Member “BESAdmin”

[PS] C:\Windows\system32>Get-ThrottlingPolicy -Identity “BesPolicy”

RunspaceId                     : 373a9e2c-0641-4cc2-8911-7acd5cd70c7d

IsDefault                      : False

EASMaxConcurrency              : 10

EASPercentTimeInAD             :

EASPercentTimeInCAS            :

EASPercentTimeInMailboxRPC     :

EWSMaxConcurrency              : 10

EWSPercentTimeInAD             :

EWSPercentTimeInCAS            :

EWSPercentTimeInMailboxRPC     :

EWSMaxSubscriptions            :

EWSFastSearchTimeoutInSeconds  : 60

EWSFindCountLimit              :

IMAPMaxConcurrency             :

IMAPPercentTimeInAD            :

IMAPPercentTimeInCAS           :

IMAPPercentTimeInMailboxRPC    :

OWAMaxConcurrency              : 5

OWAPercentTimeInAD             :

OWAPercentTimeInCAS            :

OWAPercentTimeInMailboxRPC     :

POPMaxConcurrency              : 20

POPPercentTimeInAD             :

POPPercentTimeInCAS            :

POPPercentTimeInMailboxRPC     :

PowerShellMaxConcurrency       : 18

PowerShellMaxCmdlets           :

PowerShellMaxCmdletsTimePeriod :

ExchangeMaxCmdlets             :

PowerShellMaxCmdletQueueDepth  :

RCAMaxConcurrency              :

RCAPercentTimeInAD             :

RCAPercentTimeInCAS            :

RCAPercentTimeInMailboxRPC     :

MessageRateLimit               :

RecipientRateLimit             :

ForwardeeLimit                 :

CPUStartPercent                : 75

AdminDisplayName               :

ExchangeVersion                : 0.10 (14.0.100.0)

Name                           : BESPolicy

DistinguishedName              : CN=BESPolicy,CN=Global Settings,CN=MIS,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=ABC,DC=COM

Identity                       : BESPolicy

Guid                           : 7ce32dce-573d-4068-a542-e72a337d9119

ObjectCategory                 : ABC.COM/Configuration/Schema/ms-Exch-Throttling-Policy

ObjectClass                    : {top, msExchGenericPolicy, msExchThrottlingPolicy}

WhenChanged                    : 5/27/2010 2:14:40 PM

WhenCreated                    : 5/27/2010 2:13:55 PM

WhenChangedUTC                 : 5/27/2010 10:14:40 AM

WhenCreatedUTC                 : 5/27/2010 10:13:55 AM

OrganizationId                 :

OriginatingServer              : UAE-GNRL-S-0001.MIS.AE

IsValid                        : True

[PS] C:\Windows\system32>Set-Mailbox “BesAdmin” -ThrottlingPolicy “BESPolicy”

After Configuring the all above power shell commands, all you need to do some other configuration on SQL Server for adding the user account in the SQL LOGIN, for adding the DBCREATOR rights, and add the BESADMIN account in the LOCAL ADMINISTRATOR GROUP on the BLACKBERRY MEMBER SERVER.

Cheers!

Zahir Hussain Shah

Leave a comment