Vector License Client » Command Line Interface » List Command

List Command

The list command will print a set of licenses or containers as table onto the console.

Possible parameters: all list parameters, i.e., any, anyContainer and anyLicense.

Furthermore: network, server, borrowable.

Procedure

Step by Step Procedure

  1. Open the command line interface.
  2. Enter the following list command and set the parameters according to your use case:
    VectorLicenseClient -list (((-activationKey <activation key> | -anyContainer | -anyLicense | -deviceSerial <serial> | -dongle | -local) [-any]) | (-network [-server <address>][-borrowable]) [-verbose]
  3. Press <Enter>.
    The notification Action finished appears.

Example

Examples

  • List all licenses on all connected license holders:
    VectorLicenseClient -l -anyLicense
  • List all connected license holders:
    VectorLicenseClient -l -anyContainer
  • List all activatable licenses of the activation key QEV3K-BZPC8-E62DR-TRCR3-GL9XF:
    VectorLicenseClient -l -activationKey QEV3K-BZPC8-E62DR-TRCR3-GL9XF
  • List all licenses on all configured license servers:
    VectorLicenseClient -l -network
  • List all borrowable licenses on all configured license servers:
    VectorLicenseClient -l -network -borrowable