Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

aaronparker/LatestUpdate

Repository files navigation

LatestUpdate

License GitHub Release PowerShell Gallery Version PowerShell Gallery

Master build status Development build status

About

A module for retrieving the latest Windows 10 / Windows Server 2016, 2019, Semi-annual Channel Cumulative Updates, Servicing Stack Updates, .NET Framework Cumulative Updates, the Monthly Rollups for 8.1 / 7 (and Windows Server 2012 R2, 2008 R2), Windows Defender updates and the latest Adobe Flash Player updates from the Microsoft Update History pages. In addition, the module provides a function for downloading the update files locally.

Importing a cumulative update into the Packages nodes in an MDT share enables updates during the offline phase of Windows setup, speeding up an installation of Windows. Updates can also be applied directly to a WIM.

Documentation

Regularly updated documentation for the module is located at https://docs.stealthpuppy.com/docs/latestupdate/

Supported Platforms

LatestUpdate supports PowerShell 5.0 and above and is tested on macOS, Windows 10 and Windows Server 2016. Some basic testing has been done on Windows 7 with WMF 5.1. If you are running an earlier version of PowerShell, update to the latest release of the Windows Management Framework.

PowerShell Core

Verison 3 of LatestUpdate has been re-written and includes full support for PowerShell Core.

PowerShell Gallery

The VcRedist module is published to the PowerShell Gallery and can be found here: LatestUpdate. Install the module from the gallery with:

Install-Module -Name LatestUpdate -Force

Acknowledgements

This module uses code and inspiration from these sources: