Tagged Questions
2
votes
2answers
5k views
Why does my PowerShell script hang when called in PSEXEC via a batch (.cmd) file?
I'm trying to remotely execute a PowerShell script using PSEXEC. The PowerShell script is called via a .cmd batch file. The reason we do this is to change the execution policy, run the powershell ...