Teams

From Piszczynski

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 <path_to_msi> /l*v <install_logfile_name>

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

  • msiexec /i <path_to_msi> /l*v <install_logfile_name> ALLUSER=1

To uninstall use the following command:

  • msiexec /passive /x <msi_name> /l*v <uninstall_logfile_name>