From the Exchange management Shell, run the following
Get-MailboxPermission -Identity shared-mailbox@domain.com | Format-List
This to check if the user in question has permissions to access the shared mailbox
http://technet.microsoft.com/en-us/library/aa998218(v=exchg.150).aspx
If you cannot fully analyze the result please try the out-file cmdlet.
http://technet.microsoft.com/en-us/library/ee176924.aspx
Also run the following:
Get-Mailbox SharedMailboxName | fl displayname, GrantSendOnBehalfTo
Or:
Get-ADPermission -Identity User | Where-Object {$_.extendedrights -like "*send*"}
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center