i have big problems to backup exchange2007 with backupexec. always receive
error "no access rights to database". after some research it seems to me
the
access rights on the database itself must be changed, but is is not
possible
via properties any more (used to be in earlier versions).
must be a command like "Add-ADPermission -Identity "Mailbox Store" -User
"Trusted User" -ExtendedRights Receive-As".
in fact i need read rights for user beadmin.
how is the exact command? i tried : Add-ADPermission "first information
store" -User "beadin" -ExtendedRights fullaccess
it complains "first information store" is not specific and option
fullaccess
is not available as well. symantec can not help me either.
what is the correct expression to grant user beadmin read-rights on the
database?
thanks a lot in advance!