i need to change access rights on "first information store", otherwise
backupexec is not able to backup the database and logfiles. used to be
possible via properties, but there is no security tab any more.
must be possible with a command string like "Add-ADPermission -Identity
"Mailbox Store" -User "Trusted User" -ExtendedRights Receive-As".
i tried: Add-ADPermission -Identity "first storage group" -User "beadmin"
-ExtendedRights fullaccess.
it complained about first information store not being specific and
fullaccess not available as well.
can you please tell me the exact syntax to make the database readable to
user beadmin?
thanks a lot in advance!