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

Get-LatestCumulativeUpdate not working for 1909 #60

Open
dkattan opened this issue Jan 7, 2020 · 4 comments
Open

Get-LatestCumulativeUpdate not working for 1909 #60

dkattan opened this issue Jan 7, 2020 · 4 comments
Assignees

Comments

@dkattan
Copy link

dkattan commented Jan 7, 2020

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 $script:resourceStrings.ParameterValues.Windows10Versions " 
validation script for the argument with value "1909" did not return a result 
of True. Determine why the validation script failed, and then try the command 
again.

1909 is not included in LatestUpdate.json, therefore it can't be mapped to a build number which we need to search the Update Feed.

Expected Behavior

It should not return an error

Steps to Reproduce

Get-LatestCumulativeUpdate -Version 1909

Potential Fixes

Let the Get-LatestCumulativeUpdate accept build number as a parameter as this can be used to search for the appropriate update in the Update Feed.

@dkattan dkattan mentioned this issue Jan 7, 2020
9 tasks
@aaronparker aaronparker self-assigned this Jan 12, 2020
@ghost
Copy link

ghost commented May 27, 2020

Microsoft changed the URL from http://download.windowsupdate.com to http://dl.delivery.mp.microsoft.com. Is therefore a download not possible?

@Fonta
Copy link
Contributor

Fonta commented May 27, 2020

The link is retrieved from the catalog. It's just sometimes that there's no url returned.
Also found that ordering on KB ID works better than sorting on the note. (Highest KB is always the latest update)

@ghost
Copy link

ghost commented May 27, 2020

@Fonta i'm with you but when you are executing Get-LatestServicingStackUpdates the script doesn't return any URL.

@Fonta
Copy link
Contributor

Fonta commented May 28, 2020

@kilianmeister Just saying that the change from MS shouldn't matter as the url is automatically retrieved. :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants