Before running the .ps1 script you can run the following command:
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser
then check with Get-ExecutionPolicy -List
if the policy has been set correctly.
You can run these commands directly in the same path where the Start_SignallingServer.ps1
is