{"id":41,"date":"2023-03-19T07:50:46","date_gmt":"2023-03-19T06:50:46","guid":{"rendered":"http:\/\/10.4.44.99:10084\/?p=41"},"modified":"2023-03-19T07:50:46","modified_gmt":"2023-03-19T06:50:46","slug":"microsoft-exchange-2010-shell-kalender-settings","status":"publish","type":"post","link":"https:\/\/www.winni.at\/wordpress\/?p=41","title":{"rendered":"Microsoft Exchange | Shell | Kalender Settings"},"content":{"rendered":"\n<p><strong>First get the current Permissions:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Get-MailboxFolderPermission -Identity MailboxAlias:\\Kalender<\/code><\/pre>\n\n\n\n<p><strong>If you change the Permissions for the first time:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Set-MailboxFolderPermission -Identity MailboxAlias:\\Kalender -User AD USER OR GROUP -AccessRights Reviewer\n<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>Set-MailboxFolderPermission -Identity MailboxAlias:\\Kalender -User AD USER OR GROUP -AccessRights Editor\n<\/code><\/pre>\n\n\n\n<p><strong>If you want to add additional Kalender Permissions:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Add-MailboxFolderPermission -Identity MailboxAlias:\\Kalender -User AD USER OR GROUP -AccessRights Reviewer\n<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>Add-MailboxFolderPermission -Identity MailboxAlias:\\Kalender -User AD USER OR GROUP -AccessRights Editor<br><\/code><\/pre>\n\n\n\n<p><strong>If you want to add additional Kalender Permissions to all Mailboxes:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>foreach ($Mailbox in (Get-Mailbox -ResultSize Unlimited)) { Add-MailboxFolderPermission -identity \"$($Mailbox.Name):\\Kalender\" -AccessRights Editor -User ENTER-HERE-THE-USER }\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>First get the current Permissions: If you change the Permissions for the first time: If you want to add additional<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"colormag_page_container_layout":"default_layout","colormag_page_sidebar_layout":"default_layout","footnotes":""},"categories":[3],"tags":[70,73,75,136,142],"class_list":["post-41","post","type-post","status-publish","format-standard","hentry","category-kb","tag-exchange","tag-exchange-calendar","tag-exchange-calendar-settings","tag-microsoft","tag-microsoft-exchange"],"_links":{"self":[{"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/41","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=41"}],"version-history":[{"count":0,"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/41\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=41"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=41"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=41"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}