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:

25,109,360

Downloads of v 1.7.0.6058:

133,597

Last Update:

09 Mar 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)

  • 1
  • 2
  • 3

1.7.0.6058 | Updated: 09 Mar 2024

Downloads:

25,109,360

Downloads of v 1.7.0.6058:

133,597

Maintainer(s):

Software Author(s):

  • Microsoft Corporation

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

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

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'" [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'" 
$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.6058'
    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.6058'
end

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


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

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


package { 'microsoft-teams.install':
  ensure   => '1.7.0.6058',
  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

There are versions of this package awaiting moderation . See the Version History section below.

Package Approved

This package was approved as a trusted package on 09 Mar 2024.

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.6058/Teams_windows.msi'
$url64      = 'https://statics.teams.cdn.office.net/production-windows-x64/1.7.00.6058/Teams_windows_x64.msi'
$checksum32 = '078928708827cb7dd6f6958cd973a795b7140f95db10015f9ed4e61a660f8d80'
$checksum64 = '8d66e6ac4a614ac05faa8ad880e0c5ac7da786e68aea7bbfd771850f9819f867'

$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.3653 81 Sunday, February 18, 2024 Ready
Microsoft Teams Classic Desktop App (Machine-Wide Install) 1.7.0.156 345487 Tuesday, January 23, 2024 Approved
Microsoft Teams Classic Desktop App (Machine-Wide Install) 1.6.0.35961 514977 Thursday, January 11, 2024 Approved
Microsoft Teams Classic Desktop App (Machine-Wide Install) 1.6.0.33567 435369 Tuesday, December 12, 2023 Approved
Microsoft Teams Classic Desktop App (Machine-Wide Install) 1.6.0.29964 3761 Wednesday, November 22, 2023 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.6.0.27573 955556 Tuesday, October 10, 2023 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.6.0.26474 142331 Saturday, September 30, 2023 Exempted
Microsoft Teams Desktop App (Machine-Wide Install) 1.6.0.24078 408253 Saturday, September 16, 2023 Exempted
Microsoft Teams Desktop App (Machine-Wide Install) 1.6.0.22378 529429 Saturday, August 19, 2023 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.6.0.20074 128781 Tuesday, August 8, 2023 Exempted
Microsoft Teams Desktop App (Machine-Wide Install) 1.6.0.18681 669782 Thursday, July 13, 2023 Exempted
Microsoft Teams Desktop App (Machine-Wide Install) 1.6.0.16472 383131 Thursday, June 22, 2023 Exempted
Microsoft Teams Desktop App (Machine-Wide Install) 1.6.00.12455 258259 Thursday, June 8, 2023 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.6.00.11166 328675 Saturday, May 6, 2023 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.6.00.6754 406618 Saturday, April 1, 2023 Exempted
Microsoft Teams Desktop App (Machine-Wide Install) 1.6.00.4472 317226 Monday, March 13, 2023 Exempted
Microsoft Teams Desktop App (Machine-Wide Install) 1.6.00.1381 459666 Wednesday, February 8, 2023 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.6.00.376 79412 Thursday, February 2, 2023 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.36367 177256 Wednesday, January 18, 2023 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.33362 36542 Wednesday, December 14, 2022 Exempted
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.31168 558698 Thursday, November 17, 2022 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.28567 194473 Wednesday, November 2, 2022 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.28361 135409 Thursday, October 20, 2022 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.21668 624867 Wednesday, August 31, 2022 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.21463 988900 Thursday, August 11, 2022 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.17656 1547908 Wednesday, July 6, 2022 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.14473 981333 Saturday, June 11, 2022 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.12969 287721 Saturday, June 4, 2022 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.11163 970060 Wednesday, May 11, 2022 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.9163 702067 Wednesday, April 20, 2022 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.8070 690825 Wednesday, March 30, 2022 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.5967 586276 Friday, March 11, 2022 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.4689 408649 Saturday, February 26, 2022 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.5.00.2164 393635 Sunday, February 13, 2022 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.4.00.35564 452762 Thursday, January 27, 2022 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.4.00.32771 845819 Thursday, December 16, 2021 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.4.00.31569 264647 Friday, December 3, 2021 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.4.00.29469 574075 Friday, November 5, 2021 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.4.00.26376 685258 Thursday, September 30, 2021 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.4.00.22976 143 Friday, September 24, 2021 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.4.00.22472 608528 Saturday, August 28, 2021 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.4.00.19572 533759 Tuesday, July 27, 2021 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.4.00.16575 412172 Thursday, July 1, 2021 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.4.00.11161 710315 Tuesday, May 18, 2021 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.4.00.8872 482841 Thursday, April 8, 2021 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.4.00.7174 141344 Thursday, March 25, 2021 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.4.00.4167 231161 Saturday, February 27, 2021 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.4.00.2879 132026 Saturday, February 6, 2021 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.4.00.2781 47808 Saturday, January 30, 2021 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.3.00.34662 42038 Saturday, January 23, 2021 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.3.00.28779 402726 Saturday, November 7, 2020 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.3.00.26064 161454 Wednesday, October 14, 2020 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.3.00.24755 461825 Friday, September 25, 2020 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.3.00.21759 514820 Saturday, August 22, 2020 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.3.00.19173 197315 Friday, July 24, 2020 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.3.00.13565 393646 Thursday, June 4, 2020 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.3.00.12058 162483 Thursday, May 7, 2020 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.3.00.8663 107206 Thursday, April 16, 2020 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.3.00.4461 91180 Wednesday, March 25, 2020 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.3.00.3564 95134 Saturday, February 29, 2020 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.3.00.362 93951 Friday, January 31, 2020 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.2.00.34161 94402 Wednesday, December 18, 2019 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.2.00.27559 80530 Tuesday, November 5, 2019 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.2.00.26774 22704 Saturday, October 19, 2019 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.2.00.24753 52989 Friday, September 20, 2019 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.2.00.22654 28413 Friday, September 6, 2019 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.2.00.21068 32993 Wednesday, August 21, 2019 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.2.00.19260 34787 Friday, August 2, 2019 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.2.00.17057 52249 Wednesday, July 3, 2019 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.2.00.13765 24156 Wednesday, June 5, 2019 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.2.00.8864 24137 Thursday, April 18, 2019 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.2.00.7161 7276 Friday, April 5, 2019 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.2.00.4664 12564 Thursday, March 7, 2019 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.2.00.1758 1982 Friday, January 25, 2019 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.1.00.31860 1208 Sunday, December 9, 2018 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.1.00.29068 1104 Saturday, November 10, 2018 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.1.00.28562 528 Tuesday, October 30, 2018 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.1.00.25457 869 Tuesday, October 2, 2018 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.1.00.24759 538 Thursday, September 13, 2018 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.1.00.19257 859 Saturday, August 4, 2018 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.1.00.18052 672 Friday, July 13, 2018 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.1.00.17553 538 Friday, July 6, 2018 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.1.00.16255 333 Saturday, June 23, 2018 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.1.00.14359 456 Wednesday, June 13, 2018 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.1.00.13555 546 Friday, May 25, 2018 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.1.00.10955 322 Saturday, May 5, 2018 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.1.00.7855 343 Monday, April 23, 2018 Approved
Microsoft Teams Desktop App (Machine-Wide Install) 1.1.00.5966 379 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