From 2ded7198e14175158cb72dc9a001dba4219a64b8 Mon Sep 17 00:00:00 2001 From: jwaite007 <55556445+jwaite007@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:11:09 -0400 Subject: [PATCH 1/2] Update new-teams-vdi-requirements-deploy.md Updated to include supportability statement for disabling autoupdates in non-persistent VDI environments only. --- Teams/new-teams-vdi-requirements-deploy.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Teams/new-teams-vdi-requirements-deploy.md b/Teams/new-teams-vdi-requirements-deploy.md index e029e9f4b6..7392497693 100644 --- a/Teams/new-teams-vdi-requirements-deploy.md +++ b/Teams/new-teams-vdi-requirements-deploy.md @@ -208,7 +208,7 @@ The classic Teams client and the new Teams client have different install locatio |:-----|:-----|:-----| |Classic Teams MSI with the ALLUSERS=1 flag|C:\Program Files (x86)\Microsoft\Teams|Disabled| |Classic Teams .EXE|%localappdata%\Microsoft\Teams |Enabled | -|New Teams .EXE bootstrapper|**Teamsbootstrapper.exe** is a lightweight wrapper online installer with a headless command-line interface. It allows admins to 'provision' (install) the app for all users on a given target computer/.
It installs the Teams MSIX package on a target computer, making sure that Teams can interoperate correctly with Office and other Microsoft software.
C:\Program Files\WindowsApps\PublisherName.AppName_AppVersion_architecture_PublisherID

**Example**
C:\Program Files\WindowsApps\MSTeams.23306.3314.2555.9628_x64_8wekyb3d8bbwe|Enabled. It can be disabled via regkey. Learn more: [Disable new Teams autoupdate](#disable-new-teams-autoupdate)| +|New Teams .EXE bootstrapper|**Teamsbootstrapper.exe** is a lightweight wrapper online installer with a headless command-line interface. It allows admins to 'provision' (install) the app for all users on a given target computer/.
It installs the Teams MSIX package on a target computer, making sure that Teams can interoperate correctly with Office and other Microsoft software.
C:\Program Files\WindowsApps\PublisherName.AppName_AppVersion_architecture_PublisherID

**Example**
C:\Program Files\WindowsApps\MSTeams.23306.3314.2555.9628_x64_8wekyb3d8bbwe|Enabled. It can be disabled in non-persistent VDI environments via regkey. Learn more: [Disable new Teams autoupdate](#disable-new-teams-autoupdate)| ## Troubleshooting new Teams deployment errors @@ -280,6 +280,10 @@ This command unregisters and deprovisions the new Teams for all users. Teams use ## Disable new Teams autoupdate +> [!IMPORTANT] +> Microsoft only supports disabling autoupdating for non-persistent VDI environments. +> Persisent VDI and non VDI environments should utilize autoupdates. + To prevent new Teams from autoupdating, use the following registry key on the virtual machine. Only new Teams builds higher than 23306.3314.2555.9628 in VDI can process this registry key. From 48a1e7d8945d8bd110a3b022aa73bd3631057e8f Mon Sep 17 00:00:00 2001 From: Heidi Payne Date: Mon, 9 Sep 2024 10:16:40 -0700 Subject: [PATCH 2/2] Update new-teams-vdi-requirements-deploy.md --- Teams/new-teams-vdi-requirements-deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/new-teams-vdi-requirements-deploy.md b/Teams/new-teams-vdi-requirements-deploy.md index 7392497693..ea1936fe1f 100644 --- a/Teams/new-teams-vdi-requirements-deploy.md +++ b/Teams/new-teams-vdi-requirements-deploy.md @@ -208,7 +208,7 @@ The classic Teams client and the new Teams client have different install locatio |:-----|:-----|:-----| |Classic Teams MSI with the ALLUSERS=1 flag|C:\Program Files (x86)\Microsoft\Teams|Disabled| |Classic Teams .EXE|%localappdata%\Microsoft\Teams |Enabled | -|New Teams .EXE bootstrapper|**Teamsbootstrapper.exe** is a lightweight wrapper online installer with a headless command-line interface. It allows admins to 'provision' (install) the app for all users on a given target computer/.
It installs the Teams MSIX package on a target computer, making sure that Teams can interoperate correctly with Office and other Microsoft software.
C:\Program Files\WindowsApps\PublisherName.AppName_AppVersion_architecture_PublisherID

**Example**
C:\Program Files\WindowsApps\MSTeams.23306.3314.2555.9628_x64_8wekyb3d8bbwe|Enabled. It can be disabled in non-persistent VDI environments via regkey. Learn more: [Disable new Teams autoupdate](#disable-new-teams-autoupdate)| +|New Teams .EXE bootstrapper|**Teamsbootstrapper.exe** is a lightweight wrapper online installer with a headless command-line interface. It allows admins to 'provision' (install) the app for all users on a given target computer/.
It installs the Teams MSIX package on a target computer, making sure that Teams can interoperate correctly with Office and other Microsoft software.
C:\Program Files\WindowsApps\PublisherName.AppName_AppVersion_architecture_PublisherID

**Example**
C:\Program Files\WindowsApps\MSTeams.23306.3314.2555.9628_x64_8wekyb3d8bbwe|Enabled. It can be disabled in non-persistent VDI environments via regkey. Learn more: [Disable new Teams autoupdate](#disable-new-teams-autoupdate)| ## Troubleshooting new Teams deployment errors