Bigfix action executed but no result in windows machine

The easiest way to test programs running as LocalSystem is with psexec from https://microsoft.com/sysinternals

With that, you can run psexec -i -S cmd to open a command shell as the LocalSystem account, and then try executing your powershell.

1 Like