Problem with adding permission for users calendar with powershell
Hi!How can I give a "LimitedDetails" AND "FolderVisible" rights for users calendar with PowerShell in Exchange 2010?I have tried Add-MailBoxFolderPermission commandlet but it allows only to put one accessrights per user. Otherwise I get "An existing permission entry was found for user:.." error message.Is there some other way to do this? I can give several permissions via Outlook so does anybody know why there is a such limitation in PS? Thanks!
February 11th, 2010 10:26am

You can use the Exchange Web Services Managed API with Powershell to manipulate folder permissions and delegates.
Free Windows Admin Tool Kit Click here and download it now
February 11th, 2010 3:04pm

Hi, I think this is becuase "Limited Details" is a Role (Collection of Access Rights), while FolderVisible is a single Access Right. You either give multiple Access Rights like "FolderVisible,ReadItems" or give a single Role at a time in this command. Following are the available roles: None FolderVisible Owner CreateItems, ReadItems, CreateSubfolders, FolderOwner, FolderContact, FolderVisible, EditOwnedItems, EditAllItems, DeleteOwnedItems, DeleteAllItems PublishingEditor CreateItems, ReadItems, CreateSubfolders, FolderVisible, EditOwnedItems, EditAllItems, DeleteOwnedItems, DeleteAllItems Editor CreateItems, ReadItems, FolderVisible, EditOwnedItems, EditAllItems, DeleteOwnedItems, DeleteAllItems PublishingAuthor CreateItems, ReadItems, CreateSubfolders, FolderVisible, EditOwnedItems, DeleteOwnedItems Author CreateItems, ReadItems, FolderVisible, EditOwnedItems, DeleteOwnedItems NonEditingAuthor CreateItems, ReadItems, FolderVisible Reviewer ReadItems, FolderVisible Contributor CreateItems, FolderVisible The following roles apply specifically to calendar folders: AvailabilityOnly View only availability data LimitedDetails View availability data with subject Regards,Laeeq Qazi|Team Lead(Exchange + Sharepoint + BES + DynamicsCRM) www.HostingController.com
February 12th, 2010 12:03am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics