I have a powershell script which I am triggering on an alert which I want to run against the remote system from which the alert was generated. From other articles on here I believe I have the syntax correct, and the alert says the script ran, but clearly it hasn't done what it's meant to. Where do I find the SolarWinds log file which should contain the script execution to see if it has correctly passed the node name for the script? I am passing.. C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe Invoke-Command -ComputerName ${N=SwisEntity;M=Node.SysName} "C:\Utils\Scripts\C-Cleanup-Script.ps1" I have also updated the Orion Module Engine service to run as a domain account with the correct permissions to the remote machine.