Link to home
Start Free TrialLog in
Avatar of rdvarghese
rdvarghese

asked on

Public Folder Permissions on Exchange 2007

We have Exchange 2007 Server with outlook 2007 clients.

On outlook under folder list, there is public folders and i would like to know how to change the permissions / ownership. There are a some Calendars and contact lists inside public folders, i have access to most of them but dont have access to public folders itself to create a new calendar / contact.

is the permission set up on exchange server? or outlook itself?
Avatar of sherryfitzgroup
sherryfitzgroup
Flag of United Kingdom of Great Britain and Northern Ireland image

Unfortunately the post above is about a BETA of Exchange 2007 SP1, which hasn't been released yet. It is due shortly, hopefully within the next couple of weeks - although nothing has been confirmed yet.

Until the service pack is released you will have to set the permission using Powershell or PowerGui (http://www.powergui.org).

Or if you know who is an owner, get them to change the permission.

Simon.
Avatar of rdvarghese
rdvarghese

ASKER

sembee,

good to know about the beta.

but where is the permissions for public folders set up? on server or on outlook? i couldnt locate public folder properties on server.
ASKER CERTIFIED SOLUTION
Avatar of Sembee
Sembee
Flag of United Kingdom of Great Britain and Northern Ireland 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
I hope this helps someone out there:
I had created a public folder for a company let's call it Test and a subfolder inside that folder, let's call it Test1
so \Test\Test1
if I wanted to add user samantha to the owner group I did this:
AddUsersToPFRecursive.ps1 -TopPublicFolder \Test -User Samantha -Permission Owner
I pulled the username from the appropriate OU in AD and that should do it!
I hope it helps.
Rafael Ruales
Hi Rafael,

Thanks for your comment. What if it is a worded folder name e.g work in Progress, how do you type that command in PowerShell
put the folder name in quotes