Downloads:
286,944
Downloads of v 0.0.3:
2,323
Last Update:
18 Aug 2017
Package Maintainer(s):
Software Author(s):
- bcurran3
Tags:
unofficial choco upgrade all cup config schtasks scheduled task- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
(unofficial) choco upgrade all at (Task)
This is not the latest version of (unofficial) choco upgrade all at (Task) available.
- 1
- 2
- 3
0.0.3 | Updated: 18 Aug 2017
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
286,944
Downloads of v 0.0.3:
2,323
Maintainer(s):
Software Author(s):
- bcurran3
(unofficial) choco upgrade all at (Task) 0.0.3
This is not the latest version of (unofficial) choco upgrade all at (Task) available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by bcurran3. The inclusion of bcurran3 trademark(s), if any, upon this webpage is solely to identify bcurran3 goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install (unofficial) choco upgrade all at (Task), run the following command from the command line or from PowerShell:
To upgrade (unofficial) choco upgrade all at (Task), run the following command from the command line or from PowerShell:
To uninstall (unofficial) choco upgrade all at (Task), 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 choco-upgrade-all-at --internalize --version=0.0.3 --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 choco-upgrade-all-at -y --source="'INTERNAL REPO URL'" --version="'0.0.3'" [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 choco-upgrade-all-at -y --source="'INTERNAL REPO URL'" --version="'0.0.3'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install choco-upgrade-all-at
win_chocolatey:
name: choco-upgrade-all-at
version: '0.0.3'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'choco-upgrade-all-at' do
action :install
source 'INTERNAL REPO URL'
version '0.0.3'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller choco-upgrade-all-at
{
Name = "choco-upgrade-all-at"
Version = "0.0.3"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'choco-upgrade-all-at':
ensure => '0.0.3',
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 flcdrg on 26 Aug 2017.
DO YOU WANT TO UPGRADE YOUR CHOCOLATEY PACKAGES EVERY DAY?
YOU JUST FOUND THE EASY WAY!
This package creates a Windows Scheduled Task to run "choco upgrade all -y" every day at a time that you specify
If you don't specify a time, it defaults to midnight.
INSTRUCTIONS:
You can set the time by running choco install choco-upgrade-all-at --params "'/Time:XX:XX'" where XX:XX equals the "Military Time" to run updates. You must enter four digits and the colon, i.e. enter a leading 0 for times less than 10 AM. Not entering the correct format will fail the install. Please see the examples.
INSTALL EXAMPLES:
- choco install choco-upgrade-all-at --params "'/Time:04:00'" - runs choco upgrade all at 4 AM
- choco install choco-upgrade-all-at --params "'/Time:06:30'" - runs choco upgrade all at 6:30 AM
- choco install choco-upgrade-all-at --params "'/Time:21:00'" - runs choco upgrade all at 9 PM
- choco install choco-upgrade-all-at --params "'/Time:23:30'" - runs choco upgrade all at 11:30 PM
If you have a previous release of choco-upgrade-all-at installed, upgrading to a new version will NOT modify your current scheduled task or time.
$packageName = 'choco-upgrade-all-at'
SchTasks /Delete /TN “choco upgrade all at” /F
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 |
---|---|---|---|---|
(unofficial) Choco Upgrade All at (Task) 0.0.7 | 96281 | Tuesday, May 16, 2023 | Exempted | |
(unofficial) Choco Upgrade All at (Task) 0.0.6 | 141794 | Tuesday, March 16, 2021 | Approved | |
(unofficial) Choco Upgrade All at (Task) 0.0.5 | 44556 | Sunday, May 6, 2018 | Approved | |
(unofficial) Choco Upgrade All at (Task) 0.0.4.1 | 715 | Tuesday, April 24, 2018 | Approved | |
(unofficial) Choco Upgrade All at (Task) 0.0.4 | 358 | Sunday, April 22, 2018 | Approved | |
(unofficial) choco upgrade all at (Task) 0.0.3 | 2323 | Friday, August 18, 2017 | Approved | |
choco (unofficial) upgrade all at (midnight?) (Task) 0.0.2 | 626 | Wednesday, May 24, 2017 | Approved |
public domain
-
- chocolatey-core.extension (≥ 1.1.0)
- powershell (≥ 4.0)
Ground Rules:
- This discussion is only about (unofficial) choco upgrade all at (Task) and the (unofficial) choco upgrade all at (Task) 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 (unofficial) choco upgrade all at (Task), 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.