Hi guys!
I'm trying give ready-only permission to some users in a shared-mailbox (all folders), however, I received a error message when I run the following powershell command:
Add-MailboxPermission -Identity SHAREDMAILBOX -User 'USER' -AccessRights Reviewer -InheritanceType All -AutoMapping $true
Message error:
A parameter cannot be found that matches parameter name 'InheritanceType'.+ CategoryInfo : InvalidArgument: (:) [Add-MailboxFolderPermission], ParameterBindingException
+ FullyQualifiedErrorId : NamedParameterNotFound,Add-MailboxFolderPermission
+ PSComputerName : outlook.office365.com
Also, I need show this shared-mailbox automatically in OWA of all users, it's possible?
Thank you!
David Soares MCTS:MBS - MCTS - MCITP