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
- Retrieve compatible versions of e.g. vGPU software
- Retrieve download URLs for vGPU or DLS software
This module works on both Windows PowerShell and PowerShell Core.
Note
This module has been tested on the NVIDIA License System API in mid June 2025.
Install the version that is published to the PowerShell Gallery:
Install-Module -Name PSNVIDIA.NLSCreate an API key in the NVIDIA Portal with the Software Downloads access type.
$apiKey = Read-Host -AsSecureString -Prompt 'NVIDIA License System API key'Get-NVLSCompatibleDownload -ApiKey $apiKeyFind-NVLSDownload -ApiKey $apiKeyAny contributions are welcome and appreciated!
Please do so by forking the project and opening a pull request!
Note
This PowerShell module is unofficial and not supported by NVIDIA in any way.