Use PowerShell to list all mailboxes a user has access to

Trying to find out which mailboxes a specific user has access to is a somewhat tedious process in the EMC. Thankfully there is a simple PowerShell command that will give you a complete listing:

get-mailbox | get-mailboxpermission -User “UserName” | fl identity

Related Posts

Need IT Help?

If you need assistance please feel free to reach out to us.