{"id":1738,"date":"2024-04-10T07:15:22","date_gmt":"2024-04-10T07:15:22","guid":{"rendered":"http:\/\/neu.koetzingit.de\/verfahren-zur-einrichtung-des-neuen-microsoft-teams-auf-der-plattform-windows-2022\/"},"modified":"2026-06-02T13:31:58","modified_gmt":"2026-06-02T13:31:58","slug":"verfahren-zur-einrichtung-des-neuen-microsoft-teams-auf-der-plattform-windows-2022","status":"publish","type":"post","link":"https:\/\/www.koetzingit.de\/en\/verfahren-zur-einrichtung-des-neuen-microsoft-teams-auf-der-plattform-windows-2022\/","title":{"rendered":"Procedure for setting up the new Microsoft Teams on the VDI W2022, W2019, W10, and W11 multi-user platform"},"content":{"rendered":"<p><span class=\"dropcapmiddle\">M<\/span>Microsoft is forcing its customers to use the \u201e<strong>new teams<\/strong>\u201cto switch over\u2014and all by mid-2024! The feedback so far is that customers are once again <strong>Beta tester<\/strong> and Microsoft hasn't even conducted extensive testing. For example, there are issues with Microsoft FSLogix and the Outlook add-in. The \u201enew Teams\u201c is also available on a <strong>Server 2019 or Server 2022<\/strong> is yet another challenge. I've developed a PowerShell script that sets up Teams on <strong>Server 2022, Server 2019, Windows 10, and Windows 11 installed in a multi-user environment<\/strong> and the Outlook add-in is also taken into account.\u00a0<\/p>\n<p><!--more--><\/p>\n<p>The Team installation itself is straightforward, but it also requires installing the EdgeWebView Runtime version, and the whole process\u2014involving registry entries and the like\u2014isn't exactly easy. With that in mind, I have specifically chosen to install the <strong>new teams on VDI systems<\/strong>,<strong> <\/strong>PowerShell scripts were created for the installation.<\/p>\n<p>Let's start with FSLogix and the fact that <strong>FSLogix Profiles<\/strong> which is the best option, and whether using Office Containers or FSLogix profiles in combination with Office Containers causes issues with the \u201enew Teams.\u201c Microsoft has released an initial version of FSLogix to address this issue, which is intended to resolve several issues with the \u201enew Teams.\u201c The following paths should be specified as exceptions for FSLogix:<\/p>\n<p><code><!--Microsoft Teams--><\/code><br \/><code>AppData\\Local\\Packages\\MSTeams_8wekyb3d8bbwe\\LocalCache\\Microsoft\\MSTeams\\Logs<\/code><br \/><code>AppData\\Local\\Packages\\MSTeams_8wekyb3d8bbwe\\LocalCache\\Microsoft\\MSTeams\\PerfLog<\/code><br \/><code>AppData\\Local\\Packages\\MSTeams_8wekyb3d8bbwe\\LocalCache\\Microsoft\\MSTeams\\EBWebView\\WV2Profile_tfw\\WebStorage<\/code><br \/><code>AppData\\Local\\Packages\\MSTeams_8wekyb3d8bbwe\\LocalCache\\Microsoft\\MSTeams\\EBWebView\\WV2Profile_tfw\\GPUCache<\/code><\/p>\n<p>Unfortunately, Microsoft has only made a half-hearted effort to update Teams, so while the installation is provided as an MSIX package, it includes an MSI package for the Teams Outlook add-in. This causes problems on Server 2022, and although there\u2019s been a lot written about it, there hasn\u2019t been a solution\u2014until now! After a long analysis of the problem on Server 2022, I noticed that Server 2022, as<strong> Standard .NET 6.x enabled<\/strong> has. Version \u201ecompatibility\u201c is a tricky thing, so I just <strong>.NET 3.x <\/strong>It was enabled on the server in 2022, and only then did the add-in load properly. <br \/><strong>Server 2019<\/strong> requires a different approach and additional components. The script for 2019 also downloads all necessary media files at once and therefore requires an internet connection.<\/p>\n<p>However, for the loading to work at all, Outlook must be \u201eforced\u201c to do so using the following registry values:<\/p>\n<p><code>HKCU\\Software\\Microsoft\\Office\\Outlook\\Addins\\TeamsAddin.FastConnect<\/code><br \/><code>LoadBehavior REG_DWORD = 0x00000003<\/code><\/p>\n<p><code>HKCU\\Software\\Microsoft\\Office\\Outlook\\Addins\\TeamsAddin.FastConnect<\/code><br \/><code>Description REG_SZ = Microsoft Teams Meeting Add-in for Microsoft Office<\/code><\/p>\n<p><code>HKCU\\Software\\Microsoft\\Office\\Outlook\\Addins\\TeamsAddin.FastConnect<\/code><br \/><code>FriendlyName REG_SZ = Microsoft Teams Meeting Add-in for Microsoft Office<\/code><\/p>\n<p><code>HKCU\\Software\\Microsoft\\Office\\16.0\\Outlook\\Resiliency\\DoNotDisableAddinList<\/code><br \/><code>TeamsAddin.FastConnect REG_DWORD = 0x00000001<\/code><\/p>\n<p>However, the Teams add-in should also be installed manually so that it is loaded centrally for all users and is not stored in the user\u2019s profile. With this in mind, Teams\u2019 auto-update feature should also be disabled. The installation also requires the specific version of the add-in to prevent issues with future updates. The script takes all these points into account.<\/p>\n<p>\u00a0<\/p>\n<h3><span class=\"label label-success\">Citrix Virtual Channel<\/span><\/h3>\n<p>To ensure that the new Teams is fully functional, the following paths must also be added to the <strong>Approved List for Virtual Channels<\/strong> can be added to a Citrix policy:<\/p>\n<ul>\n<li>MSTEAMS,C:\\Program Files\\WindowsApps\\MSTeams*8wekyb3d8bbwe\\ms-teams.exe<\/li>\n<li>MSTEAM1,C:\\Program Files\\WindowsApps\\MSTeams*8wekyb3d8bbwe\\ms-teams.exe<\/li>\n<li>MSTEAM2,C:\\Program Files\\WindowsApps\\MSTeams*8wekyb3d8bbwe\\ms-teams.exe<\/li>\n<\/ul>\n<p>\u00a0<\/p>\n<h3><span class=\"label label-success\">Link to the new Teams<\/span><\/h3>\n<p>Creating a shortcut for the new Teams is very easy by <strong>msteams:\/<\/strong> is specified as the location. This then becomes a URL link.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1737\" src=\"http:\/\/www.koetzingit.de\/wp-content\/uploads\/2024\/04\/blog-teams-shortcut-de.png\" width=\"280\" height=\"393\"  alt=\"Blog Teams Shortcut De\"  title=\"Procedure for setting up the new Microsoft Teams on the VDI W2022, W2019, W10, and W11 multi-user platform\" \/><\/p>\n<p>\u00a0<\/p>\n<h3><span class=\"label label-success\">New Teams shortcut in the Windows Start menu<\/span><\/h3>\n<p>You can remove the shortcut from the Start menu by editing the MSIX package. All you need to do is add AppListEntry=\u201cnone\u201c to the manifest file. You can edit the team's MSIX package using the MSIX Packing Tool, but you must sign it with your own certificate when saving the file.<\/p>\n<p>\u00a0<\/p>\n<h3><span class=\"label label-success\">Teams shortcut not in the Windows Start menu<\/span><\/h3>\n<p>The Teams shortcut may not appear in the Start menu. This is a bug and can be fixed by adding the following exclusion<br \/><code>AppData\\Local\\Packages\\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\\TempState<\/code><\/p>\n<p>\u00a0<\/p>\n<p>\u00a0<\/p>\n<h3><span class=\"label label-success\">Switching from Teams Classic to the new Teams<\/span><\/h3>\n<p>On the server, simply uninstall Teams Classic and then use a script to install the new version of Teams. The issue, however, is the user profiles, which still contain remnants of Teams Classic. This can lead to various problems and should therefore be resolved immediately upon login. To do this, run the following PowerShell commands:<\/p>\n<p><code>Remove-Item -Path \"HKCU:Software\\Classes\\ms-teams\" -Recurse -Force<\/code><br \/><code>Remove-Item -Path \"HKCU:Software\\Classes\\msteams\" -Recurse -Force<\/code><br \/><code>Remove-Item -Path \"HKCU:Software\\Classes\\CLSID\\{00425F68-FFC1-445F-8EDF-EF78B84BA1C7}\" -Recurse -Force<\/code><br \/><code>Remove-Item -Path \"HKCU:Software\\Classes\\CLSID\\{d1b22d3d-8585-53a6-acb3-0e803c7e8d2a}\" -Recurse -Force<\/code><br \/><code>Remove-Item -Path \"HKCU:Software\\Classes\\TeamsURL\" -Recurse -Force<\/code><br \/><code>Remove-Item -Path \"HKCU:Software\\Classes\\WOW6432Node\\CLSID\\{00425F68-FFC1-445F-8EDF-EF78B84BA1C7}\" -Recurse -Force<\/code><br \/><code>Remove-Item -Path \"HKCU:Software\\Classes\\WOW6432Node\\CLSID\\{409667f8-3eb8-4181-1c94-941bd33cdfad}\" -Recurse -Force<\/code><\/p>\n<p><code>Remove-Item -Path \"$env:USERPROFILE\\AppData\\Roaming\\Microsoft\\Teams\" -Recurse -Force<\/code><br \/><code>Remove-Item -Path \"$env:USERPROFILE\\AppData\\Local\\Microsoft\\TeamsMeetingAddin\" -Recurse -Force<\/code><\/p>\n<p>\u00a0<\/p>\n<h3><span class=\"label label-success\">Full script on GitHub<\/span><\/h3>\n<p>For Windows <strong>Server 2022, Windows 10, and Windows 11<\/strong> Multi-user<br \/><a href=\"https:\/\/github.com\/Koetzing\/Powershell-Scripts\/blob\/main\/install-new-teams.ps1\" target=\"_blank\" rel=\"noopener\">https:\/\/github.com\/Koetzing\/Powershell-Scripts\/blob\/main\/install-new-teams.ps1<\/a><\/p>\n<p>For Windows<strong> Server 2019<\/strong><br \/><a href=\"https:\/\/github.com\/Koetzing\/Powershell-Scripts\/blob\/main\/install-new-teams-srv2019.ps1\" target=\"_blank\" rel=\"noopener\">https:\/\/github.com\/Koetzing\/Powershell-Scripts\/blob\/main\/install-new-teams-srv2019.ps1<\/a>\u00a0<\/p>","protected":false},"excerpt":{"rendered":"<p>Microsoft zwingt ihre Kunden auf das &#8222;neue Teams&#8220; umzusteigen und das bis Mitte des Jahres 2024! Das bisherige Feedback ist, [&hellip;]<\/p>\n","protected":false},"author":1755,"featured_media":1736,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[12],"tags":[360,27,57,288,199,358,295,196,292,159],"class_list":["post-1738","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-articles-de","tag-add-in","tag-citrix","tag-new","tag-outlook","tag-powershell","tag-rdsh","tag-script","tag-server","tag-teams","tag-windows"],"uagb_featured_image_src":{"full":["https:\/\/www.koetzingit.de\/wp-content\/uploads\/2024\/04\/MicrosoftTeams-image.png",360,334,false],"thumbnail":["https:\/\/www.koetzingit.de\/wp-content\/uploads\/2024\/04\/MicrosoftTeams-image-150x150.png",150,150,true],"medium":["https:\/\/www.koetzingit.de\/wp-content\/uploads\/2024\/04\/MicrosoftTeams-image-300x278.png",300,278,true],"medium_large":["https:\/\/www.koetzingit.de\/wp-content\/uploads\/2024\/04\/MicrosoftTeams-image.png",360,334,false],"large":["https:\/\/www.koetzingit.de\/wp-content\/uploads\/2024\/04\/MicrosoftTeams-image.png",360,334,false],"1536x1536":["https:\/\/www.koetzingit.de\/wp-content\/uploads\/2024\/04\/MicrosoftTeams-image.png",360,334,false],"2048x2048":["https:\/\/www.koetzingit.de\/wp-content\/uploads\/2024\/04\/MicrosoftTeams-image.png",360,334,false],"trp-custom-language-flag":["https:\/\/www.koetzingit.de\/wp-content\/uploads\/2024\/04\/MicrosoftTeams-image.png",13,12,false]},"uagb_author_info":{"display_name":"Thomas K\u00f6tzing","author_link":"https:\/\/www.koetzingit.de\/en\/author\/thomas-koetzing\/"},"uagb_comment_info":39,"uagb_excerpt":"Microsoft zwingt ihre Kunden auf das &#8222;neue Teams&#8220; umzusteigen und das bis Mitte des Jahres 2024! Das bisherige Feedback ist, [&hellip;]","_links":{"self":[{"href":"https:\/\/www.koetzingit.de\/en\/wp-json\/wp\/v2\/posts\/1738","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.koetzingit.de\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.koetzingit.de\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.koetzingit.de\/en\/wp-json\/wp\/v2\/users\/1755"}],"replies":[{"embeddable":true,"href":"https:\/\/www.koetzingit.de\/en\/wp-json\/wp\/v2\/comments?post=1738"}],"version-history":[{"count":1,"href":"https:\/\/www.koetzingit.de\/en\/wp-json\/wp\/v2\/posts\/1738\/revisions"}],"predecessor-version":[{"id":1849,"href":"https:\/\/www.koetzingit.de\/en\/wp-json\/wp\/v2\/posts\/1738\/revisions\/1849"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.koetzingit.de\/en\/wp-json\/wp\/v2\/media\/1736"}],"wp:attachment":[{"href":"https:\/\/www.koetzingit.de\/en\/wp-json\/wp\/v2\/media?parent=1738"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.koetzingit.de\/en\/wp-json\/wp\/v2\/categories?post=1738"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.koetzingit.de\/en\/wp-json\/wp\/v2\/tags?post=1738"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}