Remote Operator for Windows-psexec.exe
时间:2010-09-15 来源:jankie
在域环境下如何去批量执行远程服务器上的命令?答:微软提供一工具psexec.exe
1.使用方式
c:>psexec.exe @xxx.txt shutdown -r -t 0
备注:通过psexec.exe远程重启服务器,服务器列表在xxx.txt中
2. 工具psexec.exe
需要去微软网站下载,可以baidu或google,很多。
3.服务器列表xxx.txt
xxxx.txt内容格式如下
192.168.1.1
192.168.1.2
192.168.1.3
纯IP地址列表。
相关阅读 更多 +