Software » Microsoft » Teams » 1.1.00.14359
FIXME
Homepage https://docs.microsoft.com/en-us/MicrosoftTeams/Microsoft-Teams
Download https://docs.microsoft.com/en-us/microsoftteams/msi-deployment
Teams_windows_x64.msi
Teams_windows.msi

Silent Install

You need to install start in Version 4.5 or higher before.

The Installer will just Install a Software called "Teams Machine-Wide Installer". This Software will take care of a user based Teams Installation every time a User logs into the machine. So you need to logoff and logon to use Microsoft Teams.

x64

Teams_windows_x64.msi /qn /L* "%temp%\Microsoft Teams 1.1.00.14359.log" /norestart ALLUSERS=2

x86

Teams_windows.msi /qn /L* "%temp%\Microsoft Teams 1.1.00.14359.log" /norestart ALLUSERS=2
ReturnCodes 0
3010

Silent Uninstall

x64

This will remove the "Teams Machine-Wide Installer" Software.

msiexec.exe /x {EBF82CD9-2E99-4A6F-A4F3-0010799F91B9} /qn /norestart

Afterwards every user need tu run this to get away from Microsoft Teams.

"%LOCALAPPDATA%\Microsoft\Teams\Update.exe" --uninstall -s

x86

This will remove the "Teams Machine-Wide Installer" Software.

msiexec.exe /x {83D5DBDA-9746-4285-BAAA-CF5935FC2814} /qn /norestart

Afterwards every user need tu run this to get away from Microsoft Teams.

"%LOCALAPPDATA%\Microsoft\Teams\Update.exe" --uninstall -s
ReturnCodes 0
1605
3010