To use the command line interface to view information about Quarantine options and objects quarantined by the Kaspersky Endpoint Agent application:
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 --quarantine=show [--pwd=<
current user password>]
if you want to view the list of quarantined objects.The following information is displayed about all quarantined objects on workstations in the quarantine folder specified in Quarantine options:
ouid
).DETECT
if the file was quarantined by the EPP application (Kaspersky Endpoint Security for Windows) or as part of Threat Response actions for a threat detected by Kaspersky Sandbox. For example, local Quarantine and delete action or global Quarantine and delete after IOC is found action.CUSTOM
if the file was quarantined manually using the -quarantine=add
command.AUTOMATIC_<
name of the application that had discovered the threat in the quarantined file>
if the file was quarantined by the EPP application or as part of Threat Response actions for a threat detected by Kaspersky Sandbox. For example, local Quarantine and delete action or global Quarantine and delete after IOC is found action.BY USER
if the file was quarantined manually using the -quarantine=add
command.agent.exe --quarantine=limits
if you want to view current values of Maximum Quarantine size (MB) and Threshold value for space available (MB) settings set during configuring Quarantine settings.Values of size_limit
and free_space_threshold
settings are displayed.
Return codes of the --quarantine
command: