Ive changed my Powershell execution policy from Restricted
to RemoteSigned
. If I open up a new Powershell terminal and run Get-ExecutionPolicy
I get back RemoteSigned
.
I've also setup Powershell to run in Intellij instead of the default command prompt. However when I run Get-ExecutionPolicy
in Intellij's terminals (note: I have restarted Intellij after changing the policy) I still get back Restricted
.
Why is that and how do I get Intellij to pick up my actual execution policy?