Module is compiled as x86 but ProcessorArchitecture is amd64
First off I would like to say I love this module and it a absolute requirement for me when interacting with the MIM portal at this point. It seems the module is compiled as x86 but the ProcessorArchitecture in the manifest list 'Amd64' as the required architecture. While I would normally consider this a mute point, but I was made aware that Microsoft System Center Orchestrator still runs powershell in x86 mode regardless of the server architecture. That being said if it is not an oversight, I would love to know the reasoning.
Hi @kendall18,
Thanks for the feedback!
The binaries themselves are compiled to 'anycpu' so will work on either architecture. The inclusion of the x64 platform architecture in the module manifests is an error. The line can be safely commented out, as there is no processor architecture requirement for this module. I'll update this in a future build, but you can just comment out that line in the mean time