Click to Rate and Give Feedback
TechNet
TechNet Library
Mailbox
 View Public Folder Client Permissio...
Collapse All/Expand All Collapse All
More Resources
Related Help Topics
Loading...
No resources found.
more...
Related Blog Articles
Loading...
more...
Related Forum Discussions
This page is specific to Exchange Server 2010
Information on this topic is also available for the following versions:
View Public Folder Client Permissions Settings
[This topic's current status is: Content Complete.]

Applies to: Exchange Server 2010 Topic Last Modified: 2009-11-12

This topic shows you how to use the Exchange Management Shell to view information about the client access permissions to a public folder.

Bb123881.note(en-us,EXCHG.140).gifNote:
You can't use the Exchange Management Console (EMC) to perform this procedure.

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Public folder client permissions" entry in the Mailbox Permissions topic.

This example returns the entire list of the client access permissions for the public folder Marketing.

Get-PublicFolderClientPermission -Identity "\Marketing" | fl

This example returns the user David's client access permissions to the public folder East Coast.

Get-PublicFolderClientPermission -Identity "\Marketing\EastCoast" -User David

For detailed syntax and parameter information, see Get-PublicFolderClientPermission.

© 2010 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker