SANDBOX。管理 Sandbox

管理 Sandbox 组件的命令:

要运行命令,请转到 Kaspersky Endpoint Security 可执行文件所在文件夹。您还可以将可执行文件路径添加到 %PATH% 系统变量并运行该命令,而无需导航到应用程序文件夹。

命令语法

avp.com stop sandbox [/login=<user name> /password=<password>]

avp.com start sandbox

avp.com sandbox /set [--tls=yes|no] [--servers=<server address>:<port>] [--timeout=<Sandbox server connection timeout (ms)>] [--pinned-certificate=<path to the TLS certificate>][/login=<user name> /password=<password>][--client-certificate=<path to the PFX archive>]

avp.com sandbox /show

操作

 

stop

禁用 Sandbox 组件。

start

启用 Sandbox 组件。

set

配置 Sandbox 组件。您可以修改以下设置:

  • 使用受信任连接 (--tls)
  • 添加 TLS 证书(--pinned-certificate
  • 设置 Sandbox 服务器连接超时 (--timeout)
  • 添加 Sandbox 服务器(--servers
  • 添加加密容器(--client-certificate

show

显示组件的当前设置。您获得以下响应:

sandbox.timeout=<Sandbox server connection timeout (ms)>

sandbox.tls=<trusted connection status>

sandbox.servers=<list of Sandbox servers>

身份验证

 

/login=<user name> /password=<password>

带有所需密码保护权限的用户账户凭证。

例如:

avp.com start sandbox

avp.com sandbox /set --tls=yes --pinned-certificate="C:\Users\Admin\certificate.pem"

avp.com sandbox /set --servers=10.10.111.0:147

页面顶部