Skip to content

Commit 571b0bc

Browse files
authored
Merge pull request #260330 from dknappettmsft/avd-new-teams
AVD updated Teams content for new Teams app
2 parents 157c504 + 5ad8459 commit 571b0bc

1 file changed

Lines changed: 14 additions & 45 deletions

File tree

articles/virtual-desktop/teams-on-avd.md

Lines changed: 14 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ title: Use Microsoft Teams on Azure Virtual Desktop - Azure
33
description: How to use Microsoft Teams on Azure Virtual Desktop.
44
author: Heidilohr
55
ms.topic: how-to
6-
ms.date: 06/14/2023
6+
ms.date: 12/06/2023
77
ms.author: helohr
88
manager: femila
99
---
1010
# Use Microsoft Teams on Azure Virtual Desktop
1111

12-
Microsoft Teams on Azure Virtual Desktop supports chat and collaboration. With media optimizations, it also supports calling and meeting functionality. To learn more about how to use Microsoft Teams in Virtual Desktop Infrastructure (VDI) environments, see [Teams for Virtualized Desktop Infrastructure](/microsoftteams/teams-for-vdi/).
12+
Microsoft Teams on Azure Virtual Desktop supports chat and collaboration. With media optimizations, it also supports calling and meeting functionality by redirecting it to the local device when using a supported Remote Desktop client. You can still use Microsoft Teams on Azure Virtual Desktop with other clients without optimized calling and meetings. Teams chat and collaboration features are supported on all platforms.
1313

14-
With media optimization for Microsoft Teams, the Remote Desktop client handles audio and video locally for Teams calls and meetings by redirecting it to the local device. You can still use Microsoft Teams on Azure Virtual Desktop with other clients without optimized calling and meetings. Teams chat and collaboration features are supported on all platforms.
14+
> [!TIP]
15+
> The new Microsoft Teams app is now generally available to use with Azure Virtual Desktop, with feature parity with the classic Teams app and improved performance, reliability, and security. You can still use the [classic Microsoft Teams app with Azure Virtual Desktop](/microsoftteams/teams-for-vdi) until June 30th, 2024, after which you'll need to use the new Microsoft Teams app. To learn more about how to use Microsoft Teams in Virtual Desktop Infrastructure (VDI) environments, see [Teams for Virtualized Desktop Infrastructure](/microsoftteams/new-teams-vdi-requirements-deploy/).
1516
1617
## Prerequisites
1718

@@ -23,9 +24,11 @@ Before you can use Microsoft Teams on Azure Virtual Desktop, you'll need to do t
2324

