I am trying to create an Exchange 2010 RBAC role group for our service desk. I have created a test management role group "Service Desk staff" and assigned the below roles using the Exchange Control Panel:
Distribution Groups
Mail Enabled Public Folders
Mail Recipient Creation
Mail Recipients
Public Folders
Then I access Exchange 2010 via the Exchange Management Console from a client PC with a user account that is in the Management Role Group I created.
I am able to do most tasks such as create/modify distribution groups, create mailboxes and edit the properties of it.
But for some reason I cannot perform the below:
1. Trying to add/remove members from a Distribution group results in an error
Add-DistributionGroupMember
or
Remove-DistributionGroupMember
2. Trying to create a Public folder results in an error:
MailExceptionNoCreateSubfolderRight: Unable to create folder.
(hr=0x80070005 ec=1282)
3. Trying to mail enable/disable a Public folder results in an error:
MapiExceptionNoAcess: Unable to set properties on object.
(hr=0x80070005 ec=2147024891)
4. Changing permission of Public Folders results in an error:
MapiExceptionNoAcess: Unable to modify table.
(hr=0x80070005 ec=2147024891)
Can anyone provide some feedback on how I might resolve this and perform the above tasks using RBAC management group for Exchange 2010? Appreciate any help. Thank you.