Link to home
Start Free TrialLog in
Avatar of cawasaki
cawasaki

asked on

public folder: add permission to a security group

hello,

i have public folder on exchange 2013.

i need to add permission for one security group to a specific public folder, but its not work with this command:

Add-PublicFolderClientPermission -Identity "\publicfoldername" -user "securitygroup" -AccessRights author

and i have this error:

The user "securitygroup" is either not valid SMTP address, or there is no matching information.

any solution plz?

thanks
Avatar of Miguel Angel Perez Muñoz
Miguel Angel Perez Muñoz
Flag of Spain image

You can not use a group to give permissions on public folders, must be done user per user.
Plus, can try adding using AddUsersToPFRecursive.ps1 script, to add users contained on a group. But changing group members causes public folders permissions not be refreshed: http://khurramullah.blogspot.com.es/2009/04/powershell-command-for-public-folder_30.html
Is that group a distribution list with a valid SMTP address?   If it is, I think you need to use the Exchange alias for the group and not the actual group name (if they differ).
Avatar of cawasaki
cawasaki

ASKER

hello miguel

no i can use group sorry, all my public folder are with group permission, but group with mail enabled
ASKER CERTIFIED SOLUTION
Avatar of Will Szymkowski
Will Szymkowski
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thanks