Question : Exchange 2007 Command Shell: Public Folder Permissions

I would like to add "publishing editor" permissions to all members of the "domain admins" group to one particular Public Folder and it will also propagate to all subfolders.  Can someone provide the syntax, because I'm having difficulty trying to understand Microsoft's explanation.

Thanks

Answer : Exchange 2007 Command Shell: Public Folder Permissions

get-publicfolder "\FolderName" -recurse | add-publicfolderclientpermission -user "Domain Admins" -accessrights publishingeditor
Random Solutions  
 
programming4us programming4us