# Since windows NCPA is 32-bit, if you need to use 64-bit powershell, try the following for
# the powershell plugin definition:
# .ps1 = c:\windows\sysnative\windowspowershell\v1.0\powershell.exe -ExecutionPolicy Unrestricted -File $plugin_name $plugin_args
Hope this helps.
Be sure to check out our Knowledgebase for helpful articles and solutions!
So we were on the right track. The problem was associated with the Path to powershell.exe
Although it appeared correct when trying to access it gave a generic "not recognized" error
The path was re-created and low and behold the original .ps1 entry began working
I can only summarize that this is not a common failure and was not readily obvious as the path appeared correct but when accessing it fully qualified failed
So hopefully in the future if anyone else runs into a similar error they might take a look at not only the Sysnative virtual folder but the path the to powershell.exe as well.
Thanks for everyone's help and please lock this post,
Danny