Overview
Microsoft announced that the classic Teams for VDI will reach the end of support on October 1, 2024, and end of availability on July 1, 2025.
After that date, users won’t be able to use classic Teams but instead be prompted to switch to new Teams. We recommend you update to new Teams today.
Note: New Teams for VDI is now generally available for customers in public clouds, GCC, GCC High and DoD government cloud.
New Teams Requirement
Requirement | Version |
---|---|
Windows | Windows 10.0.19041 or higher |
Windows Server 2019 (10.0.17763) | |
Windows Server 2022 (20348.2402) or higher | |
Windows Server 2016 is NOT supported. Plan upgrades. | |
WebView2 Framework required in Windows Server and Windows 10/11 Multi-User environments | |
Webview2 | Update to the most current version. Learn more: Enterprise management of WebView2 Runtimes |
Classic Teams app | Version 1.6.00.4472 or later to see the Try the new Teams toggle. Important: Classic Teams is only a requirement if you want users to be able to switch between classic Teams and new Teams. This prerequisite is optional if you only want your users to see the new Teams client. |
Settings | Turn on the Show Notification Banners setting in System > Notifications > Microsoft Teams to receive Teams Notifications. |
Exclude antivirus and DLP | Add new Teams to antivirus and DLP applications so Teams can start correctly. |
Check Current Version
ms32info
systeminfo | findstr "OS Version"
Windows Requirement
-
Download and Install WebView2
-
Download and install New Teams
-
Move the downloaded files to a new folder.
-
Run terminal and use the following command to install
Dism /Online /Add-ProvisionedAppxPackage /PackagePath:MSTeams-x64.msix /SkipLicense
Error Code
Name | Description | Value |
---|---|---|
S_OK | Operation successful | 0x00000000 |
E_ABORT | Operation aborted | 0x80004004 |
E_ACCESSDENIED | General access denied error | 0x80070005 |
E_FAIL | Unspecified failure | 0x80004005 |
E_HANDLE | Handle that is not valid | 0x80070006 |
E_INVALIDARG | One or more arguments are not valid | 0x80070057 |
E_NOINTERFACE | No such interface supported | 0x80004002 |
E_NOTIMPL | Not implemented | 0x80004001 |
E_OUTOFMEMORY | Failed to allocate necessary memory | 0x8007000E |
E_POINTER | Pointer that is not valid | 0x80004003 |
E_UNEXPECTED | Unexpected failure | 0x8000FFFF |