If you use Chocolatey (http://chocolatey.org/) and you want to update all of the packages you already have installed, just enter the following at the command prompt and all will be updated:
cup all
If you don’t want to be prompted for confirmation for each package, then enter the following instead:
cup -y all
Rob
This post was migrated from https://blogs.msdn.microsoft.com/rob/2014/05/18/chocolatey-tip-of-the-day-cup-all/.