The eVSM Remote License Activation (RLA) facilitates activation of eVSM via a Windows script or VBScript.
To use this function you must have:
- The eVSM Software installed on the client PC
- A valid product key
- Admin privilege login to the client PC
- A login account at https://evsm.com
Command to activate:
AbouteVSM.exe -activate ProductKey -email EmailAddress -token SecurityToken
where:
Pathname = Path to the eVSM installation Resources folder, eg. "C:\Program Files\eVSM\Setup\Resources\AbouteVSM.exe"
ProductKey = A valid eVSM license product key
SecurityToken = This is the "token" displayed in the https://evsm.com/user after the user is logged in.
Example:
"C:\Program Files\eVSM\Setup\Resources\AbouteVSM.exe" -activate EV800-STXXX-XXXXX-XXXXX-XXXXX-XXXXX -email joe.blogs@domain.com -token XXXXXXXXXXXXXXXXXXXXXX
Note: All hyphens (-) must be included. Also, the pathname will need to be adjusted for your windows and language environment.
The above line can be executed from your company installation scripts, or a separate stand-alone windows script, or even typed in from a DOS command prompt.