View Single Post
  (#100 (permalink)) Old
SoUnCool Offline
Talking BlackBerry Encyclopedia
 
Posts: 283
Join Date: Feb 2007
Location: Toronto
Model: 8800
Carrier: Rogers
Default 01-05-2009, 05:28 PM

Quote:
Originally Posted by SoUnCool View Post
Talked with RIM tech support and they say that new MAPI client DOES have backward compatibility and will work just fine with BES users having mailbox on Exchange 2003 server. Can anyone comment?
My plan worked like a charm


Quote:
Originally Posted by SmoothRunnings View Post
Under Exchange 2007 SP1 the following commands are not supported (even with the correct server name in its place)

Can you please break down the commands and tell me what exactly you want are saying?

get-mailboxserver <mail_server_name> | add-exchangeadministrator BESAdmin –role ViewOnlyAdmin

get-mailboxserver <mail_server_name> | add-adpermission –user BESAdmin –accessrights ExtendedRight –extendedrights Send-As, Receive-As, ms-Exch-Store-Admin

The cmdlet tells me the "Get-MailboxServer" doesn't support the "|" ...


Thanks
Andrew

break these commands like this

add-exchangeadministrator BESAdmin –role ViewOnlyAdmin

following worked ok , replace the test in < > with correct values from your exchange , BES configuration

get-mailboxserver <mail_server_name> | add-adpermission –user <BESAdmin> –accessrights ExtendedRight –extendedrights Send-As, Receive-As, ms-Exch-Store-Admin
   
Reply With Quote