{"id":68,"date":"2023-03-19T08:11:53","date_gmt":"2023-03-19T07:11:53","guid":{"rendered":"http:\/\/10.4.44.99:10084\/?p=68"},"modified":"2023-03-19T08:11:53","modified_gmt":"2023-03-19T07:11:53","slug":"microsoft-exchange-2010-shell-calendar-rights","status":"publish","type":"post","link":"https:\/\/www.winni.at\/wordpress\/?p=68","title":{"rendered":"Microsoft Exchange | Shell | Calendar Rights"},"content":{"rendered":"\n<p>Mostly every user uses their Exchange\/Outlook Calendar.<\/p>\n\n\n\n<p>Sometimes it is necessary to set calendar rights to get the aviability to set any entry (example: Third party Software which manages vacation entrys, sicknes, business trips,.. by each users).<\/p>\n\n\n\n<p>So you had to edit every user calendar and set the proper rights to any other (service)account. Here is a script how to do this through Exchange Management Shell.<\/p>\n\n\n\n<p>In my Example I will get all User Mailboxes and then I give the AD Security Group Named &#8220;KALENDER-EDIT-BOOKIT&#8221; Editor rights on each Mailbox.<\/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 KALENDER-EDIT-BOOKIT }\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Mostly every user uses their Exchange\/Outlook Calendar. Sometimes it is necessary to set calendar rights to get the aviability to<\/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":[73,74,75,136,137,142],"class_list":["post-68","post","type-post","status-publish","format-standard","hentry","category-kb","tag-exchange-calendar","tag-exchange-calendar-rights","tag-exchange-calendar-settings","tag-microsoft","tag-microsoft-calendar","tag-microsoft-exchange"],"_links":{"self":[{"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/68","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=68"}],"version-history":[{"count":0,"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/68\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=68"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=68"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=68"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}