Exchange 2007- Public Folder Permissions Example
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…
Get-PublicFolder -Identity “\(folder)\(folder)\” -recurse | Add-PublicFolderClientPermission -AccessRights owner (our desrired permission)
If your in IT [...]




