acquire command
Use the acquire command to generate and acquire multiple FoD keys from Lenovo website and install these keys to the target key repository.
acquire command syntax
OneCli.exe multifod acquire <--auth <auth_code>> <--kmsid <kms_id>> <--configfile <connection_arg>>
[--insecure] [--output <folder>]
Parameter | Required/Optional | Notes |
---|---|---|
--auth | Required | Specify Lenovo authorization code. |
--configfile | Required | Specify the config file for multi task command. For the format, refer to Sample/multi_task_config.json |
--insecure | Optional | Allow insecure server connections when using SSL |
--kmsid | Required | Specify Lenovo ID credential for Lenovo Web site interactive. |
Example of the acquire command
OneCli.exe multifod acquire --auth xxx --kmsid userid:password
--insecure --configfile multi_task_config.json --log 5
Give documentation feedback