Forum Discussion
Robert Daly
May 09, 2018Copper Contributor
Office 365 Inbox selective sharing
A user wants to share his inbox with others but keep two folders in his inbox private/inaccessible to those with access to his inbox.
Is this as simple as changing the permission on the particular folders in his outlook?
Or is there a more 'best practice' way to do this ?
- I think PowerShell is the only option here: https://docs.microsoft.com/en-us/powershell/module/exchange/mailboxes/add-mailboxfolderpermission?view=exchange-ps
2 Replies
- I think PowerShell is the only option here: https://docs.microsoft.com/en-us/powershell/module/exchange/mailboxes/add-mailboxfolderpermission?view=exchange-ps
- Robert DalyCopper Contributor
That's perfect, never knew you could use it to get at subfolders of the inbox.
Thanks!