Link to home
Start Free TrialLog in
Avatar of eAtlanta
eAtlantaFlag for United States of America

asked on

Exchange Server 2007 Public Folder

I have made specific user (JSMITH) a member of Exchange Public Folder Administrators group and Public Folder Administrators group in AD.

I have also applied the commands below:

Add-PublicFolderAdministrativePermission -Identity "\Project Communication" -User "JSmith" -AccessRights AllExtendedRights -InheritanceType SelfAndChildren

Once the command above is run i get (Is Inherited) False and (Deny) False


Add-PublicFolderClientPermission -Identity "\Project Communication" -AccessRights createsubfolders -User "JSMith"

Add-PublicFolderClientPermission -Identity "\Project Communication" -AccessRights PublishingEditor -User "JSmith"


Now when i go to actually create a new public folder under the main public folders root, i am still getting the message

 "sufficient rights have not been applied to perform this action, Contact your Administrator"

The server has been restarted and the services have been restarted as well.
The Public Folder Replica schedule is set to every 15 min but i also ran the

Update-PublicFolder "\Project Communication" -Server "XXXXX"

WHAT AM I MISSING?  Thanks in advance  :)
ASKER CERTIFIED SOLUTION
Avatar of TheGeezer2010
TheGeezer2010

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of eAtlanta

ASKER

Yes the user is currently a member of the Exchange Public Folder Admin Role.
This is a mail enabled public folder. Not sure if that makes a difference or not.