ESB Portal – powershell error on 64-bit machine
Yesterday I was having an issue when trying to install the ESB management portal. Although I opened the gates security wise I still got PowerShell errors…
I could not figure out what the problem was….then my colleague Tomasso Groenendijk asked….”is it a 64-bit machine? Good luck with that!”
It was so simple, kuch, (if you would think of it)….configure this for 32-bit AND 64-bit.
a) Start PowerShell 32-bit
- Right click and choose ‘Run as Administrator’)
- Execute the following command:
Set-ExecutionPolicy RemoteSigned
a) Start PowerShell 64-bit
- Right click and choose ‘Run as Administrator’)
- Execute the following command:
Set-ExecutionPolicy RemoteSigned
Hope this helps someone….
Sander
Comments