Perform a quick search for user accounts
You can use the -find_users parameter to perform a quick search for user accounts in an MDM domain. The -find_users parameter is optimized to display a large number of search results, and might have less impact on the BlackBerry Device Service than using the -find parameter.
- To open the command window for the BlackBerry Enterprise Service 10 User Administration Tool, on the computer that hosts the tool, on the taskbar, click Start > All Programs > BlackBerry Resource Kit for BlackBerry Device Service > BlackBerry Enterprise Service 10 User Administration Tool.
- Type besuseradminclient <credentials> -find_users.
-
Perform any of the following actions:
- To search for user accounts by display name, type -display_name <display_name> .
- To search for user accounts by login name, type -login_name <login_name> .
- To search for user accounts by email address, type -email_address <email_address> .
- To search for user accounts by group name, type -group_name <group_name> .
- To search for user accounts by the BlackBerry Device Service instance that they are associated with, type -dispatcher <server_name> .
- To search for user accounts by the wireless service plan tier, type -wireless_service_plan_tier <tier> , where <tier> is enterprise, personal, or unknown.
- To specify a maximum limit for the number of results, type -max_results <max_number> .
- If you want to display more detailed results, type -extended.
Example: Performing a quick search for user accounts by display name
besuseradminclient -username admin -password password -find_users -display_name "Julie Palmer"
besuseradminclient -username admin -password password -find_users -login_name JPalmer
besuseradminclient -username admin -password password -find_users -wireless_service_plan_tier personal
besuseradminclient -username admin -password password -find_users -email_address jpalmer@test.net -max_results 10
besuseradminclient -username admin -password password -find_users -group_name Administrators -extended
Was this information helpful? Send us your comments.