Setting Exchange 2007 Permissions for Blackberry
All, I am having trouble using powershell to set permissions for my Blackberry service acount.
I am following the BES documentation and issuing the following command:
set-mailboxserver <messaging_server_name> | add-adpermission user BESAdmin accessrights ExtendedRight extendedrights Send-As, Receive-As, ms-Exch-Store-Admin
I run this command three times. Each time I specify a different Mailbox server name.
After I run this command I run get-adpermission -id <messaging_server_name> and the only permission I seethat theBESAdmin accoutnhasSend-As on the mailbox server.
The command reports no errors. There are no errors in the exchange event logs either. I am going to check the AD logs as well.
Any advice?
Thanks!
Josh
April 10th, 2008 11:53pm
FYI:The answer to this question was that the command should be "Get-mailboxserver" instead of "set-mailboxserver". The BES documenation was wrong and I didnt know my powershell well enough at the time!
Free Windows Admin Tool Kit Click here and download it now
May 29th, 2008 7:58pm