RBAC permissions to view mailbox properties
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
June 12th, 2012 1:56pm
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
Free Windows Admin Tool Kit Click here and download it now
June 14th, 2012 4:36am
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
June 14th, 2012 4:49am
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
Free Windows Admin Tool Kit Click here and download it now
June 14th, 2012 11:34pm