Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

33,395,003

Downloads of v 1.7.0.21751:

130,907

Last Update:

17 Aug 2024

Package Maintainer(s):

Software Author(s):

  • Microsoft Corporation

Tags:

microsoft-teams teams office 365 chat collaboration slack admin

Microsoft Teams Classic Desktop App (Machine-Wide Install)

This is not the latest version of Microsoft Teams Classic Desktop App (Machine-Wide Install) available.

  • 1
  • 2
  • 3

1.7.0.21751 | Updated: 17 Aug 2024

Downloads:

33,395,003

Downloads of v 1.7.0.21751:

130,907

Maintainer(s):

Software Author(s):

  • Microsoft Corporation

Microsoft Teams Classic Desktop App (Machine-Wide Install) 1.7.0.21751

This is not the latest version of Microsoft Teams Classic Desktop App (Machine-Wide Install) available.

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Microsoft Corporation. The inclusion of Microsoft Corporation trademark(s), if any, upon this webpage is solely to identify Microsoft Corporation goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

This Package Contains an Exempted Check

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Exemption for this package version only:

Scanner thinks there should be more files to scan than there actually are, this is an issue with Scanner and not this package.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Microsoft Teams Classic Desktop App (Machine-Wide Install), run the following command from the command line or from PowerShell:

>

To upgrade Microsoft Teams Classic Desktop App (Machine-Wide Install), run the following command from the command line or from PowerShell:

>

To uninstall Microsoft Teams Classic Desktop App (Machine-Wide Install), run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade microsoft-teams.install -y --source="'INTERNAL REPO URL'" --version="'1.7.0.21751'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade microsoft-teams.install -y --source="'INTERNAL REPO URL'" --version="'1.7.0.21751'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install microsoft-teams.install
  win_chocolatey:
    name: microsoft-teams.install
    version: '1.7.0.21751'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'microsoft-teams.install' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.7.0.21751'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller microsoft-teams.install
{
    Name     = "microsoft-teams.install"
    Version  = "1.7.0.21751"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'microsoft-teams.install':
  ensure   => '1.7.0.21751',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

NOTE

This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.

  • Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
  • Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
  • Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.

Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.

WARNING

This package is exempt from moderation. While it is likely safe for you, there is more risk involved.

Description

Microsoft Teams is a messaging app for teams where all conversations, meetings, files, and notes can be accessed by everyone, all in one place. It's a place for collaboration and work to happen in the open.

The installed software is named:

  • "Microsoft Teams classic" for Windows 10 and Mac devices.
  • "Micrsoft Teams classic (work or school)" for Windows 11 devices.

Here's why you should use it:

  • It's great.
  • It makes communicating one-on-one and with groups a snap.
  • Collaboration happens in real time.
  • Everything your team cares about (all your files, docs, contact info, and more) is in once place.

This package installs Microsoft Teams for all users using the MSI installer.

The Teams MSI will place an installer in Program Files. Whenever a user signs into a new Windows User Profile, the installer will be launched and a copy of the Teams app will be installed in that user's AppData folder. If a user already has the Teams app installed in the AppData folder, the MSI installer will skip the process for that user.

See https://docs.microsoft.com/en-us/MicrosoftTeams/msi-deployment for more information about how the MSI installer works (and is different to a regular Teams install).

Package Specific

Package Parameters

The following package parameters can be set:

  • /AllUser - When you set this parameter, Teams Machine-Wide Installer appears in Programs and Features in Control Panel and in Apps & Machine-wide installer for VDI/WVD sessionhost.
  • /AllUsers - When you set this parameter, Teams Machine-Wide Installer appears in Programs and Features in Control Panel and in Apps & features in Windows Settings for all users of the computer. All users can then uninstall Teams if they have admin credentials on the computer.
  • /NoAutoStart - When a user logs in to Windows, Teams is installed with the MSI and a shortcut to start Teams is added to the user's desktop. Teams won't start until the user manually starts Teams. After the user manually starts Teams, Teams automatically starts whenever the user logs in.

To pass parameters, use --params "''" (e.g. choco install packageID [other options] --params="'/ITEM:value /ITEM2:value2 /FLAG_BOOLEAN'").

eg.

choco install microsoft-teams.install --params "'/AllUsers /NoAutoStart'"

To have choco remember parameters on upgrade, be sure to set choco feature enable -n=useRememberedArgumentsForUpgrades.

Package updates

New versions of this package are published automatically via the update.ps1 script (viewable in the package source on GitHub).


tools\chocolateybeforemodify.ps1
# To avoid "WARNING: This MSI requires uninstall prior to installing a different version.",
# we uninstall here

$ErrorActionPreference = 'Stop'; # stop on all errors
$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  softwareName  = 'Teams Machine-Wide Installer'
  fileType      = 'MSI' #only one of these: MSI or EXE (ignore MSU for now)
  # MSI
  silentArgs    = "/qn /norestart"
  validExitCodes= @(0, 3010, 1605, 1614, 1641) # https://msdn.microsoft.com/en-us/library/aa376931(v=vs.85).aspx
}

