masterzen / winrm

Command-line tool and library for Windows remote command execution in Go
Apache License 2.0
421 stars 129 forks source link

Allow callers to control powershell.exe parameters #119

Open koikonom opened 3 years ago

koikonom commented 3 years ago

Sometimes we need to call powershell.exe with switches such as -NoProfile. This PR allows us to make such calls but also maintains backwards compatibility.

taliesins commented 2 years ago

@masterzen any chance we can get this merged? It would be useful to a lot of people.