| As a Bolt user, I want my command for Windows nodes to work in all scenarios, regardless of the chosen transport. Today there is in inconsistency between the WinRM transport and the PCP transport when using 'bolt command run' Under the WinRM transport the given command is executed via Powershell Under the PCP transport the given command is executed via the bolt_shim::command Task, which ends up running under cmd.exe and not Powershell |