BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 06-17-2010, 09:17 AM   #1
HurricaneDan
Knows Where the Search Button Is
 
Join Date: Aug 2008
Model: 8830
PIN: N/A
Carrier: Verizon
Posts: 18
Default Scripting using Powershell and the BESUserAdminClient

Please Login to Remove!

I would like to create a simple script that will pull stats for all of my users from the BES. I have the BESUserAdminClient installed but I can't figure out how to call it from PowerShell (that is where I am doing some text parsing).

Has anyone else created a PS script that will use the BESUserAdminClient?

Thanks,

Dan
Offline  
Old 06-17-2010, 10:09 AM   #2
fedrac
New Member
 
Join Date: Sep 2006
Model: 7250
Carrier: N/A
Posts: 7
Default

Sorry, I've never used/seen that utility. If it is a regular command-line app (DOS), you can call it directly in PowerShell, but may have to escape certain characters that you pass as arguments. From there, unless it has options to output to a file, what you will see returned to PowerShell are simple strings, that you will need to figure out how to handle. You can maybe post an example here...
Offline  
Old 06-17-2010, 10:24 AM   #3
SteveE
Thumbs Must Hurt
 
Join Date: May 2009
Model: 8700g
PIN: N/A
Carrier: T-Mobile
Posts: 86
Default

I started mucking around with PS and the BESUserAdminClient, but have had problems getting the tool to exit properly from PS (it just stays open):

$psi = new-object System.Diagnostics.ProcessStartInfo("C:\Program Files\Research In Motion\BlackBerry Enterprise Server Resource Kit\BlackBerry Enterprise Server User Administration Tool Client\BESUSerAdminClient.exe");
$psi.UseShellExecute = $false;
$psi.Arguments = "-add -u or whatever arguments you want to add";
$psi.Domain = "AD Domain";
[System.Diagnostics.Process]::Start($psi)
Offline  
Old 06-17-2010, 05:00 PM   #4
JavaJunkee
Thumbs Must Hurt
 
JavaJunkee's Avatar
 
Join Date: Jan 2007
Location: Seattle, WA
Model: 9780
Carrier: T-Mobile
Posts: 156
Default

HurricaneDan -

You may want to check this forum as well. Happy Hunting!

Scripts & Tools / Hints & Tricks - Port3101.org : Your BES Connection
__________________
BES 5.0.4 MR 11 (Bundle 234)
-Server 2008 R2 Standard SP1 (ESXi 5.5)
Exchange 2010 SP3 RU7
-Server 2008 R2 SP1 Enterprise
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


Lot of 2 IBM Correctable Ribbon Cassette Black 1299300 NOS Original OEM picture

Lot of 2 IBM Correctable Ribbon Cassette Black 1299300 NOS Original OEM

$12.00



OEM IBM Selectric II Key Tops & Parts picture

OEM IBM Selectric II Key Tops & Parts

$49.95



New 2 Sets of 2 (4) keys total OEM 9952 IBM Keys for Cash Drawers Displays Locks picture

New 2 Sets of 2 (4) keys total OEM 9952 IBM Keys for Cash Drawers Displays Locks

$14.99



IBM CASH DRAWER KEY'S #9960 SET OF 2 KEYS. AFTERMARKET KEY'S SAME AS OEM 33G3360 picture

IBM CASH DRAWER KEY'S #9960 SET OF 2 KEYS. AFTERMARKET KEY'S SAME AS OEM 33G3360

$18.00



OEM  IBM Type 5441 WheelWriter 3 1356658 1362400-02 Main Boards Tested Working picture

OEM IBM Type 5441 WheelWriter 3 1356658 1362400-02 Main Boards Tested Working

$49.99



IBM Genuine OEM Printer Filler Wide Credit Card Holder 10N1259 picture

IBM Genuine OEM Printer Filler Wide Credit Card Holder 10N1259

$24.79







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.