<t>Some things to check:<br/>
<br/>
Can you change to unrestricted?<br/>
<br/>
Set-ExecutionPolicy Unrestricted<br/>
<br/>
```<br/>
<br/>
Is the group policy set?<br/>
<br/>
- `Computer Configuration\Administrative Templates\Windows Components\Windows PowerShell`<br/>
<br/>
- `User Configuration\Administrative Templates\Windows Components\Windows PowerShell`<br/>
<br/>
Also, how are you calling Script.ps1?<br/>
<br/>
Does this allow it to run?<br/>
<br/>
```<br/>
powershell.exe -executionpolicy bypass -file .\Script.ps1<br/>
<br/>
```</t>