potatoqualitee / kbupdate

🛡 KB Viewer, Saver, Installer and Uninstaller
MIT License
338 stars 50 forks source link

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

Open ah8senr3qw4789t445 opened 1 year ago

ah8senr3qw4789t445 commented 1 year ago

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 commented 1 month ago

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

https://github.com/potatoqualitee/kbupdate/issues/226