Skip to content
Teams

Teams

Teams In Citrix

See useful guide for installing and running teams in citrix: https://www.eginnovations.com/blog/microsoft-teams-configuration-citrix/

Another useful guide for teams and onedrive in citrix: https://www.deyda.net/index.php/en/2022/01/27/install-teams-onedrive-in-citrix-machine-based/

More useful information: https://james-rankin.com/articles/microsoft-teams-on-citrix-virtual-apps-and-desktops-part-1-installing-the-damned-thing/

Teams for Azure Virtual Desktop

===Install===

  • Enable Media optimization** Create the following reg key:

  • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Teams IsAVDEnvironment DWORD “1”

    • Install the Teams WebSocket Service**

Install the latest Remote Desktop WebRTC Redirector Service on your VM image.

  • Install**

Download the Teams MSI package

Use the following commands:

Per-user install(Installs to the %appdata% folder):

  • msiexec /i /l*v

Per-machine install(Installs to the Program files folder):

  • msiexec /i /l*v ALLUSER=1

To uninstall use the following command:

  • msiexec /passive /x /l*v