Hello,
When my users attempt to forward a message from an Exchange 2010 Public Folder they receive an error "Operation Failed".
I am running Exchange 2010 SP2 CU4. I am not sure if this started after one of the CUs were installed or not.
What I found out is, if I edit the "default" user permission, and include the "Edit All" permission it works
Current:
Read: Full Details
Write: Create Items, Edit own
Delete Items: Own
Other: Folder Visible
New:
Read: Full Details
Write: Create Items, Edit Own, Edit All
Delete Items: Own
Other: Folder Visible
I was able to enable "Edit All" on an individual folders via Powershell however, it appears the AddUsersToPFRecursive.ps1 only accepts the -Permission parameter which only allows me to input the Permission Level already defined, not a custom one.
I want to keep the existing permissions for the default user and only check the "Edit All" option for all the subfolders.
Any thoughts would be greatly appreciated.