How to Export BlackBerry IT Policies
Submitted by justin on Mon, 07/06/2009 - 09:52
You easily export IT policies on BlackBerry Enterprise Server version 4.1 using the BES User Admininstration Service.
- Download the BES Resource Kit from http://na.blackberry.com/eng/support/server_resourcekit.jsp
- Install the BES User Administration service. See the docs folder that is included with the above download for details
- Issue the following command:BESUserAdminClient -p <PASSWORD> -it_policy <POLICYNAME> -it_policy_rules -list
Replace <PASSWORD> with the password you configured when setting up the administration service. Replace <POLICYNAME> with the name of you BlackBerry IT policy.
Need the results in a more user friendly format? Try this:
BESUserAdminClient -p <PASSWORD> -it_policy <POLICYNAME> -it_policy_rules -list>Policy.csv
This will export the results into a comma separated file that opens with Microsoft Excel. Got an earlier version?
Check out http://www.blackberry.com/btsc/KB10309 for version 4.0 and earlier.