LatestUpdate icon indicating copy to clipboard operation
LatestUpdate copied to clipboard

A module to retrieve and download Windows 10 current updates from the Microsoft Update Catalog

Results 13 LatestUpdate issues
Sort by recently updated
recently updated
newest added

# Expected Behavior ```powershell get-help Get-LatestServicingStackUpdate -examples ``` Return ``` ... -------------------------- EXAMPLE 2 -------------------------- PS C:\>Get-LatestServicingStackUpdate -OperatingSystem WindowsServer This commands reads the the Windows 10 update history feed and...

Occasionally, LatestUpdate will sometimes throw an exception. During `Get-LatestServicingStackUpdate.ps1`, line 97 throws an exception, stating that `$downloadInfo` is null. https://github.com/aaronparker/LatestUpdate/blob/50e8c79c760593247ef36574b8ca759a5b779e01/LatestUpdate/Public/Get-LatestServicingStackUpdate.ps1#L97 This variable is supposed to be set on line 94...

# Expected Behavior Add Cumulative Updates for SQL Server # Current Behavior None # Failure Information (for bugs) None

wontfix

https://github.com/aaronparker/LatestUpdate/blob/7ef2ce488720d2cac9e3930b7ca86f6330fc5dbd/LatestUpdate/Private/Get-UpdateCatalogDownloadInfo.ps1#L72 When fetching URL for an update, this line sometimes returns null.

wontfix

Support for 20h1 missing

wontfix

# Expected Behavior Ability to specify LatestNetFrameworkUpdate -Version 1709 and only see updates for Windows 10 Version 1709 # Current Behavior Error message: Get-LatestNetFrameworkUpdate : A parameter cannot be found...

wontfix

Hi together, in the psgallery is only the Version 3.0.171 which only supports the release 1903. is it possible to update it to a recent version? Thanks!

wontfix

Microsoft have announced changes to how Windows update change notes are published [What’s next for Windows release notes](https://techcommunity.microsoft.com/t5/windows-it-pro-blog/what-s-next-for-windows-release-notes/ba-p/1754399). This will impact LatestUpdate. Given the module has had issues in its...

announcement

# Description This code allows Get-LatestCumulativeUpdate to accept a Build parameter ## Related Issue #60 * This removes the need to maintain a Version to BuildNumber mapping in LatestUpdate.json, reducing...

# Expected Behavior I should be able to get updates for Windows 10 1909 # Current Behavior ``` Get-LatestCumulativeUpdate : Cannot validate argument on parameter 'Version'. The " $_ -in...