From: Stuart Reicher on
We have a consultants folder with over a hundred sub folders. Is there any
way to propagate the permissions down to all the sub folders?
From: Ed Crowley [MVP] on
Get-PublicFolder \<Parent_Folder_Tree>\Consultants -Recurse |
Add-PublicFolderClientPermission -AccessRights <see_help_for_optoins> -User
<Domain\User>
--
Ed Crowley MVP
"There are seldom good technological solutions to behavioral problems."
..

"Stuart Reicher" <StuartReicher(a)discussions.microsoft.com> wrote in message
news:DF14A00D-D9E6-486D-9237-C7ED652524F5(a)microsoft.com...
> We have a consultants folder with over a hundred sub folders. Is there
> any
> way to propagate the permissions down to all the sub folders?