I\'m pretty new to powershell integration in Jenkins and my scripts won\'t run because (I believe) I need powershell to be executed in 64 bit. Running:
OK, so the answer was pretty simple, yet maddening all at once. Basically, the module(s) didn't exist in both of the Powershell paths (x86 and x64), so copying the modules over to the 32-bit powershell environment fixed the issue.