This section explains how to use the CLI (Command Line Interface) tool.
In order to efficiently install YubiOn FIDO Logon under organizational management such as Active Directory environment, we provide CLI commands in the client software.
After installation, “FlsCliTool.exe” located in the directory “C:\Program Files\YubiOn\Fls\FlsCliTool” is the executable file of the command.
To use the CLI tool, the client software must be version 1.1.0.1 or later.
The basic format for using the CLI tool at the command prompt is as follows.
The argument passing follows the general command argument passing method of the Windows command prompt (or PowerShell, etc.).
FlsCliTool.exe [command] [options...]
command
Describe the process to be executed by the CLI tool.
options
Describe the options required for each command.
Command | Client Software Version | Execution details |
---|---|---|
register | 1.1.0.1 or later | Set the registration code and make YubiOn FIDO Logon ready for use. |
set_cp_title_alternative_text | 3.0.0.1 or later | Customize the product name description section on the CredentialProvider. |
help | - | Displays how to use the command. |
If there is no matching command, the help command is executed.
The exit code returned when the command is executed is as follows
Exit code | Content |
---|---|
0 | Success |
1 | Parameter error |
2 | Administrative privileges required |
3 | Service is not running |
4 | License expiration |
5 | Number of licenses exceeded |
6 | Registration code error |
7 | Device information has been deleted. |
8 | Server communication error |
10 | Already registered error |
129 | Not connected to AD |
130 | AD server communication error |
The method of obtaining the exit code depends on the environment (command prompt/PowerShell) in which it is executed.