You can manage Kaspersky Endpoint Agent using the command line interface. The command line interface functionality is provided by the agent.exe utility. The agent.exe utility is part of the Kaspersky Endpoint Agent distribution kit and is installed onto each workstation with Kaspersky Endpoint Agent in the %ProgramFiles%\Kaspersky Lab\Endpoint Agent
directory (if a 32-bit operating system is installed on the workstation) or %ProgramFiles (x86)%\Kaspersky Lab\Endpoint Agent
(if a 64-bit operating system is installed on the workstation).
Example: If the workstation has the 64-bit Windows 7 operating system installed and the Kaspersky Endpoint Agent application is installed on drive C, the agent.exe is located in the following directory:
|
To manage Kaspersky Endpoint Agent using the command line interface:
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.
agent.exe --<application option that you want to configure>=<action on the option that you want to perform>
and press ENTER.The execution result (return code) of the command is displayed.
You can manage the following options of Kaspersky Endpoint Agent:
help
Displays help information about all options of the application and possible values.
trace
Allows configuring trace in the Kaspersky Endpoint Agent application.
Available actions: enable
, disable
, show
.
dump
Allows configuring dump creation in the Kaspersky Endpoint Agent application.
Available actions: enable
, disable
, show
.
quarantine
Allows to work with the Quarantine of Kaspersky Endpoint Agent.
Available actions: add
, delete
, restore
, show
, limits
.
sandbox
Allows managing the integration of Kaspersky Endpoint Agent with Kaspersky Sandbox.
Available actions: enable
, disable
, show
.
update
Allows managing Kaspersky Endpoint Agent database updates.
Available actions: bases
, modules
.
ppl
Allows managing processes of Kaspersky Endpoint Agent that are run with the PPL flag (processes are protected by the Protected Process Light (PPL) technology).
Processes that are run with the PPL flag cannot be stopped or modified by other processes that do not have the PPL attribute.
Using the PPL flag for application services lets us secure the services from outside malicious activity or attempts to compromise the application.
Available actions: enable
, disable
, show
.
password
Allows managing the password protection of the Kaspersky Endpoint Agent application.
Available actions: set
, reset
, state
.
product
Allows managing the Kaspersky Endpoint Agent application.
Available actions: start
, stop
, state
.
Example: To display help on all application options and their possible values, run the command:
To enable the integration with Kaspersky Sandbox, run the command:
|