Orchestrate driver, BIOS/UEFI and firmware updates for Lenovo computers - with PowerShell!
Installation
Install-Module -Name 'LSUClient'
Show Available Updates
Get-LSUpdate
Find and install available updates:
$updates = Get-LSUpdate
$updates | Install-LSUpdate -Verbose
Ref: