You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS C:\WINDOWS\system32> Get-LSUpdate -Model '20M2' -All | Save-LSUpdate -Path 'C:\Temp\Drivers\20M2' -ShowProgress
WARNING: The repository 'https://download.lenovo.com/catalog' did not contain either a '20M2_Win11.xml' or 'database.xml' file to get packages from
WARNING: Could not get 20M2_Win11.xml: URL https://download.lenovo.com/catalog/20M2_Win11.xml is not reachable: WebException: The remote server returned an error: (404) Not Found.
WARNING: Could not get database.xml: URL https://download.lenovo.com/catalog/database.xml is not reachable: WebException: The remote server returned an error: (404) Not Found.
No packages for computer model '20M2' could be retrieved from repository 'https://download.lenovo.com/catalog'
At C:\Users\au008867\Documents\WindowsPowerShell\Modules\LSUClient\1.8.2\public\Get-LSUpdate.ps1:160 char:13
throw "No packages for computer model '${Model}' could be ...
Version
1.8.2
Computer Model
"1M2S02509
Problem
PS C:\WINDOWS\system32> Get-LSUpdate -Model '20M2' -All | Save-LSUpdate -Path 'C:\Temp\Drivers\20M2' -ShowProgress
WARNING: The repository 'https://download.lenovo.com/catalog' did not contain either a '20M2_Win11.xml' or 'database.xml' file to get packages from
WARNING: Could not get 20M2_Win11.xml: URL https://download.lenovo.com/catalog/20M2_Win11.xml is not reachable: WebException: The remote server returned an error: (404) Not Found.
WARNING: Could not get database.xml: URL https://download.lenovo.com/catalog/database.xml is not reachable: WebException: The remote server returned an error: (404) Not Found.
No packages for computer model '20M2' could be retrieved from repository 'https://download.lenovo.com/catalog'
At C:\Users\au008867\Documents\WindowsPowerShell\Modules\LSUClient\1.8.2\public\Get-LSUpdate.ps1:160 char:13
Additional context
No response