[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']

if ($key.Count -eq 1) {
  $key | ForEach-Object { 
    $packageArgs['file'] = "$($_.UninstallString)"
    
    if ($packageArgs['fileType'] -eq 'MSI') {
      $packageArgs['silentArgs'] = "$($_.PSChildName) $($packageArgs['silentArgs'])"
      $packageArgs['file'] = ''
    }

    Uninstall-ChocolateyPackage @packageArgs
  }
} elseif ($key.Count -eq 0) {
  Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
  Write-Warning "$($key.Count) matches found!"
  Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
  Write-Warning "Please alert package maintainer the following keys were matched:"
  $key | ForEach-Object {Write-Warning "- $($_.DisplayName)"}
}
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop';

$packageName= 'microsoft-teams.install'
$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32      = 'https://statics.teams.cdn.office.net/production-windows/1.7.00.21751/Teams_windows.msi'
$url64      = 'https://statics.teams.cdn.office.net/production-windows-x64/1.7.00.21751/Teams_windows_x64.msi'
$checksum32 = '1479ac7a178a06ade1e5654610ca2e8fb8dc8f20a5a5aad523de51c0a09ca33a'
$checksum64 = '9aa02d604dca2023a6c7d5201c02c3524dabe81353237ec8214ecc77f2c6d5c5'

$packageArgs = @{
  packageName   = $packageName
  unzipLocation = $toolsDir
  fileType      = 'MSI'
  url           = $url32
  url64bit      = $url64

  softwareName  = 'Teams Machine-Wide Installer'

  checksum      = $checksum32
  checksumType  = 'sha256'
  checksum64    = $checksum64
  checksumType64= 'sha256'

  silentArgs    = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" # ALLUSERS=1 DISABLEDESKTOPSHORTCUT=1 ADDDESKTOPICON=0 ADDSTARTMENU=0
  validExitCodes= @(0, 3010, 1641)
}

$pp = Get-PackageParameters

if ($pp['NoAutoStart']) {
  $packageArgs.silentArgs += ' OPTIONS="noAutoStart=true"'
}

if ($pp['AllUsers']) {
  $packageArgs.silentArgs += ' ALLUSERS=1'
}

#Machine Wide installaer VDI/WVD
if ($pp['AllUser']) {
  $packageArgs.silentArgs += ' ALLUSER=1'
  reg add "HKLM\SOFTWARE\Microsoft\Teams" /v IsWVDEnvironment /t REG_DWORD /d 1 /f
}

Install-ChocolateyPackage @packageArgs

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Microsoft Teams Classic Desktop App (Machine-Wide Install) 1.7.0.27855 2693147 Saturday, October 19, 2024 Approved
Microsoft Teams Classic Desktop App (Machine-Wide Install) 1.7.0.27757 354324 Friday, October 11, 2024 Approved
Microsoft Teams Classic Desktop App (Machine-Wide Install) 1.7.0.26062 926038 Saturday, September 21, 2024 Exempted
Microsoft Teams Classic Desktop App (Machine-Wide Install) 1.7.0.24670 84927 Wednesday, September 11, 2024 Exempted
Microsoft Teams Classic Desktop App (Machine-Wide Install) 1.7.0.21751 130907 Saturday, August 17, 2024 Exempted
Microsoft Teams Classic Desktop App (Machine-Wide Install) 1.7.0.19353 971192 Saturday, July 27, 2024 Approved
Microsoft Teams Classic Desktop App (Machine-Wide Install) 1.7.0.17051 494470 Tuesday, July 9, 2024 Approved
Microsoft Teams Classic Desktop App (Machine-Wide Install) 1.7.0.15969 737160 Saturday, June 15, 2024 Approved
Microsoft Teams Classic Desktop App (Machine-Wide Install) 1.7.0.13456 495815 Saturday, May 25, 2024 Approved
Microsoft Teams Classic Desktop App (Machine-Wide Install) 1.7.0.10152 383544 Wednesday, May 1, 2024 Approved
Microsoft Teams Classic Desktop App (Machine-Wide Install) 1.7.0.7956 446260 Tuesday, April 2, 2024 Approved
Microsoft Teams Classic Desktop App (Machine-Wide Install) 1.7.0.6058 371376 Saturday, March 9, 2024 Approved
Microsoft Teams Classic Desktop App (Machine-Wide Install) 1.7.0.3653 157 Sunday, February 18, 2024 Approved
Microsoft Teams Classic Desktop App (Machine-Wide Install) 1.7.0.156 393584 Tuesday, January 23, 2024 Approved
Microsoft Teams Classic Desktop App (Machine-Wide Install) 1.6.0.35961 551832 Thursday, January 11, 2024 Approved
Microsoft Teams Classic Desktop App (Machine-Wide Install) 1.6.0.33567 453861 Tuesday, December 12, 2023 Approved
Microsoft Teams Classic Desktop App (Machine-Wide Install) 1.6.0.29964 3865 Wednesday, November 22, 2023 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.6.0.27573 978482 Tuesday, October 10, 2023 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.6.0.26474 144645 Saturday, September 30, 2023 Exempted
Microsoft Teams Desktop App (Machine-Wide Install) 1.6.0.24078 429502 Saturday, September 16, 2023 Exempted
Microsoft Teams Desktop App (Machine-Wide Install) 1.6.0.22378 541552 Saturday, August 19, 2023 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.6.0.20074 131673 Tuesday, August 8, 2023 Exempted
Microsoft Teams Desktop App (Machine-Wide Install) 1.6.0.18681 683400 Thursday, July 13, 2023 Exempted
Microsoft Teams Desktop App (Machine-Wide Install) 1.6.0.16472 389880 Thursday, June 22, 2023 Exempted
Microsoft Teams Desktop App (Machine-Wide Install) 1.6.00.12455 265955 Thursday, June 8, 2023 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.6.00.11166 373624 Saturday, May 6, 2023 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.6.00.6754 414215 Saturday, April 1, 2023 Exempted
Microsoft Teams Desktop App (Machine-Wide Install) 1.6.00.4472 320919 Monday, March 13, 2023 Exempted
Microsoft Teams Desktop App (Machine-Wide Install) 1.6.00.1381 463067 Wednesday, February 8, 2023 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.6.00.376 79710 Thursday, February 2, 2023 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.36367 179332 Wednesday, January 18, 2023 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.33362 36617 Wednesday, December 14, 2022 Exempted
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.31168 562679 Thursday, November 17, 2022 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.28567 195937 Wednesday, November 2, 2022 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.28361 135971 Thursday, October 20, 2022 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.21668 628033 Wednesday, August 31, 2022 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.21463 991130 Thursday, August 11, 2022 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.17656 1551116 Wednesday, July 6, 2022 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.14473 981915 Saturday, June 11, 2022 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.12969 288118 Saturday, June 4, 2022 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.11163 970766 Wednesday, May 11, 2022 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.9163 703071 Wednesday, April 20, 2022 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.8070 691525 Wednesday, March 30, 2022 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.5967 586857 Friday, March 11, 2022 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.4689 409427 Saturday, February 26, 2022 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.2164 395054 Sunday, February 13, 2022 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.4.00.35564 452847 Thursday, January 27, 2022 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.4.00.32771 848851 Thursday, December 16, 2021 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.4.00.31569 265299 Friday, December 3, 2021 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.4.00.29469 575949 Friday, November 5, 2021 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.4.00.26376 686384 Thursday, September 30, 2021 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.4.00.22976 208 Friday, September 24, 2021 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.4.00.22472 609018 Saturday, August 28, 2021 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.4.00.19572 534825 Tuesday, July 27, 2021 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.4.00.16575 414894 Thursday, July 1, 2021 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.4.00.11161 711642 Tuesday, May 18, 2021 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.4.00.8872 484962 Thursday, April 8, 2021 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.4.00.7174 142153 Thursday, March 25, 2021 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.4.00.4167 232498 Saturday, February 27, 2021 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.4.00.2879 132175 Saturday, February 6, 2021 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.4.00.2781 47864 Saturday, January 30, 2021 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.3.00.34662 42094 Saturday, January 23, 2021 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.3.00.28779 406342 Saturday, November 7, 2020 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.3.00.26064 161832 Wednesday, October 14, 2020 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.3.00.24755 462736 Friday, September 25, 2020 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.3.00.21759 515462 Saturday, August 22, 2020 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.3.00.19173 197434 Friday, July 24, 2020 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.3.00.13565 393811 Thursday, June 4, 2020 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.3.00.12058 162983 Thursday, May 7, 2020 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.3.00.8663 112092 Thursday, April 16, 2020 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.3.00.4461 91257 Wednesday, March 25, 2020 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.3.00.3564 95202 Saturday, February 29, 2020 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.3.00.362 94310 Friday, January 31, 2020 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.2.00.34161 94477 Wednesday, December 18, 2019 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.2.00.27559 80578 Tuesday, November 5, 2019 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.2.00.26774 22765 Saturday, October 19, 2019 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.2.00.24753 53051 Friday, September 20, 2019 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.2.00.22654 28484 Friday, September 6, 2019 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.2.00.21068 33067 Wednesday, August 21, 2019 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.2.00.19260 34853 Friday, August 2, 2019 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.2.00.17057 52321 Wednesday, July 3, 2019 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.2.00.13765 24207 Wednesday, June 5, 2019 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.2.00.8864 24401 Thursday, April 18, 2019 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.2.00.7161 7349 Friday, April 5, 2019 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.2.00.4664 12628 Thursday, March 7, 2019 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.2.00.1758 2046 Friday, January 25, 2019 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.1.00.31860 1262 Sunday, December 9, 2018 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.1.00.29068 1179 Saturday, November 10, 2018 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.1.00.28562 590 Tuesday, October 30, 2018 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.1.00.25457 932 Tuesday, October 2, 2018 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.1.00.24759 607 Thursday, September 13, 2018 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.1.00.19257 924 Saturday, August 4, 2018 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.1.00.18052 730 Friday, July 13, 2018 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.1.00.17553 595 Friday, July 6, 2018 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.1.00.16255 415 Saturday, June 23, 2018 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.1.00.14359 524 Wednesday, June 13, 2018 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.1.00.13555 613 Friday, May 25, 2018 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.1.00.10955 386 Saturday, May 5, 2018 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.1.00.7855 402 Monday, April 23, 2018 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.1.00.5966 442 Wednesday, April 4, 2018 Approved

Discussion for the Microsoft Teams Classic Desktop App (Machine-Wide Install) Package

Ground Rules:

  • This discussion is only about Microsoft Teams Classic Desktop App (Machine-Wide Install) and the Microsoft Teams Classic Desktop App (Machine-Wide Install) package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Microsoft Teams Classic Desktop App (Machine-Wide Install), or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus