Re: Unable to exec Powershell on one slave.
Ding! Ding! Ding! Ding! That's it Chris! That's the solution. I needed to Set-ExecutionPolicy for the 64bit Powershell. I had only modified the 32bit version. Thank you very much!
RE: Unable to exec Powershell on one slave.
Are you on a 64bit version of Windows, and if so, did you set the policy using both the 32-bit and 64-bit PowerShell exe ? We had a similar error in the past because the policy had been manually set from a command line, which used the 64bit exe, but Jenkins was using the 32bit PowerShell. 32-bi