{"id":33137,"date":"2024-02-11T00:08:14","date_gmt":"2024-02-10T23:08:14","guid":{"rendered":"http:\/\/159.69.82.204\/win\/?p=33137"},"modified":"2024-02-09T19:01:25","modified_gmt":"2024-02-09T18:01:25","slug":"microsoft-teams-2-0-fix-for-missing-outlook-add-in","status":"publish","type":"post","link":"https:\/\/borncity.com\/win\/2024\/02\/11\/microsoft-teams-2-0-fix-for-missing-outlook-add-in\/","title":{"rendered":"Microsoft Teams 2.0: Fix for missing Outlook add-in"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" style=\"float: left; margin: 0px 10px 0px 0px; display: inline;\" title=\"Tor\" src=\"https:\/\/www.borncity.com\/blog\/wp-content\/uploads\/2021\/06\/Teams-e1623389219383.jpg\" alt=\"Teams\" width=\"115\" height=\"100\" border=\"0\" \/>[<a href=\"https:\/\/www.borncity.com\/blog\/2024\/02\/10\/microsoft-teams-2-0-ursache-und-fix-fr-fehlendes-outlook-addin\/\" target=\"_blank\" rel=\"noopener\">German<\/a>]Administrators who install the new Microsoft Teams 2.0 client in companies tell me that the Outlook add-in is missing afterwards. It can be installed with a trick, but this is a lot of work. One reader got in touch afterwards and reported that he had found the cause of the missing Outlook add-in. The reader also provided a workaround to install the Outlook add-in when installing the Microsoft Teams 2.0 client.<\/p>\n<p><!--more--><\/p>\n<h2>Problem: Outlook add-in is missing<\/h2>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/vg07.met.vgwort.de\/na\/3fc8a71b7df745d18756376cfbcd7c13\" alt=\"\" width=\"1\" height=\"1\" \/>Microsoft has announced to make the new Microsoft Teams 2.0 client mandatory from April 2024 (see <a href=\"https:\/\/borncity.com\/win\/2023\/11\/06\/new-microsoft-teams-2-0-client-mandatory-from-april-1-2024\/\">New Microsoft Teams 2.0 client mandatory from April 1, 2024<\/a>). Tests are running since September 2023, and Microsoft is automatically switching more and more customers' clients from the old version 1.x to the new Teams 2.0 client. As early as November 2023, administrators contacted me (e.g. in <a href=\"https:\/\/www.borncity.com\/blog\/2023\/11\/03\/neuer-microsoft-teams-2-0-client-ab-1-april-2024-pflicht\/#comment-161932\" target=\"_blank\" rel=\"noopener\">this German comment<\/a>) who noticed that the Outlook add-in was missing after installing the MS Teams 2.0 client.<\/p>\n<p><img decoding=\"async\" title=\"Outlook-Addin f\u00fcr Teams\" src=\"https:\/\/www.borncity.com\/blog\/wp-content\/uploads\/2023\/11\/image.jpg\" alt=\"Outlook-Addin f\u00fcr Teams\" \/><\/p>\n<p>The Outlook add-in makes it possible to schedule meetings directly as appointments. If the Microsoft Teams 2.0 client is installed, the required Outlook add-in disappears. There is also nothing to be found in Microsoft Outlook under Addins. I covered the problem in the blog post <a href=\"https:\/\/borncity.com\/win\/2023\/11\/23\/microsoft-teams-2-0-issues-outlook-add-in-missing-during-installation-crash-after-installation-and-more\/\">Microsoft Teams 2.0 issues: Outlook add-in missing during installation; crash after installation and more<\/a>. There is also a crude \"fix\" on how to install this missing add-in in several steps.<\/p>\n<h2>The cause has been found<\/h2>\n<p>German blog reader Patrick got in touch with me via <a href=\"https:\/\/www.borncity.com\/blog\/2023\/11\/18\/microsoft-teams-2-0-probleme-outlook-addin-fehlen-bei-der-installation-absturz-nach-installation-und-mehr\/#comment-171955\" target=\"_blank\" rel=\"noopener\">this comment<\/a> because he found the cause of the missing Outlook add-in. He wrot: \"<em>I encountered the same problem with the Outlook Addin and have found the cause<\/em>\". Patrick found the cause by analyzing the following log file:<\/p>\n<pre>%localappdata%\\Temp\\Microsoft\\Teams\\meeting-addin\\teams-meeting-addin.log<\/pre>\n<p>In this log file, Patrick has seen that the Outlook add-in searches for Teams configuration files in the following locations:<\/p>\n<pre>%localappdata%\\Packages\\Microsoft.Teams_8wekyb3d8bbwe\\LocalCache\\Roaming\\Microsoft\\Teams\\settings.json\r\n%appdata%\\Microsoft\\Teams\\settings.json\r\n%localappdata%\\Publishers\\8wekyb3d8bbwe\\TeamsSharedConfig\\tma_settings.json<\/pre>\n<p>The problem with this approach is that none of these paths exist in the new MS Teams 2.0 client. The relevant config file is saved in the following path in the new MS Teams 2.0 client:<\/p>\n<pre>%localappdata%\\Microsoft\\MSTeams<\/pre>\n<p>As a result, the installation fails and the Outlook add-in is not installed. It's a mystery to me why Microsoft's developers don't notice this.<\/p>\n<h2>Fix via PowerShell script<\/h2>\n<p>Blog reader Patrick then wrote a small PowerShell script that maps the folders in the old paths to the new position with a junction. He wrote: \"Solution: Using PowerShell to make Windows believe that the directory exists even though it is located somewhere else\". The commands for the solution look like this:<\/p>\n<pre>New-Item -Path \"$env:LocalAppData\\Microsoft\\MSTeams\" -ItemType Directory\r\nNew-Item -ItemType Junction -Path \"$env:LocalAppData\\Publishers\\8wekyb3d8bbwe\" -Target \"$env:LocalAppData\\Microsoft\\MSTeams\"<\/pre>\n<p>Thanks to Patrick for these tips. I have extracted and edited the whole thing separately in a blog post, maybe it will help someone.<\/p>\n<p><strong>Similar articles:<br \/>\n<\/strong><a href=\"https:\/\/borncity.com\/win\/2023\/10\/06\/new-microsoft-teams-2-0-client-released-for-macos-and-windows\/\">New Microsoft Teams 2.0 Client released for macOS and Windows<\/a><strong><br \/>\n<\/strong><a href=\"https:\/\/borncity.com\/win\/2023\/11\/20\/microsoft-teams-2-0-standard-backgrounds-not-usable\/\" rel=\"bookmark\">Microsoft Teams 2.0: Standard backgrounds not usable?<\/a><br \/>\n<a href=\"https:\/\/borncity.com\/win\/2023\/11\/06\/new-microsoft-teams-2-0-client-mandatory-from-april-1-2024\/\">New Microsoft Teams 2.0 client mandatory from April 1, 2024<\/a><br \/>\n<a href=\"https:\/\/borncity.com\/win\/2023\/11\/23\/microsoft-teams-2-0-issues-outlook-add-in-missing-during-installation-crash-after-installation-and-more\/\">Microsoft Teams 2.0 issues: Outlook add-in missing during installation; crash after installation and more<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>[German]Administrators who install the new Microsoft Teams 2.0 client in companies tell me that the Outlook add-in is missing afterwards. It can be installed with a trick, but this is a lot of work. One reader got in touch afterwards &hellip; <a href=\"https:\/\/borncity.com\/win\/2024\/02\/11\/microsoft-teams-2-0-fix-for-missing-outlook-add-in\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[463,11,1547],"tags":[399,47,2771,395],"class_list":["post-33137","post","type-post","status-publish","format-standard","hentry","category-issue","category-office","category-software","tag-fix","tag-issue","tag-ms-teams","tag-outlook"],"_links":{"self":[{"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/posts\/33137","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/comments?post=33137"}],"version-history":[{"count":7,"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/posts\/33137\/revisions"}],"predecessor-version":[{"id":33139,"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/posts\/33137\/revisions\/33139"}],"wp:attachment":[{"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/media?parent=33137"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/categories?post=33137"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/tags?post=33137"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}