Managing integration settings with Kaspersky Industrial CyberSecurity for Networks
August 27, 2024
ID 218698
To manage the integration settings of Kaspersky Endpoint Agent with Kaspersky Industrial CyberSecurity for Networks using the command line interface:
- On the device, run a command line interpreter (for example, Command Prompt cmd.exe) with the permissions of the local administrator.
- Using the
cd
command, navigate to the folder where the Agent.exe file is located.For example, enter the command
cd "C:\Program Files (x86)\Kaspersky Lab\Endpoint Agent\"
and press ENTER. - Run the following command and press ENTER:
agent.exe --message-broker=<enable|disable|show> --type=<kics> [--compression=<yes|no>] [--tls=<yes|no>] --servers=<
address
>:<
port
> [--pinned-certificate=<
full path to the TLS certificate file
>] [--client-certificate=<
full path to the certificate file
>] --client-password=<
password for the PFX archive
>
[--sync-period=<
frequency of sending a request for synchronization
>]Settings for integration between Kaspersky Endpoint Agent and Kaspersky Industrial CyberSecurity for Networks
Parameter
Description
--message-broker=<enable|disable|show>
Required parameter.
Allows you to enable, disable, and view the status of the integration between Kaspersky Endpoint Agent and Kaspersky Industrial CyberSecurity for Networks.
--message-broker=<enable>
– enables integration.--message-broker=<disable>
– disables integration.--message-broker=<show>
– displays the integration status of Kaspersky Endpoint Agent with Kaspersky Industrial CyberSecurity for Networks.
--type=<kics>
Required parameter.
Allows you to specify Kaspersky Industrial CyberSecurity for Networks as the application to integrate with.
--compression=<yes|no>
Allows you to enable or disable compression of data transferred between Kaspersky Endpoint Agent and the Kaspersky Industrial CyberSecurity for Networks server.
Enabled by default.
---tls=<yes|no>
Allows you to enable or disable a trusted connection between Kaspersky Endpoint Agent and Kaspersky Industrial CyberSecurity for Networks.
--tls=<yes>
– enables trusted connection.--tls=<no>
– disables trusted connection.
--servers=<
address
>:<
port
>
Required parameter.
Allows you to specify Kaspersky Industrial CyberSecurity for Networks server data.
--pinned-certificate=<
full path to the TLS certificate
>
Required parameter, if the
--tls
parameter is passed with the<yes>
value.Allows you to add a TLS certificate for connecting Kaspersky Endpoint Agent with the Kaspersky Industrial CyberSecurity for Networks server.
--client-certificate=<
full path to the certificate file
>
Allows you to add a user certificate for connecting Kaspersky Endpoint Agent with the Kaspersky Industrial CyberSecurity for Networks server.
--client-password=<
password for the PFX archive
>
Allows you to enter the password for the PFX archive that contains a user certificate for connecting Kaspersky Endpoint Agent with the Kaspersky Industrial CyberSecurity for Networks server.
--sync-period=<
frequency of sending a request for synchronization
>
Allows you to specify the frequency of sending a request to synchronize Kaspersky Endpoint Agent settings and tasks with the Kaspersky Industrial CyberSecurity for Networks server.