How to display the remaining license credits for a Volume License key?
To display the remaining license credits for a Volume License key, run the following command line as an elevated Administrator:
AdminTool.exe /vl /credits-license VOLU-MELI-CENS-EKEY /login JOHNDOE [/edition Essentials] [/silent]
Parameters
This command may take four parameters:
- VOLU-MELI-CENS-EKEY : use your own Volume License Key
- /login JOHNDOE : provide the login of the partner associated with the Volume License key
- /edition Essentials : provide the optional edition parameter for Advanced Security and Server Monitoring products
- /silent : executes the command silently
The output will be stored in the user-level environment variable named
VOLUME_LICENSE_CREDITS
. It may be required to read the value of
VOLUME_LICENSE_CREDITS
from a different process, using the command:
echo %VOLUME_LICENSE_CREDITS%
Please find below the expected editions for Advanced Security and Server Monitoring products:
- Advanced Security: “Essentials”, “Ultimate”
- Server Monitoring: “Essentials”, “Startup”, “Business”
The following executables must be used to find the respective number of remaining credits:
- Remote Access: C:\Program Files (x86)\TSplus\UserDesktop\files\AdminTool.exe
- Advanced Security: C:\Program Files (x86)\TSplus-Security\TSplus-Security.exe
- Server Monitoring: C:\Program Files (x86)\TSplus-ServerMonitoring\ServerMonitoring.exe
- 2FA: C:\Program Files (x86)\TSplus\UserDesktop\files\TwoFactor.Admin.exe
- RPA: C:\Program Files (x86)\TSplus-RPA\AdminTool.exe
- Remote Work: C:\Program Files (x86)\TSplus\UserDesktop\files\AdminTool.exe
title : “How to display the remaining support credits for a Volume License key?”
To display the remaining support credits for a Volume License key, run the following command line as an elevated Administrator:
AdminTool.exe /vl /credits-support VOLU-MELI-CENS-EKEY /login JOHNDOE [/edition Essentials] [/silent]
Parameters
This command may take four parameters:
- VOLU-MELI-CENS-EKEY : use your own Volume License Key
- /login JOHNDOE : provide the login of the partner associated with the Volume License key
- /edition Essentials : provide the optional edition parameter for Advanced Security and Server Monitoring products
- /silent : executes the command silently.
The output will be stored in the user-level environment variable named
VOLUME_LICENSE_CREDITS
. It may be required to read the value of
VOLUME_LICENSE_CREDITS
from a different process, using the command:
echo %VOLUME_LICENSE_CREDITS%
Please find below the expected editions for Advanced Security and Server Monitoring products:
- Advanced Security: “Essentials”, “Ultimate”
- Server Monitoring: “Essentials”, “Startup”, “Business”
The following executables must be used to find the respective number of remaining credits:
- Remote Access: C:\Program Files (x86)\TSplus\UserDesktop\files\AdminTool.exe
- Advanced Security: C:\Program Files (x86)\TSplus-Security\TSplus-Security.exe
- Server Monitoring: C:\Program Files (x86)\TSplus-ServerMonitoring\ServerMonitoring.exe
- 2FA: C:\Program Files (x86)\TSplus\UserDesktop\files\TwoFactor.Admin.exe
- RPA: C:\Program Files (x86)\TSplus-RPA\AdminTool.exe
- Remote Work: C:\Program Files (x86)\TSplus\UserDesktop\files\AdminTool.exe