Managing the list of trusted devices on the command line

The list of trusted devices contains information about devices that are allowed to be accessed (for specific users or groups).

In the command line, you can view the list of trusted devices, add and remove devices from the list, and import the list of trusted devices from a file.

To view the list of trusted devices, run the following command:

kics-control --trusted-devices --list

To add a device to the list of trusted devices, run the following command:

kics-control --trusted-devices --add <identifier>

where <identifier> is the device ID or device ID mask.

To remove a device from the list of trusted devices, run the following command:

kics-control --trusted-devices --delete <identifier>

where <identifier> is the device ID or device ID mask.

To import a list of trusted devices from a file, run the following command:

kics-control --trusted-devices --merge|--add|--replace --file <file>

where:

Page top