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

頁面頂部