test.ps1 is not digitally signed. The script will not execute on the system
test.ps1 is not digitally signed. The script will not execute on the system The fix is to run Set-ExecutionPolicy and change the Execution Policy setting. Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass