Link to home
Start Free TrialLog in
Avatar of cheto06
cheto06

asked on

PublicFolders in Exchange 2007

I have some public folders that i don't seem to be able to add some permissions.

using the shell i used:
Add-PublicFolderClientPermission \sales
user: user1
AccessRights:owner
This worked just fine but when i want to drill down to a subfolder if fails.

Add-PublicFolderClientPermission \salesteam
user:user1
AccessRights:owner

Error:
There i no existing PublicFolderEntry that matches the following indentity: Sales Team

Any ideas?
ASKER CERTIFIED SOLUTION
Avatar of Adam Brown
Adam Brown
Flag of United States of America image

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 cheto06
cheto06

ASKER

that actually worked: \sales\salesteam.

Thanks