RBAC permissions to view mailbox properties
-
Tuesday, June 12, 2012 5:56 PM
Hello all
We are an exchange 2010 shop would any RBAC permissions be appropriate allow my level 1 support people to view mailbox permissions such as who the calendars are shared out to, who has delegated mailbox access,
Such as the View-Only Organization Management group.
http://technet.microsoft.com/en-us/library/dd351130.aspx
Michael
Michael
All Replies
-
Thursday, June 14, 2012 8:36 AMModerator
Hello Michael,
I think you can follow this way to do that:
Create one role group included role "view-only Recipients", and add your level 1 support people to that role group:
New-RoleGroup -Name "Support 1" -Roles "View-Only Recipients" -Members " support1"
Then support1 can use command "get-mailboxfolderpermission -identity user:\Calendar" to check permission for users.
Thanks,
Evan Liu
TechNet Subscriber Support in forum
If you have any feedback on our support, please contact tngfb@microsoft.com
Evan Liu
TechNet Community Support
- Marked As Answer by Evan LiuModerator Thursday, June 28, 2012 10:45 AM
-
Friday, June 15, 2012 3:31 AMModerator
Hi,
How about the issue, any updates?
Thanks,
Evan Liu
TechNet Subscriber Support in forum
If you have any feedback on our support, please contact tngfb@microsoft.com
Evan Liu
TechNet Community Support

