Skip to content

Installation#

Prerequisites#

Before installing the Lenovo.Client.Update module, ensure your system meets the following requirements:

  • Operating System: Windows 10 or Windows 11
  • PowerShell: Version 5.0 or later
  • Administrative Rights: Required for installation and update operations
  • .NET Framework: May be required for certificate validation components

Installation Methods#

The easiest way to install the module is from the PowerShell Gallery:

Install-Module -Name Lenovo.Client.Update -Scope CurrentUser

For all users:

Install-Module -Name Lenovo.Client.Update -Scope AllUsers

Manual Installation#

  1. Download from Lenovo
  2. Extract to: C:\Program Files\WindowsPowerShell\Modules\LnvUpdate\
  3. Import: Import-Module Lenovo.Client.Update

Verify Installation#

Get-Command -Module Lenovo.Client.Update
Get-Help Get-LnvUpdate

Update Module#

Update-Module -Name Lenovo.Client.Update