Hi,
From Exchange 2013 with powershell, I try to add "Reviewer" permission for a calendar shared mailbox.
I don't have issue to find the mailbox, but the :\calendar not work and I have an error "mailbox cannot be found:\calendar", when I try to add permission or to get permission.
here my command :
Add-MailboxFolderPermission -Identity SharedMailbox@contoso.com:\Calendar -User MySecurityGroupMember -AccessRights reviewer
Could you help me ?
Julien.