Applies to: Exchange Server 2007 SP3, Exchange Server 2007 SP2, Exchange Server 2007 SP1, Exchange Server 2007
Topic Last Modified: 2007-03-26

This topic explains how to use the Exchange Management Shell to view information about administrative permissions for a public folder.

Note:
You cannot use the Exchange Management Console to perform this procedure.

Before You Begin

To perform the following 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 Microsoft Exchange Server 2007, see Permission Considerations.

Also, before you perform this procedure, be sure to read Configuring Public Folder Permissions.

Procedure

To use the Exchange Management Shell to view information about administrative permissions for a public folder

  • To view the user David's access rights for the public folder named Marketing, run the following command:

    Copy Code
    Get-PublicFolderAdministrativePermission -Identity "\Marketing" -User "David"
    
  • To view the administrative access rights sorted by user for the public folder named Sales, run the following command:

    Copy Code
    Get-PublicFolderAdministrativePermission -Identity "\Sales" | fl User,AccessRights
    

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

For More Information

To learn more about public folders, see Understanding Public Folders.

For more information about managing public folders, see Managing Public Folders.

For more information about using the Exchange Management Shell, see Using the Exchange Management Shell.