Я запускаю PsExec с помощью Powershell:
Start-Process -FilePath "psexec.exe" -ArgumentList "-u user -p pass -accepteula -i -h cmd /c `"powershell.exe -NonInteractive -File myscript.ps1`""
Но CMD PsExec виден до тех пор, пока сценарий powershell myscript.ps1
будет завершен.
Так как же я могу скрыть PsExec CMD?