You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# list the current policy (no admin)Get-ExecutionPolicy-List
# bypass current user (no admin)Set-ExecutionPolicy Bypass -Scope CurrentUser -Force
# bypass whole machine (admin required)Set-ExecutionPolicy Bypass -Scope LocalMachine -Force