Skip to content

Commit c9bef70

Browse files
authored
Merge pull request #110193 from Karishma-Tiwari-MSFT/patch-166
(ForumsTeam) fixes MicrosoftDocs/azure-docs#51095
2 parents 27e020b + 6af5d6f commit c9bef70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You can deploy the Teams desktop app using a per-machine installation. To instal
4646
2. Run this command to install the MSI to the host VM.
4747

4848
```shell
49-
msiexec /i <msi_name> /l*v < install_logfile_name> ALLUSER=1
49+
msiexec /i <msi_name> /l*v < install_logfile_name> ALLUSERS=1
5050
```
5151

5252
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.
@@ -61,4 +61,4 @@ You can deploy the Teams desktop app using a per-machine installation. To instal
6161
```
6262
6363
> [!NOTE]
64-
> 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.
64+
> If you install Teams with the MSI setting ALLUSERS=1, automatic updates will be disabled. We recommend you make sure to update Teams at least once a month.

0 commit comments

Comments
 (0)