远程协作终端
在目标机器上执行以下命令即可自动部署并运行:
$ curl -fsSL https://host/agent/install | sh
$ curl -fsSL https://host/agent/install | sh -s -- --download-only
irm https://host/agent/install.ps1 | iex
& ([scriptblock]::Create((irm https://host/agent/install.ps1))) --download-only