{"id":303,"date":"2017-02-17T14:36:22","date_gmt":"2017-02-17T14:36:22","guid":{"rendered":"http:\/\/www.torontohelpdesk.ca\/blog\/?p=303"},"modified":"2017-02-17T16:13:05","modified_gmt":"2017-02-17T16:13:05","slug":"remove-auto-mapping","status":"publish","type":"post","link":"https:\/\/www.torontohelpdesk.ca\/blog\/remove-auto-mapping\/","title":{"rendered":"Remove Auto-Mapping"},"content":{"rendered":"<p><strong>Problem:<\/strong><\/p>\n<p>Auto-mapping, the ability for Exchange to add a shared mailbox to Outlook needs to be turned off for whatever reason.<\/p>\n<p><strong>Solution:<\/strong><\/p>\n<p>Connect to Power Shell (please make sure that you set up Power Shell properly for this access):<\/p>\n<ol>\n<li>Run Windows Power Shell<\/li>\n<li>\n<pre>$UserCredential = Get-Credential<\/pre>\n<\/li>\n<li>\n<pre>$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https:\/\/outlook.office365.com\/powershell-liveid\/ -Credential $UserCredential -Authentication Basic -AllowRedirection<\/pre>\n<\/li>\n<li>\n<pre>Import-PSSession $Session<\/pre>\n<\/li>\n<\/ol>\n<p>Turn off auto-mapping:<\/p>\n<ol>\n<li>\n<pre class=\"sbody-pre\">Remove-MailboxPermission -Identity &lt;Mailbox ID1&gt; -User &lt;Mailbox ID2&gt; -AccessRights FullAccess<\/pre>\n<ol>\n<li>This removes full access permissions<\/li>\n<\/ol>\n<\/li>\n<li>Hit Y<\/li>\n<li>\n<pre class=\"sbody-pre\">Add-MailboxPermission -Identity &lt;Mailbox ID1&gt; -User &lt;Mailbox ID2&gt;-AccessRights FullAccess -AutoMapping:$false<\/pre>\n<ol>\n<li>This adds full access permissions without auto mapping<\/li>\n<\/ol>\n<\/li>\n<li>Hit Y<\/li>\n<li>Run this command:\u00a0\u00a0 Remove-PSSession $Session<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Problem: Auto-mapping, the ability for Exchange to add a shared mailbox to Outlook needs to be turned off for whatever reason. Solution: Connect to Power Shell (please make sure that you set up Power Shell properly for this access): Run <a class=\"more-link\" href=\"https:\/\/www.torontohelpdesk.ca\/blog\/remove-auto-mapping\/\">Continue reading <span class=\"screen-reader-text\">  Remove Auto-Mapping<\/span><span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[15,64],"tags":[114],"class_list":["post-303","post","type-post","status-publish","format-standard","hentry","category-exchange","category-office-365","tag-auto-mapping"],"_links":{"self":[{"href":"https:\/\/www.torontohelpdesk.ca\/blog\/wp-json\/wp\/v2\/posts\/303","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.torontohelpdesk.ca\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.torontohelpdesk.ca\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.torontohelpdesk.ca\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.torontohelpdesk.ca\/blog\/wp-json\/wp\/v2\/comments?post=303"}],"version-history":[{"count":5,"href":"https:\/\/www.torontohelpdesk.ca\/blog\/wp-json\/wp\/v2\/posts\/303\/revisions"}],"predecessor-version":[{"id":308,"href":"https:\/\/www.torontohelpdesk.ca\/blog\/wp-json\/wp\/v2\/posts\/303\/revisions\/308"}],"wp:attachment":[{"href":"https:\/\/www.torontohelpdesk.ca\/blog\/wp-json\/wp\/v2\/media?parent=303"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.torontohelpdesk.ca\/blog\/wp-json\/wp\/v2\/categories?post=303"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.torontohelpdesk.ca\/blog\/wp-json\/wp\/v2\/tags?post=303"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}