Downloads:
25,252,620
Downloads of v 15928.20216:
304,605
Last Update:
11 Jan 2023
Package Maintainer(s):
Software Author(s):
- Microsoft
Tags:
office365business office 365 bussines microsoft365 admin- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Office 365 Business
This is not the latest version of Office 365 Business available.
- 1
- 2
- 3
15928.20216 | Updated: 11 Jan 2023
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
25,252,620
Downloads of v 15928.20216:
304,605
Maintainer(s):
Software Author(s):
- Microsoft
Office 365 Business 15928.20216
This is not the latest version of Office 365 Business available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Microsoft. The inclusion of Microsoft trademark(s), if any, upon this webpage is solely to identify Microsoft goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Unknown
Scan Testing Successful:
No detections found in any package files
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Office 365 Business, run the following command from the command line or from PowerShell:
To upgrade Office 365 Business, run the following command from the command line or from PowerShell:
To uninstall Office 365 Business, run the following command from the command line or from PowerShell:
Deployment Method:
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
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download office365business --internalize --version=15928.20216 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade office365business -y --source="'INTERNAL REPO URL'" --version="'15928.20216'" [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 office365business -y --source="'INTERNAL REPO URL'" --version="'15928.20216'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install office365business
win_chocolatey:
name: office365business
version: '15928.20216'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'office365business' do
action :install
source 'INTERNAL REPO URL'
version '15928.20216'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller office365business
{
Name = "office365business"
Version = "15928.20216"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'office365business':
ensure => '15928.20216',
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.
This package was approved by moderator TheCakeIsNaOH on 30 Jan 2023.
Description
Microsoft 365 (formerly Office 365) is a line of subscription services offered by Microsoft as part of the Microsoft Office product line. The brand encompasses plans that allow use of the Microsoft Office software suite over the life of the subscription, as well as cloud-based software as a service products for business environments, such as hosted Exchange Server, Skype for Business Server, and SharePoint, among others. All Microsoft 365 plans include automatic updates to their respective software at no additional charge, as opposed to conventional licenses for these programs—where new versions require purchase of a new license.
This package installs the Microsoft 365 Business Retail edition with the language and architecture (32/64 bits) matching the device if not specified otherwise on the parameters.
Note
- This installer will uninstall any other Office packages installed prior to installing this one to avoid possible errors during installation.
- If you want to force the 32bit version on a 64bit Windows, use the choco
--forcex86
parameter when installing the package.
Package installation defaults
By default, installation of this package:
- Will uninstall other Microsoft 365 packages present on the device.
- Will install with the matching the language of the operating system.
- Will install the Microsoft 365 Business Retail product with all the default apps if not specified otherwise as a parameter.
- Will set the release channel to
Current
. - Will enable auto-updates.
Package Parameters
/configpath
- Allows you to specify a custom XML configuration for the installer which is present on the system./productid
- Allows you to change the default product id to install fromO365BusinessRetail
to something else./exclude
- Allows you to exclude some applications from the default product id you install./language
- Allows you to specify a language different to the default one present on the device./updates
- Enables auto-updates./eula
- Automatically accepts EULA.
Installation
Installation without parameters with default values.
choco install office365business
Installation with parameters. Will select Microsoft 365 Home Premium retail edition in 32bits, only install Excel, Powerpoint and Word in French with updates disabled and EULA not accepted automatically.
choco install office365business --forcex86 --params "'/productid:O365HomePremRetail /exclude:Access Groove Lync OneDrive OneNote Outlook Publisher /language:fr-FR /updates:FALSE /eula:FALSE'"
Disclaimer
These Chocolatey Packages only contain installation routines. The software itself is downloaded from the official sources of the software developer. The maintainers of this package have no affiliation with the software developer.
Author
License
This project is under the Apache License 2.0 License. See the LICENSE file for the full license text.
Copyright
(c) 2020, Jordi Garcia
Log in or click on link to see number of positives.
- Office365Business.15928.20216.nupkg (b26d9e2a48a2) - ## / 64
- officedeploymenttool_15928-20216.exe (12b4cf116ca3) - ## / 70
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 |
---|---|---|---|---|
Office 365 Business 18129.20030 | 692172 | Saturday, October 12, 2024 | Approved | |
Office 365 Business 17830.20162 | 685499 | Tuesday, August 20, 2024 | Approved | |
Office 365 Business 17531.20046.2 | 166582 | Saturday, August 10, 2024 | Approved | |
Office 365 Business 17531.20046.1 | 135 | Saturday, August 10, 2024 | Approved | |
Office 365 Business 17531.20046 | 1130590 | Monday, May 6, 2024 | Approved | |
Office 365 Business 17328.20162 | 1406693 | Wednesday, March 13, 2024 | Approved | |
Office 365 Business 17126.20132 | 1627441 | Wednesday, January 10, 2024 | Approved | |
Office 365 Business 16731.20398 | 1447262 | Wednesday, November 22, 2023 | Approved | |
Office 365 Business 16731.20354 | 1161343 | Tuesday, October 24, 2023 | Approved | |
Office 365 Business 16731.20290 | 784322 | Saturday, September 30, 2023 | Approved | |
Office 365 Business 16626.20148 | 953924 | Tuesday, August 1, 2023 | Approved | |
Office 365 Business 16529.20182 | 448790 | Sunday, July 16, 2023 | Approved | |
Office 365 Business 16501.20196 | 597373 | Tuesday, June 13, 2023 | Approved | |
Office 365 Business 16327.20214 | 911971 | Wednesday, May 10, 2023 | Approved | |
Office 365 Business 16227.20258 | 497357 | Wednesday, April 12, 2023 | Approved | |
Office 365 Business 16130.20218 | 434650 | Wednesday, March 15, 2023 | Approved | |
Office 365 Business 16026.20170 | 419665 | Wednesday, February 15, 2023 | Approved | |
Office 365 Business 15928.20216 | 304605 | Wednesday, January 11, 2023 | Approved | |
Office 365 Business 15726.20202 | 599756 | Wednesday, December 7, 2022 | Approved | |
Office 365 Business 15330.20230 | 1786881 | Friday, July 22, 2022 | Approved | |
Office 365 Business 15028.20160 | 1567457 | Wednesday, April 13, 2022 | Approved | |
Office 365 Business 14729.20228 | 1243194 | Monday, February 7, 2022 | Approved | |
Office 365 Business 14326.20404 | 1565955 | Thursday, October 21, 2021 | Approved | |
Office 365 Business 14131.20278 | 1177341 | Friday, July 23, 2021 | Approved | |
Office 365 Business 13901.20336 | 843214 | Saturday, April 17, 2021 | Approved | |
Office 365 Business 13530.20376 | 587049 | Thursday, January 28, 2021 | Approved | |
Office 365 Business 13426.203084.0.20201214 | 201187 | Monday, January 4, 2021 | Approved | |
Office 365 Business 13328.20292 | 400436 | Sunday, November 1, 2020 | Approved | |
Office 365 Business 12827.20268 | 611339 | Wednesday, June 24, 2020 | Approved | |
Office 365 Business 12130.20272.12312019 | 505291 | Tuesday, December 31, 2019 | Approved | |
Office 365 Business 12130.20272 | 18548 | Saturday, December 21, 2019 | Approved | |
Office 365 Business 11901.20022 | 114909 | Thursday, October 17, 2019 | Approved | |
Office 365 Business 11509.33604 | 216712 | Tuesday, March 26, 2019 | Approved | |
Office 365 Business 11107.33602 | 65872 | Tuesday, November 20, 2018 | Approved | |
Office 365 Business 11023.33600.2 | 3891 | Thursday, November 1, 2018 | Approved | |
Office 365 Business 11023.33600 | 275 | Thursday, November 1, 2018 | Approved | |
Office 365 Business 10810.33603 | 10337 | Monday, September 10, 2018 | Approved | |
Office365Business 16.0.9119.3601 | 23829 | Monday, April 16, 2018 | Approved | |
Office365Business 16.0.8008.3601 | 26756 | Sunday, May 21, 2017 | Approved | |
Office365Business 16.0.7614.3602 | 7868 | Tuesday, December 6, 2016 | Approved | |
Office365Business 16.0.7213.5776 | 1033 | Wednesday, October 26, 2016 | Approved | |
Office365Business 16.0.6366.2075 | 2974 | Thursday, February 11, 2016 | Approved |
enable optional installation parameters
This package has no dependencies.
Ground Rules:
- This discussion is only about Office 365 Business and the Office 365 Business 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 Office 365 Business, 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.