I need to use the PowerShell module SqlServer (Invoke-Sqlcmd). I believe this is a 64 bit module. The script I wrote to use the cmdlet works great in a 64-bit PS session as the service account user. The only way I know to tell SolarWinds to use the 64-bit PowerShell session is how I call it when defining the alert action.
32-bit PowerShell: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe
64-bit PowerShell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
What I'm finding is that the SolarWinds Alerting Service V2 doesn't like the 64-bit version. Do I have this right and if so, how do I make alert actions like this 64-bit compatible?