Powershell Script Fails

I have a Powershell Script that runs fine if I execute it on the Robot machine under the Robot Account
However, if I run it via Orchestrator, it fails with the error Invoke Power Shell: File C:\Powershell\GetADUsersSubset.ps1 cannot be loaded because running scripts is disabled on this system.

Any ideas please

@gary.cobden

As per error looks like the scripts are disabled on the system…and when running from orch…the robot would run as nt windows users…so may be the access to run is not given to localhost

Cheers