The Starplex forum

Public Folder permissions Exchange 2007/2010

Got any useful information to offer? or perhaps you need to ask for help.

Public Folder permissions Exchange 2007/2010

Postby Deathlok » Fri Jan 28, 2011 5:11 pm

So who's bright idea was it remove the ability to manage Exchange Public Folder permissions from the Exchange management GUI and transfer to the shell. Why not have both?
It ain't the years honey, it's the mileage.
User avatar
Deathlok
Doomsday Machine
 
Posts: 253
Joined: Wed Jan 19, 2011 5:49 pm
Location: United Kingdom

Re: Public Folder permissions Exchange 2007/2010

Postby Deathlok » Fri Jul 22, 2011 12:54 pm

If you upgrade to EXchange 2010 SP1, then you will have the ability to alter permissions on Public Folders through the GUI, hooray.

In the meantime, the Powershell way is as follows;
Adding an Admin user
Add-PublicFolderAdministrativePermission -Identity "\public folder name" -User "User Name" -AccessRights AllExtendedRights -InheritanceType SelfAndChildren

See http://technet.microsoft.com/en-us/library/aa997986.aspx for more detailed syntax


Adding a client to a public folder
Add-PublicFolderClientPermission -Identity "\public folder name" -AccessRights Role Type -User User Name

Role Type:
None
Owner
Editor
Author
PublishingEditor
PublishingAuthor
NonEditingAuthor
Contributor

See http://technet.microsoft.com/en-us/library/bb124743.aspx for more detailed syntax
It ain't the years honey, it's the mileage.
User avatar
Deathlok
Doomsday Machine
 
Posts: 253
Joined: Wed Jan 19, 2011 5:49 pm
Location: United Kingdom


Return to Hints and Tips

  • Who is online

    Users browsing this forum: No registered users and 6 guests

cron