How to set root public folder permissions in Exchange 2010.

Posted by DanieL on Server Fault See other posts from Server Fault or by DanieL
Published on 2010-08-19T01:12:55Z Indexed on 2011/02/03 7:27 UTC
Read the original article Hit count: 663

I am currently running Exchange Server 2010 on Windows Server 2008 R2. I have a user that I would like to be able to create/delete public folders in the root public folder.

How do I give this user permission to do this?

So far I have tried adding the user to the Public Folder Management, Domain Admins, and Administrators groups, and running the following scripts in the powershell:

Add-PublicFolderAdministrativePermission -Identity "\" -User "Username" -AccessRights AllExtendedRights -InheritanceType SelfAndChildren

This appears to have done something, but the user still cannot create public folders in the root public folder.

 AddUsersToPFRecursive.ps1 -toppublicfolder \ -User "Username" -Permissions Owner

This gives me an access denied error.

Any ideas?

© Server Fault or respective owner

Related posts about permissions

Related posts about exchange-2010