Link to home
Start Free TrialLog in
Avatar of bullfrog264
bullfrog264

asked on

How do I view the permissions on a Exchange 2010 Mailbox?

I have been requested to provide a list of who has access to what users Mailboxes in Exchange 2010.  I ran the following powershell command against one of the users mailboxes but I know for a fact it didn't return the correct information.  I know this user shared his mailbox using the Outlook 2010 gui but it didn't show up in the results.  How do I gather this information for everyone?

Command I ran:
Get-mailboxpermission -identity username | format-list
SOLUTION
Avatar of Akhater
Akhater
Flag of Lebanon image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
of course replace the "ak" by the username
Avatar of bullfrog264
bullfrog264

ASKER

This still didn't show the users Mailbox permissions they delegated through outlook.  I had to run a get-mailboxfolderpermissions cmdlet as well.  I noticed that even with this it didn't show any subfolders under the main Mailbox folder either.  Is there anyway to get a comprehensive look into each mailbox short of clicking on each folder using the UI in outlook?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I ended up having to do a combination of the solutions suggested.  I gathered mailbox permissions, ad permissions, and then delegates.  The combined lists gave me a good idea of who had access to each others mailboxes.