Exchange 2010 PS1 / Cmdlets BES 5 setup.
Home › Forums › Messaging Software › Exchange 2007 / 2010 / 2013 › Exchange 2010 PS1 / Cmdlets BES 5 setup.
- This topic has 3 replies, 3 voices, and was last updated 9 years, 3 months ago by
Spuddy.
-
AuthorPosts
-
SpuddyMemberOct 21, 2011 at 3:05 am #156551Hi All,
I’m trying to make some changes to Exchange 2010 as part of a BES 5 express installation.
The requirements are
Turn off client throttling in Microsoft Exchange 2010
By default, Microsoft® Exchange 2010 uses client throttling policies to track the bandwidth that each Microsoft
Exchange user consumes and enforce bandwidth limits as necessary. The policies affect the performance of the
BlackBerry® Enterprise Server, so you should turn off client throttling for the Windows® account that has a Microsoft
Exchange mailbox.
1. On a computer that hosts the Microsoft Exchange Management Shell, open the Microsoft Exchange
Management Shell.
2. Type New-ThrottlingPolicy BESPolicy.
3. Type the following command:
Set-ThrottlingPolicy BESPolicy -RCAMaxConcurrency $null -RCAPercentTimeInAD $null –
RCAPercentTimeInCAS $null -RCAPercentTimeInMailboxRPC $null -EWSMaxConcurrency $null –
EWSPercentTimeInAD $null -EWSPercentTimeInCAS $null -EWSPercentTimeInMailboxRPC $null –
EWSMaxSubscriptions $null -EWSFastSearchTimeoutInSeconds $null -EWSFindCountLimit $null
4. Type Set-Mailbox “BESAdmin” -ThrottlingPolicy BESPolicy.
Configure a management role for Microsoft Exchange Web Services
If you want the BlackBerry® Enterprise Server to use Microsoft® Exchange Web Services to manage calendars on
BlackBerry devices, you must configure a management role for Microsoft Exchange Web Services in Microsoft
Exchange 2010.
For more information about configuring the BlackBerry Enterprise Server to use Microsoft Exchange Web Services,
see the BlackBerry Enterprise Server Administration Guide.
1. On a computer that hosts the Microsoft Exchange Management Shell, open the Microsoft Exchange
Management Shell.
2. Type New-ManagementRoleAssignment -Name “BES Admin EWS” -Role ApplicationImpersonation -User
“BESAdmin”.Now I have tried these and had no luck? See screen print of EMS below. I have tried re-copying the ps1 files from the SP1 installation media into the bin folder but no luck. Any ideas?
Any ideas?
-
AuthorPosts
You must be logged in to reply to this topic.