使用psexec执行Powershell脚本

时间:2018-11-06 03:09:37

标签: powershell psexec

我试图使用psexec在同一$ env:userprofile路径上的10台计算机上执行PowerShell脚本,但是它不起作用。如果我指定类似“ c:\ Users \ bob \”的路径,则可以使用。下面的脚本不起作用。

psexec -u domain\bob -p password -h -d cmd /c powershell.exe -Command "(New-Object System.Net.Webclient).DownloadFile('http://x.x.x.x/1.exe','$env:userprofile\1.exe')"

0 个答案:

没有答案