Inside of one of my alerts, I am trying to run a PowerShell script that seems to require elevated privileges, but Orion cannot use the credentials that I am trying to put in.
This script is trying to remote to another server to execute a WMI method. When I test the script with "No user defined", I get an error "This operation might require other privileges."
So, I try to define the user using a known-good, unlocked, Domain Admin level account, and the command is now failing. If I click on the "Test Credentials" button, I get "Test Failed." If I click "Simulate" I get "Execute program failed with exit code 3221225794". I have tried this using a couple of different accounts as well, all the same failure...
However, I am not seeing anything for the user account failure in either the Orion Events, or the Windows Event Viewer.
How do I track this down?
-Paul