Public folder permissions for groups
Hey I am looking to setup a security group to have full access the public folder 80370-00C. I tried to use the distribution group. This did not allow the users into the folder. Is there a way to use security groups or do I need to add in each user. Code I am using is below. AddUsersToPFRecursive.ps1 -TopPublicFolder "\jobs\2009\80370-00\80370-00C" -User "CodeUsers@rwsullivan.com" -Permission {Owner}
June 2nd, 2009 10:57pm

Do you get any error running cmdlet or users are not able to access PFs? You need to have a Universal Security group to assign permission on public folders. I didn't find any problem in your cmdlet, it gives permission recursively (including all sub folders) but just to give permission on a folder I would use below cmdlet... Add-PublicFolderClientPermission -Identity"\jobs\2009\80370-00\80370-00C"-AccessRightsOwner-User"CodeUsers@rwsullivan.com" How to Add Permissions for Client Users to Access Public Folder Content http://technet.microsoft.com/en-us/library/aa998834.aspx Amit Tank | MVP Exchange Server | MCITP: EMA | MCSA: M | http://ExchangeShare.WordPress.com
Free Windows Admin Tool Kit Click here and download it now
June 3rd, 2009 6:42am

Hi Brian, I am fully agree with Amit, As you need to give premission on only one folder. You do not need to use recursive cmd for this. Thanks. Sunil Bansal.
June 3rd, 2009 5:18pm

Hey guys thanks for the responses.I am just giving the example of this folder. The folders range form 80370-00C -120000-00C. We also havecorresponding folders for years 2005-2009. What I plan to do is just map out the correct cmdlet and then make a text file to run from.I will check the security group and make sure it is a Universal Security group. That might be what I missed.Thanks for the help!Brian
Free Windows Admin Tool Kit Click here and download it now
June 4th, 2009 9:20pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics