Hello guys,
I have a powershell script to perform an installation of a program if it does not exist in the remote server. We monitor the servers using solarwinds agent. The script works file during the testing (run the script using my account with an administrator priv on remote server). But when deploy in SAM, the script doesn't work as expected as it requires an administrator rights. The Powershell script seems executed by "NT AUTHORITY\SYSTEM" on remote server.
Is there a way to overcome this issue?