几个小时后,Powershell远程工作被杀

时间:2015-11-04 04:43:57

标签: powershell powershell-remoting

我正在运行一个远程作业,作为部署的一部分,应该永远运行(播种随机数据)但是这个过程在几个小时后就会被杀死。我正在计算一些丢失的远程服务标志或其他东西。 / p>

我通过此powershell命令运行远程作业

Invoke-Command -ComputerName DEPLY -Credential $cred -AsJob -ScriptBlock { 
    C:\Deply\${bamboo.Configuration}\Seed\Seed.exe /y 
}

有没有办法防止这个过程被杀?

0 个答案:

没有答案