clortho
clortho copied to clipboard
Windows 7
If I run the simple usage example from the readme on windows 7 it just hangs.
The problem seems to be in run-powershell.js. The child process just hangs and the callback is never invoked.
If I remove the return and call childProcess.stdin.end() the callback is executed as expected. But with this change I then run into problems with the follow up powershell usage for Get-Credential.
Is Windows 7 really supported? Maybe I have a configuration issue?
I'm encountering this same issue, it works fine on Windows 10 and Windows Server 10 - though you have to allow remote scripts to run first.
I believe I've resolved this issue with PR #3