Applies to: Exchange Server 2007 SP3, Exchange Server 2007 SP2, Exchange Server 2007 SP1, Exchange Server 2007
Topic Last Modified: 2006-12-19

This topic explains how to use the Exchange Management Console and the Exchange Management Shell to view administrator roles for users and groups.

Before you Begin

To perform this procedure, the account you use must be delegated the following:

  • Exchange View-Only Administrator role

For more information about permissions, delegating roles, and the rights that are required to administer Exchange Server 2007, see Permission Considerations.

Procedure

To use the Exchange Management Console to view administrator roles for users and groups

  1. Start the Exchange Management Console.

  2. In the console tree, click Organization Configuration.

  3. In the result pane, on the Exchange Administrator tab, you will see your users, their relevant administrator roles, and the scope of their permissions to Exchange 2007.

To use the Exchange Management Shell to view administrator roles for users and groups

  1. Run the following command:

    Copy Code
    Get-ExchangeAdministrator
    

For detailed syntax and parameter information, see the Get-ExchangeAdministrator reference topic.

For More Information