Skip to content

Commit 53dcd79

Browse files
committed
Update TOC + add new Teams on WVD doc
Add doc detailing Teams on WVD install
1 parent 375e4c9 commit 53dcd79

File tree

2 files changed

+59
-0
lines changed

2 files changed

+59
-0
lines changed

articles/virtual-desktop/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@
8686
href: publish-apps.md
8787
- name: Set up MSIX app attach
8888
href: app-attach.md
89+
- name: Use Microsoft Teams
90+
href: teams-on-wvd.md
8991
- name: Concepts
9092
items:
9193
- name: Windows Virtual Desktop environment

teams-on-wvd.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
title: Microsoft Teams on Windows Virtual Desktop - Azure
3+
description: How to use Microsoft Teams on Windows Virtual Desktop.
4+
services: virtual-desktop
5+
author: Heidilohr
6+
7+
ms.service: virtual-desktop
8+
ms.topic: conceptual
9+
ms.date: 03/19/2020
10+
ms.author: helohr
11+
manager: lizross
12+
---
13+
# Use Microsoft Teams on Windows Virtual desktop
14+
15+
> Applies to: Windows 10, and Windows 10 IoT Enterprise
16+
17+
Virtualized environments like Windows Virtual Desktop present a unique set of challenges for collaboration apps like Microsoft Teams, including increased latency, high host CPU usage, and poor overall audio and video performance. With Windows Virtual Desktop optimizations for Microsoft Teams, we provide high-performance peer-to-peer audio-video calling based on WebRTC. To learn more about using Microsoft Teams in VDI environments, check out [Teams for Virtualized Desktop Infrastructure](https://go.microsoft.com/fwlink/?linkid=2123169&clcid=0x409).
18+
19+
> [!NOTE]
20+
> Microsoft Teams audio-video calling optimizations are currently available in Private Preview and will be publicly available later this year.
21+
22+
## Environment requirements
23+
24+
To use Microsoft Teams calling on Windows Virtual Desktop:
25+
26+
- Use the [Windows Desktop client](connect-windows-7-and-10.md) on a Windows 10 device that meets the Microsoft Teams [hardware requirements](https://go.microsoft.com/fwlink/?linkid=2123901&clcid=0x409).
27+
- Connect to a Windows 10 Multi-Session or Windows 10 Enterprise VM.
28+
- [Prepare your network](https://go.microsoft.com/fwlink/?linkid=2123167&clcid=0x409) for Microsoft Teams.
29+
30+
## Use unoptimized Microsoft Teams
31+
32+
You can use unoptimized Microsoft Teams in your Windows Virtual Desktop environments to leverage the full chat and collaboration features of Microsoft Teams as well as audio calling. Audio calling performance will vary based on your host configuration as it will increase your host CPU utilization.
33+
34+
### Install Microsoft Teams
35+
36+
To install Microsoft Teams in your Windows Virtual Desktop environment:
37+
38+
1. Download the [Teams MSI package](https://go.microsoft.com/fwlink/?linkid=2123170&clcid=0x409) that matches your environment. We recommend using the 64-bit installer on a 64-bit operating system.
39+
2. Install the MSI to the host VM:
40+
41+
```
42+
msiexec /i <msi_name> /l*v < install_logfile_name> ALLUSER=1
43+
```
44+
45+
This will install Teams to either Program Files or Program Files (x86). The next interactive logon session will start Teams and ask for credentials.
46+
47+
> [!NOTE]
48+
> It is not possible for the user or administrator to disable automatic launch of Teams during sign-in to Windows.
49+
50+
To uninstall the MSI from the host VM:
51+
52+
```
53+
msiexec /passive /x <msi_name> /l*v <uninstall_logfile_name>
54+
```
55+
56+
> [!NOTE]
57+
> If Teams is installed with the MSI setting ALLUSER=1, automatic updates are disabled. Teams must be manually updated regularly, and it is recommended to be done at least once a month.

0 commit comments

Comments
 (0)