Download Commander PowerShell Module for REST v2
Snow Commander includes a robust API that is continuously updated and improved upon to meet the needs of users. Currently work is ongoing for our REST v3 API and all new features are being supported in this modern version of the API. Duplication of all the functionality available in REST v2 API is ongoing at the same time. While some new features are provided backwards support in the REST v2 API, active development is focused on the modern API rather than making sure the legacy version is feature complete.
Snow provides a PowerShell Module for the REST v2 API downloadable from Microsoft.
Downloading the Commander PowerShell Module for REST v2
- Launch PowerShell and issue the following command:
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
- When prompted to import the NuGet provider, enter Y to agree.
- Issue the command:
Install-Module -Name vCommander -AllowClobber -Force
- Issue the command:
Install-Module -Name vCommanderRestClient -AllowClobber -Force
- To confirm the module is imported correctly, issue the command:
get-module -listavailable
The modules will appear as VCommander and VCommanderRestClient.
See Also
Attached to this article are two documents supporting legacy versions of REST v2 API and using the PowerShell module (referred to as the REST client) to interact with the API. Other solutions available on Snow Globe and elsewhere may also use the legacy API and documentation, but Snow recommends any new solutions be developed against the modern REST v3 API.Technical Support for legacy solutions may be limited otherwise.
Was this helpful?
© 2026 Flexera. All rights reserved.