How to get all the right that a user might have in Exchange environment
Hi All, I would like to know whether there is a way to get all the management groups and rights for a specific user in an Exchange 2010 SP1 environment. Similar to the way like EMC would get your roles and management groups when you open it.
November 22nd, 2010 5:38am

Permission model in Exchaghe 2010 is designed differently, Its come up with RBAC Understanding Role Based Access Control: http://technet.microsoft.com/en-us/library/dd298183.aspx http://www.msexchange.org/articles_tutorials/exchange-server-2010/management-administration/exchange-2010-role-based-access-control-part1.htmlAnil
Free Windows Admin Tool Kit Click here and download it now
November 22nd, 2010 6:13am

http://eightwone.com/2009/12/08/exchange-2010-delegation-model/ another post related to rbac.
November 22nd, 2010 6:26am

Hi ValeriFrunze, Sure, you could learn more RBAC refer to below: http://technet.microsoft.com/en-us/library/dd298183.aspx You could get group of which the special user is a member follow below script. get-rolegroup |where {$_.members -contains "YourDomainName\OUname\username"} |ft name You also could get the role that the user was be assigned. get-managementroleassignment -roleassignee username |ft name Regards! Gavin
Free Windows Admin Tool Kit Click here and download it now
November 24th, 2010 4:22am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics