Existem 3 ações (1) Powershell: comando =
Set-ExecutionPolicy -ExecutionPolicy Unrestricted
(2) Powershell: executar um script que tenha
Echo "test"
Read-Host -Prompt "press any key to exit"
(3) Set-ExecutionPolicy -ExecutionPolicy restrito
O que eu estava perdendo estava no 1º passo
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Force