exchange 2007 Organization forms library permission issue
We have exchange 2007 SP2 or SP3 (not sure)server. The organization forms library is carried over from exchange 2000.
We are not sure where to assign the permission for OFL.
Anybody know how to grant permission to a user for Organization Forms Library?
November 15th, 2011 6:18pm
Hi,
For granting permission to a user for OFL, you can refer to
KB 933358:
"Configure limits and permissions for the Organizational Forms Library folder.
You can use suitable cmdlets in the Exchange Management Shell to set limits and permissions for the Organizational Forms Library folder.
To set storage limits, use the following cmdlet:
Set-PublicFolder
To set permissions for each user, use the following cmdlets:
Add-PublicFolderClientPermission
Add-PublicFolderAdministrativePermissions"
For example, you can run the following command, restart Microsoft System Attendant Service and then check again:
Add-publicfolderAdministrativePermission -user xxxx -AccessRights yyyy -identity “\NON_IPM_SUBTREE\eforms
registry\yourorganizationalformslibraryname”
If you encounter any difficulties, please let us know.
Thanks
Sophia Xu
Free Windows Admin Tool Kit Click here and download it now
November 16th, 2011 9:42pm