Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some win11 KBs cannot use Get-KbUpdate to get information, such as KB5026372 #222

Open
ah8senr3qw4789t445 opened this issue Jul 18, 2023 · 1 comment

Comments

@ah8senr3qw4789t445
Copy link

Hello everyone, the output is as follows.

Get-KbUpdate -Name 'kb5026372' -Verbose -Source Web
VERBOSE: [03:08:31][Get-KbUpdate] Source set to Web
VERBOSE: [03:08:31][Get-GuidsFromWeb] kb5026372
VERBOSE: [03:08:31][Get-GuidsFromWeb] Failing back to https://www.catalog.update.microsoft.com/Search.aspx?q=kb5026372
VERBOSE: [03:08:31][Invoke-TlsWebRequest] URL: https://www.catalog.update.microsoft.com/Search.aspx?q=kb5026372
VERBOSE: HTTP/1.1 GET with 0-byte payload
VERBOSE: received 48424-byte response of content type text/html
VERBOSE: [03:08:32][Get-GuidsFromWeb] 0b97c243-5833-4bf3-bcf8-77063e53c42a 3cf3be77-f086-449f-8ba5-033f605c688a
VERBOSE: [03:08:32][Get-KbItemFromWeb] Downloading information for 2023-05 Cumulative Update for Windows 11 Version 22H2 for arm64-based Systems (KB5026372)
VERBOSE: [03:08:33][Invoke-TlsWebRequest] URL: https://www.catalog.update.microsoft.com/DownloadDialog.aspx
VERBOSE: HTTP/1.1 POST with 159-byte payload
VERBOSE: received 41139-byte response of content type text/html
VERBOSE: [03:08:35][Get-KbItemFromWeb] Downloading information for 2023-05 Cumulative Update for Windows 11 Version 22H2 for x64-based Systems (KB5026372)
VERBOSE: [03:08:35][Invoke-TlsWebRequest] URL: https://www.catalog.update.microsoft.com/DownloadDialog.aspx
VERBOSE: HTTP/1.1 POST with 159-byte payload
VERBOSE: received 41131-byte response of content type text/html
VERBOSE: [03:08:37][Invoke-TlsWebRequest] URL: https://www.catalog.update.microsoft.com/ScopedViewInline.aspx?updateid=0b97c243-5833-4bf3-bcf8-77063e53c42a
VERBOSE: HTTP/1.1 GET with 0-byte payload
VERBOSE: received 35092-byte response of content type text/html
VERBOSE: [03:08:49][Invoke-TlsWebRequest] URL: https://www.catalog.update.microsoft.com/ScopedViewInline.aspx?updateid=3cf3be77-f086-449f-8ba5-033f605c688a
VERBOSE: HTTP/1.1 GET with 0-byte payload
VERBOSE: received 35002-byte response of content type text/html

Does anyone know how to fix the problem? thank you very much.

@mrmattipants
Copy link

mrmattipants commented Aug 19, 2024

This issue appears to be related to the following issue, since the Windows Update Download URLs are acquired via the "get-kbupdate" Cmdlet.

#226

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

No branches or pull requests

2 participants