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…

Error_SetPolicy

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!”

64bit

It was so simple, kuch, (if you would think of it)….configure this for 32-bit AND 64-bit.

a) Start PowerShell 32-bit

image

  • Right click and choose ‘Run as Administrator’)
  • Execute the following command:

Set-ExecutionPolicy RemoteSigned

a) Start PowerShell 64-bit

image

  • Right click and choose ‘Run as Administrator’)
  • Execute the following command:

Set-ExecutionPolicy RemoteSigned

 

Hope this helps someone….

 

Sander

Tags van Technorati: ,,

Comments

Popular posts from this blog

Azure implementation guidelines

UK Connected Systems User Group – BizTalk Services questions

Setting up a build server with the BizTalk Deployment Framework