Correct. The "Advanced" setting for running the Polling Job is related to the Orion Job Engine. E.G. 64bit Job Engine or x86 Job Engine. This setting does not control the bitness of PowerShell executed on remote hosts. To leverage 32bit PowerShell on the remote host you would need to account for this within your script, such as utilizing the Start-Job cmdlet with the -RunAs32 parameter.
↧