Hi,
I want to run power shell command on a simple console app.
I'm running on x64 platform.
As I'm running with AnyCpu option it doesn't work.
I'm getting error pnputil : The term 'pnputil' is not recognized as the name of a cmdlet,
If i'm running with x64 option it works.
How can I run the application so it'll work on platforms? (e.g on x32 , x64)
Thank You.