Skip to Main Content
Microsoft Exchange 2010 PowerShell Cookbook
book

Microsoft Exchange 2010 PowerShell Cookbook

by Mike Pfeiffer
July 2011
Intermediate to advanced content levelIntermediate to advanced
480 pages
11h 54m
English
Packt Publishing
Content preview from Microsoft Exchange 2010 PowerShell Cookbook

Managing user access to public folders

Client permissions for public folders can be managed using a handful of cmdlets that are available in the Exchange Management Shell. In addition, there are some scripts located in the Exchange scripts directory that can be used to make client permission changes in bulk. In this recipe, we will take a look at how you can use both methods to manage public folder client permissions.

How to do it...

To grant Owner permissions to a user on a public folder, use the following command:

Add-PublicFolderClientPermission -Identity \Marketing `
-User Mike `
-AccessRights Owner `
-Server MBX1

How it works...

The Add-PublicFolderClientPermissions cmdlet can be used to add permissions for a particular user to a public folder. ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Microsoft Exchange Server 2013 PowerShell Cookbook: Second Edition - Second Edition

Microsoft Exchange Server 2013 PowerShell Cookbook: Second Edition - Second Edition

Jonas Andersson, Mike Pfeiffer

Publisher Resources

ISBN: 9781849682466Other