Setting executionPolicy in the administrator.

Set-ExecutionPolicy RemoteSigned
powershell.exe -ExecutionPolicy Bypass -File "path\\yourScript.ps1"

See the execution policy set at the various scopes using

Get-ExecutionPolicy -List