SCCM deployment client ver 403.1

Have a powershell script that installs the latest xibo player and copies the xlm file that contains the CMS data. When I run this manually on a PC, it works fine. When I try to deploy the same ps script via SCCM the installation does not happen. Does anyone know anything on this or can share any insight. It would be greatly appreciated.

Without your script and logs everyone is guessing.
I guess the permissions dont match when the Account with SYSTEM permissions installs via SCCM vs. when you install it via the LOCAL Account, or the directory is invalid, not accessible

I agree with @Schweminska, you can also check the execution policy of your client computers, or change it with Set-ExecutionPolicy but definitely run it as the logged on user as @Schweminska suggested