I have a manager that wants access to all users mailboxes in our environment through his outlook client. We presently have a single Mailbox server with a single database. I have played around withAdd-ADPermission -identity "mailbox database" -user "serviceaccount" -ExtendedRights Receive-AsandAdd-MailboxPermission -identity "user" -user "serviceaccount" -AccessRights FullAccess for a a sinlge mailbox and haven't been able to access it through outlook. Can any one tell me what the best console command would be to provide this access? Is there a reference for -ExtendedRights?
↧