Managing Kaspersky Sandbox integration options
To use Kaspersky Endpoint Agent command line interface to manage the settings of the integration of Kaspersky Endpoint Agent with Kaspersky Sandbox:
- On the workstation, run the command line interpreter (for example, Command Prompt cmd.exe) under the local administrator user account.
- Use the
cd
command to change to the directory where the agent.exe file is located.For example, you can type
cd "C:\Program Files (x86)\Kaspersky Lab\Endpoint Agent\"
and press ENTER. - Run the following command and press ENTER:
agent.exe --sandbox=<enable|disable|show> [--tls=<yes|no>] --servers=<
address>:<
port> [--timeout=<
maximum waiting time for the Kaspersky Sandbox server response>] [--pinned-certificate=<
full path to the file of the TLS certificate for the connection between Kaspersky Endpoint Agent and Kaspersky Sandbox>] --pwd=<
current user password>
Options of the
--sandbox
command for managing settings of the integration of Kaspersky Endpoint Agent with Kaspersky SandboxParameter
Description
--sandbox=<enable|disable|show>
Mandatory option.
Allows enabling, disabling and viewing status of the integration of Kaspersky Endpoint Agent with Kaspersky Sandbox.
--sandbox=<enable>
enables the integration.--sandbox=<disable>
disables the integration.--sandbox=<show>
displays the state of the integration of Kaspersky Endpoint Agent with Kaspersky Sandbox.
---tls=<yes|no>
Optional option.
Allows enabling and disabling the trusted connection of Kaspersky Sandbox with Kaspersky Endpoint Agent.
--tls=<yes>
enables trusted connection.--tls=<no>
disables trusted connection.
--servers=<
address>:<
port>
Mandatory option.
Allows adding Kaspersky Sandbox servers to the Kaspersky Endpoint Agent list.
--timeout=<
maximum waiting time for the Kaspersky Sandbox server response>
Optional option.
Allows configuring the maximum waiting time for the Kaspersky Sandbox server response in milliseconds.
--pinned-certificate=<
full path to the file of the TLS certificate for the connection between Kaspersky Endpoint Agent and Kaspersky Sandbox>
Mandatory option if the
--tls
is specified with the<yes>
value.Lets you add the TLS certificate for the connection between Kaspersky Endpoint Agent and Kaspersky Sandbox.
--pwd=<
current user password>
Lets you enter the password of the user account that is used to run the command.