Howard

Results 3 issues of Howard

See Issue for details, but this avoids Progress, Verbose, Information, Warning PowerShell messages from dumping raw CLIXML into Response.stderr. It adds Respose.warning and verbose for those streams. Information already appears...

Only Write-Error is currently handled by pywinrm. Any other of the other PowerShell streams will output CLIXML and end up in Response.stderr. I have created a PR that fixes this....

When running a PS script that inadvertently prompts (such as missing parameters), it will hang forever. winrm/__init__.py around line 52 should add NonInteractive to have it error out instead of...

bug
high_level_api