Get
Use the
get
command to download an activation.These options are required:
- '-sn, --serialnumber'
- '-pk, --productkey'
These are optional:
- '-b, --binding',
- '-l, --locationcomputer,'
- '-q, --quantity',
- '-pv, --productversion'
These options can be included multiple times:
- '-sn, --serialnumber',
- '-pk, --productkey',
- '-q, --quantity',
- '-pv, --productversion'NOTE:Notes:
- The number of -pk options included must match the number of -sn options.
- If more than one -q option is included, it must match the number of -sn options.
- If -pv options are included, they must match the number of -sn options.
- The multiple options are order dependent. The first -sn value is used with the first -pk, -q, and -pv values. The second -sn value is used with the second -pk, -q, and -pv values, and so on.
Usage: get [options]
This table describes the command options.
Option | Description |
---|---|
-v|--verbose | Turns on trace messaging. |
-d|--disconnected | Use this required option to support disconnected workflows (get, rehost, and renew). You can specify a file spec for the data transport file. If you do not specify the file spec, a default file spec is used. Example: '-d:C:\Temp\TransportFile.xml' Note: '-d C:\Temp\TransportFile.xml' results in a parsing error. You must insert either ':' or '=' when specifying the data transport file. Note: The file spec must be for an xml file and therefore have an .xml file extension. |
-sn|--serialnumber | Required: The 10-character, alpha-numeric serial number provided in the Activation certificate. You can include multiple serial numbers but you must also include the same number of -pk options. Example: '-sn 5555566778' |
-pk|--productkey | Required: The 10-character, alpha-numeric product key, with optional '-' in the middle, provided in the Activation certificate. You can include multiple product keys but the number must match the number of -sn options. Example: '-pk YG7VM-T4WKU' |
-b|--binding | Optional: The binding identifier. Example: '-b 3-3519398' Example:'<computername>:130-3618734 where <computername> is the name of the computer. You might need to include the computer name when specifying remote bindings for disconnected get workflows. |
-l|--locationcomputer | Optional: This is a special binding qualifier that only applies when you specify an FNP/Flexera dongle binding. When you include this option, the .lic file is stored on the computer. If -l/--locationcomputer is not specified, the .lic file is stored on the FNP/Flexera dongle. Example: '-b FLEXID=9-41e14904 -l' |
-q|--quantity | Optional: The install count/quantity to be downloaded. If you do not specify a quantity, an install quantity of 1 is used. You can include multiple quantities but the number must match the number of -sn options. Example: '-q 5' If one -q is included, its value will be used for all -sn options included. |
-pv|--productversion | Optional: The product version. If you do not specify a version, the latest product version of the activation is used. You can include multiple product version options but the number must match the number of -sn options. Example: '-pv 32.00.00' |
-?|-h|--help | Show help information. |
Provide Feedback