02-28-2012, 02:17 PM
|
#4 (permalink)
|
| New Member
Join Date: Feb 2012 Model: 9330 PIN: N/A Carrier: verizon
Posts: 4
Post Thanks: 0 Thanked 0 Times in 0 Posts
| Re: Upgraded from Exch2003 to Exch 2010... now only 1/2 our BB's work!?! That was a very useful link you sent, the only thing we did not do on that list is the permissions changes. I did not change the besadmin's permissions because I assumed they were correct from the previous blackberry installation. I wonder if it is necessary to run these permissions on the new exchange managment shell?
Task 5
Assign the proper permissions to the BlackBerry Enterprise Server service account.
On a computer that hosts the Microsoft Exchange Management Shell, click Start > Microsoft Exchange Server 2010 > Exchange Management Shell.
1. Assign Receive-As to the BESAdmin account:
Get-MailboxDatabase | Add-ADPermission xxx8211;User xxx8220;BESAdminxxx8221; xxx8211;AccessRights ExtendedRight xxx8211;ExtendedRights Receive-As, ms-Exch-Store-Admin
2. Assign the View-Only role to the BESAdmin account:
Add-RoleGroupMember xxx8220;View-Only Organization Managementxxx8221; xxx8211;Member xxx8220;BESAdminxxx8221;
3. Assign the Send-As to the BESAdmin account that is in an OU or CN:
Add-ADPermission xxx8211;InheritedObjectType User xxx8211;InheritanceType Descendents xxx8211;ExtendedRights Send-As xxx8211;User xxx8220;BESAdminxxx8221; xxx8211;Identity xxx8220;OU=<organizational_unit>,DC=<domain_1>,DC= <domain_2>,DC=<domain_3>xxx8221;
Or
Add-ADPermission xxx8211;InheritedObjectType User xxx8211;InheritanceType Descendents xxx8211;ExtendedRights Send-As xxx8211;User xxx8220;BESAdminxxx8221; xxx8211;Identity xxx8220;CN=<common_name>,DC=<domain_1>,DC=<domain_ 2>,DC=<domain_3>xxx8221;
For example:
Add-ADPermission xxx8211;InheritedObjectType User xxx8211;InheritanceType Descendents xxx8211;ExtendedRights Send-As xxx8211;User xxx8220;BESAdminxxx8221; xxx8211;Identity xxx8220;CN=BES Admin Exch2K10,OU=TestOU,DC=SEN104,DC=EXAMPLE,DC=COM" |
| Offline
| |