License
Installs a license on the machine where Veeam Agent for Microsoft Windows is running and sets the product edition.
Prerequisites
You must obtain a license file and store it on the local drive of the machine where Veeam Agent for Microsoft Windows is installed or in a network shared folder.
Syntax
|
Veeam.Agent.Configurator.exe -license /f: [/w] [/s] |
Parameters
|
Parameter |
Optional/Required |
Description |
|---|---|---|
|
/f: |
Required |
Path to the license file. |
|
/w |
Optional |
Sets the agent edition to Workstation. If this parameter is not specified, Workstation edition is set automatically for the client OS versions. |
|
/s |
Optional |
Sets the agent edition to Server. If this parameter is not specified, Server edition is set automatically for the server OS versions. |
Example of Use
This example installs the veeam_license.lic license file stored in the \\Fileserver\license\ shared folder and sets the product edition to Workstation.
|
Veeam.Agent.Configurator.exe -license /f:"\\Fileserver\license\veeam_license.lic" /w |