Update Teams RDS server

Glen70 21 Reputation points
2021-02-09T13:58:34.85+00:00

Hello,

We want to update Teams for all users on a Windows 2019 RDS server. We install the newest version of teams with the command below.

msiexec /i C:\users\<username>\downloads\Teams_windows_x64.msi /l*v logteams.txt ALLUSERS=1

Unfortunately the Teams update will not be installed for the users. How can we update Teams for all users? We use FSLogix for the user profiles.

With kind regards,

Glenn

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,011 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,220 questions
FSLogix
FSLogix
A set of solutions that enhance, enable, and simplify non-persistent Windows computing environments and may also be used to create more portable computing sessions when using physical devices.
462 questions
{count} votes

Accepted answer
  1. Dlo 91 Reputation points
    2021-02-22T12:11:57.447+00:00

    We did it this way for all users so its in the program files directory as well
    https://learn.microsoft.com/en-us/microsoftteams/teams-for-vdi

    Per-machine installation
    Console
    Copy
    msiexec /i <path_to_msi> /l*v <install_logfile_name> ALLUSER=1 ALLUSERS=1
    This process installs Teams to the Program Files (x86) folder on a 64-bit operating system and to the Program Files 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.

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Glen70 21 Reputation points
    2021-02-10T14:16:19.363+00:00

    Hi @Karlie Weng ,

    The Teams data is not redirected to the FSLogix container. Is this needed and should in work how I installed it?

    What happens when a user install Teams in the appdata folder before I installed the machine wide installer?

    No error messages in Teams and in the event viewer.


  2. Glen70 21 Reputation points
    2021-03-04T08:13:25.713+00:00

    Hello Dlo-2139,

    It looks like this setup works also for us.
    But first we need to uninstall Teams with the users who installed it themselves.

    Thanks!

    0 comments No comments