Seeing that Microsoft is attemping to move away from public folders and stopped providing easy GUI managment tools I found that this is the easiest way to modify permissions for a nested PF and change all child objects. Its simple and it works…
1 | Get-PublicFolder -Identity "\(folder)\(folder)\" -recurse | Add-PublicFolderClientPermission -AccessRights owner (our desrired permission) |


Posted in
Tags: 

