一种方法是在远程服务器上部署脚本到计划任务.l另一种就是在本地用远程的方式直接运行批处理.$c=Get-Credential$s=new-pssession -computer WIN-OG5MFT620C3 -Credential $cicm $s {cd pathcmd.bat}