another way to do this is with PFDadmin tool thats free from microsoft.
http://www.microsoft.com/d
you can connect to pf or mailboxes and grant and remove permissions easily.
Main Topics
Browse All Topics
I have some public folders set up such as calanders ect. I need to grant a particular user, access to make changes to a specific calander. Could anyone tell me how to do this? I need specific instructions please.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
another way to do this is with PFDadmin tool thats free from microsoft.
http://www.microsoft.com/d
you can connect to pf or mailboxes and grant and remove permissions easily.
You will need to be logged in with an account that is allowed to update permissions.
If you are using 2007 SP1 and above, you can make an account a Public Folder Administrator, which will give you the ability to amend permissions for users. note that this will also allow a high level of administrative rights and should not be applied to user accounts but only those that you wish to technically administrator the folder.
Otherwise, use the script in my blog post to give your account rights to administer the public folders. Note that you shoud create a Top Level Folder if possible, so that if you wish to propogate a set of permissions to all PF's, you only have one public folder to run the command against.
Shaun
Shauncroucher:
I have tried to use the powershell as you outlined above and I can't get it to work. Here is a screen shot, please tell me what I'm doing wrong or how it should look. Thanks! FYI, Vacation Calanders is the folder name but inside that there are individual calanders by department, I actually need to change only one of the calanders inside the Vacation calanders folder.
Almost!
No luck with Outlook then?
Add-PublicFolderClientPerm
This is a demonstration to add Shaun as an owner to a department folder. Of course, I don't know what your public folder tree looks like, so if you aren't sure what to put for the -identity, then run
Get-PublicFolder "\" -recurse and post.
Shaun
So if you find the calendar, right click --> Properties --> Do you see the permissions tab?
How about if you login as administrator, open outlook --> right click calendar --> properties?
See figure 9 on this page: http://www.msexchange.org/
Shaun
I have tried PFDavAdmin and it has errors when connecting. The account is also a member of Public Folder Administrators as well and they still cannot make changes. This folder was originally setup by a previous admin who is still the file owner if that matters, but I can make changes to it, but the user I'm trying to give access to still cannot for some reason? Any ideas?
Business Accounts
Answer for Membership
by: shauncroucherPosted on 2009-11-02 at 07:44:08ID: 25720383
You can do this using powershell, I have discussed the process for 2007 here:
ress.com/2 009/09/06/ managing- p ublic-fold er-client- access-per missions-e xchange-20 07-msh- emc -exchange- management -shell/
http://exchangeshell.wordp
Shaun