Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...

Downloads:
590,187
Downloads of v 1.3.00.19173:
31,124
Last Update:
24 Jul 2020
Package Maintainer(s):
Software Author(s):
- Microsoft Corporation
Tags:
microsoft-teams teams office 365 chat collaboration slack admin- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Microsoft Teams Desktop App
This is not the latest version of Microsoft Teams Desktop App available.
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
590,187
Downloads of v 1.3.00.19173:
31,124
Maintainer(s):
Software Author(s):
- Microsoft Corporation
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
Microsoft Teams Desktop App 1.3.00.19173
This is not the latest version of Microsoft Teams Desktop App available.
All Checks are Passing
2 Passing Test
To install Microsoft Teams Desktop App, run the following command from the command line or from PowerShell:
To upgrade Microsoft Teams Desktop App, run the following command from the command line or from PowerShell:
To uninstall Microsoft Teams Desktop App, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
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://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
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download microsoft-teams --internalize --version=1.3.00.19173 --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade microsoft-teams -y --source="'STEP 3 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 -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure microsoft-teams installed
win_chocolatey:
name: microsoft-teams
state: present
version: 1.3.00.19173
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'microsoft-teams' do
action :install
version '1.3.00.19173'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: microsoft-teams,
Version: 1.3.00.19173,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller microsoft-teams
{
Name = 'microsoft-teams'
Ensure = 'Present'
Version = '1.3.00.19173'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'microsoft-teams':
provider => 'chocolatey',
ensure => '1.3.00.19173',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install microsoft-teams version="1.3.00.19173" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 24 Jul 2020.
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.
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.
$ErrorActionPreference = 'Stop';
$packageName= 'microsoft-teams'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://statics.teams.cdn.office.net/production-windows/1.3.00.19173/Teams_windows.exe'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.3.00.19173/Teams_windows_x64.exe'
$checksum32 = '833f9d8f90656e57a5dbd90815be9d99452b4acad89a0139bbd1acc2b09da1c4'
$checksum64 = '116a410049a963c73015f114b8eb2ed0a7368d055b2c8bc03515d81ebd04c45c'
$packageArgs = @{
packageName = $packageName
unzipLocation = $toolsDir
fileType = 'EXE'
url = $url32
url64bit = $url64
softwareName = 'microsoft-teams*'
checksum = $checksum32
checksumType = 'sha256'
checksum64 = $checksum64
checksumType64= 'sha256'
silentArgs = "-s"
validExitCodes= @(0, 3010, 1641)
}
Install-ChocolateyPackage @packageArgs
Log in or click on link to see number of positives.
- microsoft-teams.1.3.00.19173.nupkg (0fe69a39dabd) - ## / 62
- Teams_windows_x64.exe (116a410049a9) - ## / 68
- Teams_windows.exe (833f9d8f9065) - ## / 61
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.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Microsoft Teams Desktop App 1.3.00.28779 | 70841 | Saturday, November 7, 2020 | Approved |
Microsoft Teams Desktop App 1.3.00.26064 | 38487 | Wednesday, October 14, 2020 | Approved |
Microsoft Teams Desktop App 1.3.00.24755 | 31741 | Friday, September 25, 2020 | Approved |
Microsoft Teams Desktop App 1.3.00.21759 | 36531 | Saturday, August 22, 2020 | Approved |
Microsoft Teams Desktop App 1.3.00.19173 | 31124 | Friday, July 24, 2020 | Approved |
Microsoft Teams Desktop App 1.3.00.13565 | 76753 | Thursday, June 4, 2020 | Approved |
Microsoft Teams Desktop App 1.3.00.12058 | 26724 | Thursday, May 7, 2020 | Approved |
Microsoft Teams Desktop App 1.3.00.8663 | 16329 | Thursday, April 16, 2020 | Approved |
Microsoft Teams Desktop App 1.3.00.4461 | 15906 | Wednesday, March 25, 2020 | Approved |
Microsoft Teams Desktop App 1.3.00.3564 | 17614 | Saturday, February 29, 2020 | Approved |
Microsoft Teams Desktop App 1.3.00.362 | 16582 | Friday, January 31, 2020 | Approved |
Microsoft Teams Desktop App 1.2.00.34161 | 23057 | Wednesday, December 18, 2019 | Approved |
Microsoft Teams Desktop App 1.2.00.27559 | 22458 | Tuesday, November 5, 2019 | Approved |
Microsoft Teams Desktop App 1.2.00.26774 | 13680 | Saturday, October 19, 2019 | Approved |
Microsoft Teams Desktop App 1.2.00.24753 | 7808 | Friday, September 20, 2019 | Approved |
Microsoft Teams Desktop App 1.2.00.22654 | 5068 | Friday, September 6, 2019 | Approved |
Microsoft Teams Desktop App 1.2.00.21068 | 4459 | Wednesday, August 21, 2019 | Approved |
Microsoft Teams Desktop App 1.2.00.19260 | 4746 | Friday, August 2, 2019 | Approved |
Microsoft Teams Desktop App 1.2.00.17057 | 6691 | Wednesday, July 3, 2019 | Approved |
Microsoft Teams Desktop App 1.2.00.13765 | 6190 | Wednesday, June 5, 2019 | Approved |
Microsoft Teams Desktop App 1.2.00.8864 | 10514 | Thursday, April 18, 2019 | Approved |
Microsoft Teams Desktop App 1.2.00.7161 | 3817 | Friday, April 5, 2019 | Approved |
Microsoft Teams Desktop App 1.2.00.4664 | 5592 | Thursday, March 7, 2019 | Approved |
Microsoft Teams Desktop App 1.2.00.1758 | 8104 | Friday, January 25, 2019 | Approved |
Microsoft Teams Desktop App 1.1.00.31860 | 5225 | Sunday, December 9, 2018 | Approved |
Microsoft Teams Desktop App 1.1.00.29068 | 3700 | Saturday, November 10, 2018 | Approved |
Microsoft Teams Desktop App 1.1.00.28562 | 2202 | Tuesday, October 30, 2018 | Approved |
Microsoft Teams Desktop App 1.1.00.25457 | 4307 | Tuesday, October 2, 2018 | Approved |
Microsoft Teams Desktop App 1.1.00.24759 | 3596 | Thursday, September 13, 2018 | Approved |
Microsoft Teams Desktop App 1.1.00.19257 | 5855 | Saturday, August 4, 2018 | Approved |
Microsoft Teams Desktop App 1.1.00.18052 | 3539 | Friday, July 13, 2018 | Approved |
Microsoft Teams Desktop App 1.1.00.17553 | 1786 | Friday, July 6, 2018 | Approved |
Microsoft Teams Desktop App 1.1.00.16255 | 1908 | Saturday, June 23, 2018 | Approved |
Microsoft Teams Desktop App 1.1.00.14359 | 2149 | Wednesday, June 13, 2018 | Approved |
Microsoft Teams Desktop App 1.1.00.13555 | 2955 | Friday, May 18, 2018 | Approved |
Microsoft Teams Desktop App 1.1.00.10955 | 2071 | Friday, May 4, 2018 | Approved |
Microsoft Teams Desktop App 1.1.00.8751 | 1942 | Thursday, April 12, 2018 | Approved |
Microsoft Teams Desktop App 1.1.00.7855 | 1211 | Wednesday, April 4, 2018 | Approved |
Microsoft Teams Desktop App 1.1.00.5963 | 1925 | Friday, March 16, 2018 | Approved |
Microsoft Teams Desktop App 1.1.00.5855 | 1437 | Wednesday, March 7, 2018 | Approved |
Microsoft Teams Desktop App 1.1.00.2251 | 3990 | Wednesday, January 31, 2018 | Approved |
Microsoft Teams Desktop App 1.1.00.1155 | 1748 | Friday, January 19, 2018 | Approved |
Microsoft Teams Desktop App 1.1.00.252 | 1239 | Friday, January 12, 2018 | Approved |
Microsoft Teams Desktop App 1.0.00.34151 | 3119 | Friday, December 15, 2017 | Approved |
Microsoft Teams Desktop App 1.0.00.33658 | 1420 | Thursday, December 7, 2017 | Approved |
Microsoft Teams Desktop App 1.0.00.31451 | 1337 | Friday, December 1, 2017 | Approved |
Microsoft Teams Desktop App 1.0.00.30452 | 1167 | Saturday, November 25, 2017 | Approved |
Microsoft Teams Desktop App 1.0.00.28451 | 5372 | Wednesday, October 18, 2017 | Approved |
Microsoft Teams Desktop App 1.0.00.26863 | 2444 | Tuesday, October 3, 2017 | Approved |
Microsoft Teams Desktop App 1.0.00.25152 | 2218 | Saturday, September 16, 2017 | Approved |
Microsoft Teams Desktop App 1.0.00.25151 | 1063 | Tuesday, September 12, 2017 | Approved |
Microsoft Teams Desktop App 1.0.00.24351 | 611 | Saturday, September 9, 2017 | Approved |
Microsoft Teams Desktop App 1.0.00.23451 | 788 | Wednesday, September 6, 2017 | Approved |
Microsoft Teams Desktop App 1.0.00.22051 | 2854 | Tuesday, August 15, 2017 | Approved |
Microsoft Teams Desktop App 1.0.00.19451 | 3429 | Friday, July 21, 2017 | Approved |
Microsoft Teams Desktop App 1.0.00.17151 | 2450 | Friday, July 7, 2017 | Approved |
Microsoft Teams Desktop App 1.0.00.16451 | 3376 | Wednesday, June 21, 2017 | Approved |
Microsoft Teams Desktop App 1.0.00.15951 | 1212 | Friday, June 16, 2017 | Approved |
Microsoft Teams Desktop App 1.0.00.15151 | 1192 | Saturday, June 3, 2017 | Approved |
Microsoft Teams Desktop App 1.0.00.14456 | 344 | Wednesday, May 31, 2017 | Approved |
Microsoft Teams Desktop App 1.0.00.13751 | 358 | Wednesday, May 24, 2017 | Approved |
Microsoft Teams Desktop App 1.0.00.13152 | 401 | Saturday, May 13, 2017 | Approved |
Microsoft Teams Desktop App 1.0.00.12451 | 349 | Wednesday, May 10, 2017 | Approved |
Microsoft Teams Desktop App 1.0.00.10951 | 336 | Sunday, April 30, 2017 | Approved |
Microsoft Teams Desktop App 1.0.0.8201 | 393 | Tuesday, April 4, 2017 | Approved |
Microsoft Teams Desktop App 1.0.0.6903 | 353 | Tuesday, March 21, 2017 | Approved |
2017 Microsoft Corporation
This package has no dependencies.
Ground Rules:
- This discussion is only about Microsoft Teams Desktop App and the Microsoft Teams Desktop App 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 Desktop App, 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.