Hi,
Server: Windows 2012
Exchange 2013 SP1
I am trying to give a full mailbox permission to service account on database level so it would be inherited to all the mailboxes under that database. It has been working for all Exchange 2010 databases but not for Exchange 2013. I am using same
CMDLET and same service account. If I add service account manually to Exchange 2013 mailbox for full permissions it works. I am testing the permissions via OWA where I access OWA using service account id and password and then I access other mailboxes.
Once I run this command I see the service account if check any mailbox property under this particular database.
Get-MailboxDatabase -Identity Exch2013mailServer_mdb1| Add-ADPermission -User Admin01 -AccessRights Ex
tendedRight -ExtendedRights Receive-As, ms-Exch-Store-Admin, ms-Exch-Store-Visible
X-OWA-Error: SDServerErr;Microsoft.Exchange.Data.Storage.AccessDeniedException
X-OWA-Version: 15.0.847.32
X-FEServer: Exch2013CAS
X-BEServer: Exch2013mail01.company.com
Date: 1/2/1601 3:00:16 PM
Thanks,
Raman