Link to home
Start Free TrialLog in
Avatar of TLive Support
TLive Support

asked on

how can I check who has access to a certain mail box?

how can I check who has access to a certain mail box? Shared Mailbox
I am using Exchange 2016
How to check in powershell?
Can we get reports in csv format?
SOLUTION
Avatar of timgreen7077
timgreen7077

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
Avatar of timgreen7077
timgreen7077

Run the following:


Get-MailboxPermission -Identity sharedmailbox| Select Identity,User

This will show who all has access to the shared mailbox. Sorry i had to remove the coma after User.
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
No comment has been added to this question in more than 21 days, so it is now classified as abandoned.

I have recommended this question be closed as follows:

Split:
-- Veerappan Sundaram (https:#a42468396)
-- timgreen7077 (https:#a42468388)


If you feel this question should be closed differently, post an objection and the moderators will review all objections and close it as they feel fit. If no one objects, this question will be closed automatically the way described above.

Delphineous
Experts-Exchange Cleanup Volunteer