View a List of Roles on an Assignment Policy

Applies to: Exchange Server 2010

The management roles assigned to an assignment policy determine what actions the end users who are assigned the assignment policy can perform. By viewing the list of roles assigned to an assignment policy, you can see what actions the users assigned that assignment policy can perform. For more information about role assignment policies, see Understanding Management Role Assignment Policies.

Looking for other management tasks related to end users? Check out Managing End Users.

Use the Shell to view a list of roles on an assignment policy

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Assignment policies" entry in the Role Management Permissions topic.

Note

You can't use the EMC to view a list of roles on an assignment policy.

You can use the Get-ManagementRoleAssignment cmdlet to view the list of roles assigned to an assignment policy:

  1. To find the names of the assignment policies in your organization, use the following command.

    Get-RoleAssignmentPolicy
    
  2. Find the name of the assignment policy whose roles you want to list.

  3. To list the roles on an assignment policy, use the following syntax.

    Get-ManagementRoleAssignment -RoleAssignee <assignment policy name>
    

This example lists all of the roles assigned to the Default Role Assignment Policy assignment policy.

Get-ManagementRoleAssignment -RoleAssignee "Default Role Assignment Policy"

For detailed syntax and parameter information, see Get-RoleAssignmentPolicy or Get-ManagementRoleAssignment.

Other Tasks

After you view the list of roles assigned to an assignment policy, you may also want to: