Exchange 2010 Public Folder Add Administrator Permissions
Add Administrative Permissions for Users to Access Public Folders Open Exchange Powershell Add-publicfolderadministrativepermission –identity “\” –User “Username” –AccessRights AllExtendedRights –InheritanceType SelfandChildren Example: [PS] C:\windows\system32>add-publicfolderadministrativepermission –identity “\” –user:KOppihle –AccessRights AllExtendedRghts –InheritanceType SelfandChildren Credit: http://technet.microsoft.com/en-us/library/aa996369(v=exchg.141).aspx