What troubleshooting should I do if the "Full Access" permission doesn't allow me to access a mailbox via OWA?
I'm accessing the mailbox using the url:
https://owa.yoursite.com/owa/other.user@yourdomain.com
What troubleshooting should I do if the "Full Access" permission doesn't allow me to access a mailbox via OWA?
I'm accessing the mailbox using the url:
https://owa.yoursite.com/owa/other.user@yourdomain.com
If you're asking why the mailbox doesn't show up in OWA like it does in Outlook, that's because OWA doesn't work that way.
To access a mailbox other than the one associated with your AD account, use https://owa.yoursite.com/owa/other.user@yourdomain.com and then log in with your account.
get-mailboxpermission -identity user
where user would be the mailbox you've granted full access to. Ensure the account you'd like to access the mailbox with is listed in that group and Full Access is the access rightsUsers should make sure they are entering the primary SMTP address of the alternate user.. not the secondary alias which did not work in my testing.