Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

PSNVIDIA.NLS

MIT licensed PowerShell Gallery Downloads PowerShell Gallery Version

This PowerShell module lets one accomplish various tasks with the NVIDIA License System API and is available in the PowerShell Gallery

Tip

Read the related blog post at https://blog.graa.dev/PowerShell-NVIDIASoftware

🚀 Features

  • Retrieve compatible versions of e.g. vGPU software
  • Retrieve download URLs for vGPU or DLS software

📄 Prerequisites

PowerShell version

This module works on both Windows PowerShell and PowerShell Core.

NVIDIA LS

Note

This module has been tested on the NVIDIA License System API in mid June 2025.

📦 Installation

Install the version that is published to the PowerShell Gallery:

Install-Module -Name PSNVIDIA.NLS

🔧 Usage

Create an API key

Create an API key in the NVIDIA Portal with the Software Downloads access type.

$apiKey = Read-Host -AsSecureString -Prompt 'NVIDIA License System API key'

Retrieve compatible software versions

Get-NVLSCompatibleDownload -ApiKey $apiKey

Retrieve software download URLs

Find-NVLSDownload -ApiKey $apiKey

🙌 Contributing

Any contributions are welcome and appreciated!

Please do so by forking the project and opening a pull request!

✨ Credits

Note

This PowerShell module is unofficial and not supported by NVIDIA in any way.

About

PowerShell Module for interacting with the NVIDIA License System (NLS) API

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Used by

Contributors

Languages