2425
- For Windows, you also need to install the latest version of the [Microsoft Visual C++ Redistributable](https://support.microsoft.com/help/2977003/the-latest-supported-visual-c-downloads) on your client device and session hosts. The C++ Redistributable is required to use media optimization for Teams on Azure Virtual Desktop.
2526

26-
- Install the [Remote Desktop client](./users/connect-windows.md) on a client device running Windows 10, Windows 10 IoT Enterprise, Windows 11, or macOS 10.14 or later that meets the [hardware requirements for Microsoft Teams](/microsoftteams/hardware-requirements-for-the-teams-app#hardware-requirements-for-teams-on-a-windows-pc/).
27+
- Install the latest [Remote Desktop client](./users/connect-windows.md) on a client device running Windows 10, Windows 10 IoT Enterprise, Windows 11, or macOS 10.14 or later that meets the [hardware requirements for Microsoft Teams](/microsoftteams/hardware-requirements-for-the-teams-app#hardware-requirements-for-teams-on-a-windows-pc/).
2728

28-
Media optimization for Microsoft Teams is only available for the following two clients:
29+
- If you use FSLogix for profile management and want to use the new Microsoft Teams app, you need to install FSLogix 2210 hotfix 3 (2.9.8716.30241) or later.
30+
31+
Media optimization for Microsoft Teams is only available for the following clients:
2932

3033
- [Remote Desktop client for Windows](users/connect-windows.md) or the [Azure Virtual Desktop app](users/connect-windows-azure-virtual-desktop-app.md), version 1.2.1026.0 or later.
3134

@@ -35,7 +38,7 @@ For more information about which features Teams on Azure Virtual Desktop support
3538

3639
## Prepare to install the Teams desktop app
3740

38-
This section will show you how to install the Teams desktop app on your Windows 10 or 11 Enterprise multi-session or Windows 10 or 11 Enterprise VM image. To learn more, check out [Install or update the Teams desktop app on VDI](/microsoftteams/teams-for-vdi#install-or-update-the-teams-desktop-app-on-vdi).
41+
This section will show you how to install the Teams desktop app on your Windows 10 or 11 Enterprise multi-session or Windows 10 or 11 Enterprise VM image.
3942

4043
### Enable media optimization for Teams
4144

@@ -70,46 +73,12 @@ The Remote Desktop WebRTC Redirector Service is required to run Teams on Azure V
7073

7174
You can find more information about the latest version of the WebRTC Redirector Service at [What's new in the Remote Desktop WebRTC Redirector Service](whats-new-webrtc.md).
7275

73-
## Install Teams on Azure Virtual Desktop
74-
75-
You can deploy the Teams desktop app using a per-machine or per-user installation. To install Teams on Azure Virtual Desktop:
76-
77-
1. Download the [Teams MSI package](/microsoftteams/teams-for-vdi#deploy-the-teams-desktop-app-to-the-vm) that matches your environment. We recommend using the 64-bit installer on a 64-bit operating system.
78-
79-
1. Run one of the following commands to install the MSI to the host VM:
80-
81-
- For per-machine installation, run this command:
82-
83-
```powershell
84-
msiexec /i <path_to_msi> /l*v <install_logfile_name> ALLUSER=1 ALLUSERS=1
85-
```
86-
87-
This process installs Teams to the `%ProgramFiles(x86)%` folder on a 64-bit operating system and to the `%ProgramFiles%` folder on a 32-bit operating system. At this point, the golden image setup is complete. Installing Teams per-machine is required for non-persistent setups.
88-
89-
During this process, you can set the *ALLUSER=1* and the *ALLUSERS=1* parameters. The following table lists the differences between these two parameters.
90-
91-
|Parameter|Purpose|
92-
|---|---|
93-
|ALLUSER=1|Used in virtual desktop infrastructure (VDI) environments to specify per-machine installation.|
94-
|ALLUSERS=1|Used in both non-VDI and VDI environments to make the Teams Machine-Wide Installer appear in Programs and Features under the Control Panel and in Apps & Features in Windows Settings. The installer lets all users with admin credentials uninstall Teams.|
95-
96-
When you install Teams with the MSI setting ALLUSER=1, automatic updates will be disabled. We recommend you make sure to update Teams at least once a month. To learn more about deploying the Teams desktop app, check out [Deploy the Teams desktop app to the VM](/microsoftteams/teams-for-vdi#deploy-the-teams-desktop-app-to-the-vm/).
97-
98-
> [!NOTE]
99-
> We recommend you use per-machine installation for better centralized management for both pooled and personal host pool setups.
100-
>
101-
> Users and admins can't disable automatic launch for Teams during sign-in at this time.
102-
103-
- For per-user installation, run the following command:
76+
## Install Teams on session hosts
10477

105-
```powershell
106-
msiexec /i <path_to_msi> /l*v <install_logfile_name> ALLUSERS=1
107-
```
78+
You can deploy the Teams desktop app per-machine or per-user. For session hosts in a pooled host pool, you'll need to install Teams per-machine. To install Teams on your session hosts follow the steps in the relevant article:
10879

109-
This process installs Teams to the **%AppData%** user folder.
110-
111-
>[!NOTE]
112-
>Per-user installation only works on personal host pools. If your deployment uses pooled host pools, we recommend using per-machine installation instead.
80+
- [Install the classic Teams app](/microsoftteams/teams-for-vdi#deploy-the-teams-desktop-app-to-the-vm).
81+
- [Install the new Teams app](/microsoftteams/new-teams-vdi-requirements-deploy).
11382

11483
## Verify media optimizations loaded
11584

@@ -133,7 +102,7 @@ After installing the WebRTC Redirector Service and the Teams desktop app, follow
133102

134103
If you want to use certain optional features for Teams on Azure Virtual Desktop, you'll need to enable certain registry keys. The following instructions only apply to Windows client devices and session host VMs.
135104

136-
### Enable hardware encode for teams on Azure Virtual Desktop
105+
### Enable hardware encode for Teams on Azure Virtual Desktop
137106

138107
Hardware encode lets you increase video quality for the outgoing camera during Teams calls. In order to enable this feature, your client will need to be running version 1.2.3213 or later of the [Windows Desktop client](whats-new-client-windows.md). You'll need to repeat the following instructions for every client device.
139108

0 commit comments

Comments
 (0)