View Single Post
Old 09-14-2010, 02:28 PM   #4
RadHaz75
Talking BlackBerry Encyclopedia
 
RadHaz75's Avatar
 
Join Date: Feb 2006
Location: Philadelphia
Model: 9650
OS: 6.0.0.524
PIN: BALL
Carrier: Verizon Wireless
Posts: 456
Default

i'll one up you (given he wants to assign all to 1 agent)..

C:\BRK is the location of BESUserAdminClient.exe (and subsequently my input file). technically you could copy the .exe, .dlls and .config file anywhere to any machine. users.txt contains smtp addresses, 1 per line

[email address]
[email address]

Get-Content c:\BRK\users.txt | % {C:\BRK\BESUserAdminClient.exe <insert BAS or AD creds here> -change -assign_static_mailbox_agent 1 -u $_}
__________________
Two months ago, I saw a provocative movie on cable TV. It was called The Net, with that girl from the bus.

Last edited by RadHaz75; 09-14-2010 at 02:29 PM..
Offline   Reply With Quote