Quote:
Originally Posted by SoUnCool
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
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