I've created a simple powershell script[1] to test with and it seems no matter how I configure it, it always runs as the managed service account that solarwinds is running as [2].
I've fiddle with all sorts of settings but the powershell script always outputs the text of the managed service account, not the configured credential. (Although I'm not the solarwinds admin, I have permission to create monitors and alerts, so maybe there is a setting somewhere that overrides my selection? Or perhaps custom credentials are ignored for powershell monitors?)
Thank you~!
[1] My test script
Write-Host "Message.testing: $($env:UserName)"
Write-Host "Statistic.testing: 1"
[2] Redacted screenshot of output (hopefully you can tell the output username doesn't match the username of my credential)
