How can i assign permission to a public folder in exchange 2007 CCR
Hi again, i just looking some issue in google about how to assign permission to a public folder in exchange 2007 with CCR environment, i just try this line command or is possible use graphical interface to do that? add-publicfolderclientpermission -Identify "Public Folder Database\SYRI" -Accessrights PublishingEditor -user 34567890 Add-PublicFolderClientPermission : A parameter cannot be found that matches parameter name 'Identify'. At line:1 char:43 + add-publicfolderclientpermission -Identify <<<< "Public Folder Database\SYRI" -Accessrights PublishingEditor -user34567890 then a get this error What must i do to change the permission ? Thanks a lot Fabian
September 10th, 2009 11:57pm

Should be -Identity , not Identifyhttp://technet.microsoft.com/en-us/library/aa998834.aspxHow to Add Permissions for Client Users to Access Public Folder ContentNote: You can also use pfdavadmin or Outlook.
Free Windows Admin Tool Kit Click here and download it now
September 11th, 2009 12:21am

You can only use EMS/Outlook to grant the permissions for users Configuring Public Folder Permissions
September 11th, 2009 6:01am

I have a cluster environment named mailcluster y one of the mailbox server ive executed this command: add-publicfolderclientpermission -Identity "mailcluster\Public Folder Database\SYRI" -Accessrights PublishingEditor -user 34567890 34567890 is the login account for one user, now im having this error message The Windows Cluster service encountered an error during function OpenCluster:. At line:1 char:1 + A <<<< dd-PublicFolderClientPermission -Identity "MailCluster\SYRI" -Accessrights PublishingEditor -user34567890 Thanks a lot for you help
Free Windows Admin Tool Kit Click here and download it now
September 11th, 2009 3:59pm

I have a cluster environment named mailcluster y one of the mailbox server ive executed this command: add-publicfolderclientpermission -Identity "mailcluster\Public Folder Database\SYRI" -Accessrights PublishingEditor -user 34567890 34567890 is the login account for one user, now im having this error message The Windows Cluster service encountered an error during function OpenCluster:. At line:1 char:1 + A <<<< dd-PublicFolderClientPermission -Identity "MailCluster\SYRI" -Accessrights PublishingEditor -user34567890 Thanks a lot for you help Is this WIndows 2008? Make sure you are running Exchange Poweshell "As Administrator".
September 11th, 2009 4:24pm

You can only use EMS/Outlook to grant the permissions for users Configuring Public Folder Permissions And pfdavadmin :)
Free Windows Admin Tool Kit Click here and download it now
September 11th, 2009 4:26pm

Yes is Windows 2008 and thnaks very much, i've executed Powershell As Administrator and is working the command...
September 11th, 2009 4:36pm

Now i can create the Public folder named syri, into this folder create a Contact folder but everyone cna see this folder with private information, is posible avoid this situation, i want just only some users can see this Contact Folder. thanks a lot for you help.
Free Windows Admin Tool Kit Click here and download it now
September 11th, 2009 5:01pm

Check out the link James posted earluer: http://technet.microsoft.com/en-us/library/bb310789.aspxAnd assign the perms as needed.Apply the perms by user or group depending on what they require. You may want to set Default to NONE and then assign explicit perms for those that need it/
September 11th, 2009 5:17pm

Could you please explain me which the sintaxis command to do that, deny all users, now i know haw to do for a specifi user gran access wich the crrect privilege. Thnaks
Free Windows Admin Tool Kit Click here and download it now
September 11th, 2009 5:32pm

Look in that doc under the section: Management Tasks for Configuring Public Folder PermissionsFor example:http://technet.microsoft.com/en-us/library/bb124743.aspx Add-PublicFolderClientPermissionYou can use the AccessRights switch to assign perms AccessRights Required System.Collections.ObjectModel.Collection The AccessRights parameter specifies the rights that are being added. This parameter accepts the following values: ReadItemsThe user has the right to read items within the specified public folder. CreateItemsThe user has the right to create items within the specified public folder. EditOwnedItemsThe user has the right to edit the items that the user owns in the specified public folder. DeleteOwnedItemsThe user has the right to delete items that the user owns in the specified public folder. EditAllItemsThe user has the right to edit all items in the specified public folder. DeleteAllItemsThe user has the right to delete all items in the specified public folder. CreateSubfoldersThe user has the right to create subfolders in the specified public folder. FolderOwnerThe user is the owner of the specified public folder. The user has the right to view and move the public folder and create subfolders. The user cannot read items, edit items, delete items, or create items. FolderContactThe user is the contact for the specified public folder. FolderVisibleThe user can view the specified public folder, but cannot read or edit items within the specified public folder. In addition to the access rights, you can create rights based upon roles, which includes multiple access rights. This parameter accepts the following values for roles: NoneFolderVisible OwnerCreateItems, ReadItems, CreateSubfolders, FolderOwner, FolderContact, FolderVisible, EditOwnedItems, EditAllItems, DeleteOwnedItems, DeleteAllItems PublishingEditorCreateItems, ReadItems, CreateSubfolders, FolderVisible, EditOwnedItems, EditAllItems, DeleteOwnedItems, DeleteAllItems EditorCreateItems, ReadItems, FolderVisible, EditOwnedItems, EditAllItems, DeleteOwnedItems, DeleteAllItems PublishingAuthorCreateItems, ReadItems, CreateSubfolders, FolderVisible, EditOwnedItems, DeleteOwnedItems AuthorCreateItems, ReadItems, FolderVisible, EditOwnedItems, DeleteOwnedItems NonEditingAuthorCreateItems, ReadItems, FolderVisible ReviewerReadItems, FolderVisible ContributorCreateItems, FolderVisible
September 11th, 2009 5:50pm

Thanks a lot for you all is working fine...
Free Windows Admin Tool Kit Click here and download it now
September 12th, 2009 12:17am

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

Other recent topics Other recent topics