Skip to content

Instantly share code, notes, and snippets.

@VictoryLinux
VictoryLinux / Get-LatestUpdate.ps1
Created September 27, 2020 20:18 — forked from keithga/Get-LatestUpdate.ps1
script to get latest build.
<#
.SYNOPSIS
Get the latest Cumulative update for Windows
.DESCRIPTION
This script will return the list of Cumulative updates for Windows 10 and Windows Server 2016 from the Microsoft Update Catalog.
.NOTES
Copyright Keith Garner (KeithGa@DeploymentLive.com), All rights reserved.