Hello! I have a PowerShell monitor that runs a script that works on the remote machine and on the local Orion server.
When we run the script from SAM PowerShell monitor, we always get different results, and we found it is because it is using the domain\computername$ account. We aren't using the computer account for anything we know of related to SolarWinds. We run everything with a domain service account.
Do you know how we can get the PowerShell monitor script to run with a service account
We tried running the script using the "Run the script under specified account" and we have the monitor set up to use the correct "Credential for Monitoring" which is the Orion service account we use.
But it still seem to make a difference whether we check that or not.
Any ideas on what we can try? Thanks for the help!