{"id":273,"date":"2010-11-21T14:52:37","date_gmt":"2010-11-21T12:52:37","guid":{"rendered":"http:\/\/marwin.e-blog.cz\/?p=273"},"modified":"2010-11-21T14:52:37","modified_gmt":"2010-11-21T12:52:37","slug":"public-folders-in-exchnage-2007-sp1-ems","status":"publish","type":"post","link":"https:\/\/svobodma.cz\/?p=273","title":{"rendered":"Public Folders in Exchnage 2007 SP1 EMS"},"content":{"rendered":"<p><strong>Add Public Folder Permission Power Shell Exchange 2007<\/strong><strong> <\/strong><\/p>\n<p>To add permissions to a public folder you have 2 options:<\/p>\n<ol>\n<li>Options 1 \u2013 Add the permissions per folder<\/li>\n<\/ol>\n<p><strong>Add-PublicFolderClientPermission -Identity &#8222;\\xxx\\xxx&#8220; -AccessRights Owner -User &#8222;name&#8220; <\/strong><\/p>\n<p><strong> <\/strong><\/p>\n<ol>\n<li>Option 2 Recursively add permissions from a folder and all Child folders<\/li>\n<\/ol>\n<p><strong> AddUsersToPFRecursive.ps1 -toppublicfolder \\ -User &#8222;name&#8220; -Permissions Owner<\/strong><strong><\/strong><\/p>\n<p><strong>Add-PublicFolderClientPermission<\/strong><\/p>\n<p>Add-PublicFolderClientPermission -Identity &lt;PublicFolderIdParameter&gt; -AccessRights &lt;MultiValuedProperty&gt; -User &lt;PublicFolderUserIdParameter&gt; [-Confirm [&lt;SwitchParameter&gt;]] [-DomainController &lt;Fqdn&gt;] [-Server &lt;ServerIdParameter&gt;] [-WhatIf [&lt;SwitchParameter&gt;]]<\/p>\n<p><strong><span style=\"text-decoration: underline;\">AccessRigthts:<\/span><\/strong><\/p>\n<p><strong>ReadItems<\/strong> The user has the right to read items within the specified public folder.<\/p>\n<p><strong>CreateItems<\/strong> The user has the right to create items within the specified public folder.<\/p>\n<p><strong>EditOwnedItems<\/strong> The user has the right to edit the items that the user owns in the specified public folder.<\/p>\n<p><strong>DeleteOwnedItems<\/strong> The user has the right to delete items that the user owns in the specified public folder.<\/p>\n<p><strong>EditAllItems<\/strong> The user has the right to edit all items in the specified public folder.<\/p>\n<p><strong>DeleteAllItems<\/strong> The user has the right to delete all items in the specified public folder.<\/p>\n<p><strong>CreateSubfolders<\/strong> The user has the right to create subfolders in the specified public folder.<\/p>\n<p><strong>FolderOwner<\/strong> The 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 can\u2019t read items, edit items, delete items, or create items.<\/p>\n<p><strong>FolderContact<\/strong> The user is the contact for the specified public folder.<\/p>\n<p><strong>FolderVisible<\/strong> The user can view the specified public folder, but can\u2019t read or edit items within the specified public folder.<\/p>\n<p>In addition to access rights, you can create rights based upon roles, which includes multiple access rights. This parameter accepts the following values for roles:<\/p>\n<p><strong>None<\/strong> FolderVisible<\/p>\n<p><strong>Owner<\/strong> CreateItems, ReadItems, CreateSubfolders, FolderOwner, FolderContact, FolderVisible, EditOwnedItems, EditAllItems, DeleteOwnedItems, DeleteAllItems<\/p>\n<p><strong>PublishingEditor<\/strong> CreateItems, ReadItems, CreateSubfolders, FolderVisible, EditOwnedItems, EditAllItems, DeleteOwnedItems, DeleteAllItems<\/p>\n<p><strong>Editor<\/strong> CreateItems, ReadItems, FolderVisible, EditOwnedItems, EditAllItems, DeleteOwnedItems, DeleteAllItems<\/p>\n<p><strong>PublishingAuthor<\/strong> CreateItems, ReadItems, CreateSubfolders, FolderVisible, EditOwnedItems, DeleteOwnedItems<\/p>\n<p><strong>Author<\/strong> CreateItems, ReadItems, FolderVisible, EditOwnedItems, DeleteOwnedItems<\/p>\n<p><strong>NonEditingAuthor<\/strong> CreateItems, ReadItems, FolderVisible<\/p>\n<p><strong>Reviewer<\/strong> ReadItems, FolderVisible<\/p>\n<p><strong>Contributor<\/strong> CreateItems, FolderVisible<\/p>\n<p><strong>AddUsersToPFRecursive<\/strong><\/p>\n<p>AddUsersToPFRecursive.ps1<\/p>\n<p>This script adds a user and that user\u2019s permissions to the client permissions list for a public folder and all the folders beneath it in the hierarchy. If the user is already listed in the client permissions list for a folder, the user\u2019s permissions are updated to the new set specified in the script. This script accepts the following parameters:<\/p>\n<p><strong>Help<\/strong> This parameter displays the Help file for the script.<\/p>\n<p><strong>Server<\/strong> (Optional) This parameter specifies the server to operate against. This server must be an Exchange\u00a0Mailbox server that contains a public folder database. If you don\u2019t use the\u00a0<em>Server<\/em> parameter to specify a server, the script defaults to the local server.<\/p>\n<p><strong>TopPublicFolder<\/strong> (Required) This parameter specifies the identity of the folder at the top of the public folder tree.<\/p>\n<p><strong>User<\/strong> (Required) This parameter specifies the identity of the user to whom to add client permissions.<\/p>\n<p><strong>Permissions<\/strong> (Required) This parameter specifies the client permissions to apply to the user.<strong><\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Add Public Folder Permission Power Shell Exchange 2007 To add permissions to a public folder you have 2 options: Options 1 \u2013 Add the permissions per folder Add-PublicFolderClientPermission -Identity &#8222;\\xxx\\xxx&#8220; -AccessRights Owner -User &#8222;name&#8220; Option 2 Recursively add permissions from &hellip; <a href=\"https:\/\/svobodma.cz\/?p=273\">Cel\u00fd p\u0159\u00edsp\u011bvek <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-273","post","type-post","status-publish","format-standard","hentry","category-exchange-server"],"_links":{"self":[{"href":"https:\/\/svobodma.cz\/index.php?rest_route=\/wp\/v2\/posts\/273","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/svobodma.cz\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/svobodma.cz\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/svobodma.cz\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/svobodma.cz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=273"}],"version-history":[{"count":1,"href":"https:\/\/svobodma.cz\/index.php?rest_route=\/wp\/v2\/posts\/273\/revisions"}],"predecessor-version":[{"id":274,"href":"https:\/\/svobodma.cz\/index.php?rest_route=\/wp\/v2\/posts\/273\/revisions\/274"}],"wp:attachment":[{"href":"https:\/\/svobodma.cz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=273"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/svobodma.cz\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=273"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/svobodma.cz\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=273"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}