Exchange 2016 on premise server. Is it possible to share a user's mailbox, specifically the Inbox and all its subfolders without having to specifically go into each subfolder and grant permissions?
Exchange 2016 on premise server. Is it possible to share a user's mailbox, specifically the Inbox and all its subfolders without having to specifically go into each subfolder and grant permissions?
Full access will do that;
https://docs.microsoft.com/en-us/Exchange/recipients/mailbox-permissions?redirectedfrom=MSDN&view=exchserver-2019#use-the-eac-to-assign-permissions-to-individual-mailboxes
Add-MailboxPermission -Identity <MailboxIdentity> -User <DelegateIdentity> -AccessRights FullAccess -InheritanceType All [-AutoMapping $false]
@BenLan-7531
I am writing here to confirm with you any update about this thread now?
If the suggestion below helps, please be free to mark it as an answer for helping more people.
There are two ways to access the folders of their mailbox, each of which has advantages and disadvantages:
1. Mailbox full access permission: user could access all folders in another mailbox.
2. Mailbox folder permission: Based on folder which need to add permission for all subfolders.
So, you need to add them one by one or find a script as provided by AndyDavid to help you do it in batch.
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
In that case you will have to grant each folder delegate access and walk through the folders
You can look at samples on how to do that:
https://www.michev.info/Blog/Post/2063/managing-mailbox-permissions-on-the-folder-level-in-bulk
Yes full access will do that but I am trying to have access to ONLY the inbox and its subfolders. Full access show ALL of the Outlook default folders. Plus in the other tabs for Calendar, Contacts, To Do Lists it displays the user's info and this is not a desired result. Reason being is they have MULTIPLE calendars, to do lists, etc and having those appear without a need for them clutters the view.
There a many subfolders and it would be tedious to have to go into each one and provide permissions individually.
I thought that I would be able to provide access by using the ADD-MAILBOXFOLDERPERMISSION but this only provides access to the folder specified and not the subfolders.
9 people are following this question.