BlackBerry Forums Support Community

BlackBerry Forums Support Community (http://www.blackberryforums.com/index.php)
-   BES Admin Corner (http://www.blackberryforums.com/forumdisplay.php?f=21)
-   -   Two Blackberry Enterprise Servers 5.0.3 Express in one Exchange 2010 Organization (http://www.blackberryforums.com/showthread.php?t=253248)

MarioTunes 09-09-2011 10:24 AM

Two Blackberry Enterprise Servers 5.0.3 Express in one Exchange 2010 Organization
 
Hello,


We have one Exchange Organization name and two Exchange sites with different names.

Each site has CASArray and DAG.

We are going to install BES 5 Express on each location.

Is RIM allowed to install two dedicated BES 5 Express servers in one Exchange organization?


Thank you

hrbuckley 09-09-2011 11:45 AM

Re: Two Blackberry Enterprise Servers 5.0.3 Express in one Exchange 2010 Organization
 
These BES questions might be better asked in the BES Admin Corner. You're likely to get a more timely response there.

Maybe one of the admins will move the questions for you.

Dubdub 09-09-2011 02:08 PM

Re: Two Blackberry Enterprise Servers 5.0.3 Express in one Exchange 2010 Organization
 
Moved to a more appropriate location.

knottyrope 09-09-2011 04:29 PM

Re: Two Blackberry Enterprise Servers 5.0.3 Express in one Exchange 2010 Organization
 
Quote:

Originally Posted by MarioTunes (Post 1743273)
Hello,


We have one Exchange Organization name and two Exchange sites with different names.

Each site has CASArray and DAG.

We are going to install BES 5 Express on each location.

Is RIM allowed to install two dedicated BES 5 Express servers in one Exchange organization? YES


Thank you

welcome

MarioTunes 09-13-2011 01:09 PM

Re: Two Blackberry Enterprise Servers 5.0.3 Express in one Exchange 2010 Organization
 
Is the best practice use
to stie A and their users use BESAdminA for exchange server in site A
to stie B and their users use BESAdminB for exchange server in site B

In that case I have to add both BESAdminA and BESAdminB
Get-MailboxDatabase | Add-ADPermission -User "BESAdminA" -AccessRights ExtendedRight -ExtendedRights Receive-As, ms-Exch-Store-Admin

Get-MailboxDatabase | Add-ADPermission -User "BESAdminB" -AccessRights ExtendedRight -ExtendedRights Receive-As, ms-Exch-Store-Admin

Add-RoleGroupMember "View-Only Organization Management" -Member "BESAdminA"
Add-RoleGroupMember "View-Only Organization Management" -Member "BESAdminB"

Add-ADPermission -InheritedObjectType User -InheritanceType Descendents -ExtendedRights Send-As -User "BESAdminA" -Identity "CN=Users,DC=Domain,DC=local"

Add-ADPermission -InheritedObjectType User -InheritanceType Descendents -ExtendedRights Send-As -User "BESAdminB" -Identity "CN=Users,DC=Domain,DC=local"

Set-Mailbox "BESAdminA" -ThrottlingPolicy BESPolicy
Set-Mailbox "BESAdminB" -ThrottlingPolicy BESPolicy

New-ManagementRoleAssignment -Name "BES Admin EWS" -Role ApplicationImpersonation -User "BESAdminA"

New-ManagementRoleAssignment -Name "BES Admin EWS" -Role ApplicationImpersonation -User "BESAdminB"

Am I right?

Thank you

knottyrope 09-13-2011 01:15 PM

Re: Two Blackberry Enterprise Servers 5.0.3 Express in one Exchange 2010 Organization
 
answered here

Re: Two Blackberry Enterprise Servers 5.0.3 Expres... - BlackBerry Support Community Forums


All times are GMT -5. The time now is 11:34 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.