I am using WASP successfully with PowerShell 64 bits, but I need to use PowerShell 32 bits cause of OCR MODI.Document.
But my PowerShell x86 is not able to load my WASP module : See when I am trying to reach WASP module How is it possible? I've run both with administrator account ...
I've never seen that--I gave rights to everyone, but I can't reach my folder Right for folder WASP
For module to be accessible from both x86 and x64 PS, it should be in:
You shouldn't install modules in
because
See this document: Installing a PowerShell Module.
Here is screenshot of ProcMon, showing that x86 PS doesn't look into the x64 module directory when trying to import module: