标签: powershell psexec
我是PowerShell的新手。我有ps脚本文件:
$Output = psExec -accepteula -n 60 -d \\xxx c:\xxx.exe "..." write-output $output
但似乎$输出为空,并且没有捕获PsExec的输出。我该如何正确地做到这一点?
由于