Agent静默安装
以下是Agent静默安装方法:
1、首先将Agent安装包和静默安装bat脚本批量下发到各客户端;
2、然后执行bat脚本,bat脚本参考内容如下:
@echo off
cd c:\ ##agent客户端所在路径
“cenlint.exe” /S /q /center=192.168.128 /port=443 ##cenlint.exe 客户端安装包名称
##center指定center地址
pause