Skip to content

Commit 962b948

Browse files
authored
incorporating all of Heidi's comments
1 parent 11e6e5b commit 962b948

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,41 +14,41 @@ manager: lizross
1414

1515
> Applies to: Windows 10, and Windows 10 IoT Enterprise
1616
17-
Virtualized environments 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. 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).
17+
Virtualized environments 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. To learn more about using Microsoft Teams in VDI environments, check out [Teams for Virtualized Desktop Infrastructure](https://docs.microsoft.com/en-us/microsoftteams/teams-for-vdi).
1818

19-
## Environment requirements
19+
## Prerequisites
2020

21-
To use Microsoft Teams calling on Windows Virtual Desktop:
21+
Before you can use Microsoft Teams on Windows Virtual Desktop, you'll need to do these things:
2222

23-
- 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).
24-
- Connect to a Windows 10 Multi-Session or Windows 10 Enterprise VM.
25-
- [Prepare your network](https://go.microsoft.com/fwlink/?linkid=2123167&clcid=0x409) for Microsoft Teams.
23+
- Install [Windows Desktop client](connect-windows-7-and-10.md) on a Windows 10 device that meets the Microsoft Teams [hardware requirements](https://docs.microsoft.com/en-us/microsoftteams/hardware-requirements-for-the-teams-app).
24+
- Connect to a Windows 10 Multi-session or Windows 10 Enterprise virtual machine (VM).
25+
- [Prepare your network](https://docs.microsoft.com/en-us/microsoftteams/prepare-network) for Microsoft Teams.
2626

2727
## Use unoptimized Microsoft Teams
2828

29-
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.
29+
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 quality in calls will vary based on your host configuration because unoptimized calls use more of your host CPU.
3030

3131
### Install Microsoft Teams
3232

3333
To install Microsoft Teams in your Windows Virtual Desktop environment:
3434

35-
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.
35+
1. Download the [Teams MSI package](https://docs.microsoft.com/en-us/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.
3636
2. Install the MSI to the host VM:
3737

38-
```
38+
```shell
3939
msiexec /i <msi_name> /l*v < install_logfile_name> ALLUSER=1
4040
```
4141

42-
This will install Teams to either Program Files or Program Files (x86). The next interactive logon session will start Teams and ask for credentials.
42+
This will install Teams to either Program Files or Program Files (x86). The next time you sign in and start Teams, the app will ask for your credentials.
4343

4444
> [!NOTE]
45-
> It is not possible for the user or administrator to disable automatic launch of Teams during sign-in to Windows.
45+
> Users and admins can't disable automatic launch for Teams during sign-in at this time.
4646
4747
To uninstall the MSI from the host VM:
4848

49-
```
49+
```shell
5050
msiexec /passive /x <msi_name> /l*v <uninstall_logfile_name>
5151
```
5252

5353
> [!NOTE]
54-
> 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.
54+
> If 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.

0 commit comments

Comments
 (0)