I have an alert for VBScript on a node I am testing, and it says it runs successfully when i test 'execute' it, but I do not see the output it should provide. I have tried several different permissions for admin access with no help. I gathered this from the ActionsExecutionAlert.log and would like some help on where to go next:
2023-05-06 08:09:20,297 [193] DEBUG AlertingLogger - (null) Action [Action: ID: 325, ActionType: ExecuteVBScript, Title: Run VBScript on OrionServer, Description: Execute a VB Script file when the Alert is Triggered or Reset, Enabled: True, Order: 1 , Context: SolarWinds.Orion.Core.Models.Actions.Contexts.AlertingActionContext, EnviromentType: Alerting, ExecutionMode: Trigger, EntityType: Orion.Nodes, EntityUri: swis://OrionServer./Orion/Orion.Nodes/NodeID=58, AlertContext: AlertName: Test of EBC - Critical Node is down (not VDI Shard), CreatedBy: , AlertActiveId: , AlertObjectId: ] started ...
2023-05-06 08:09:20,297 [193] DEBUG AlertingLogger - (null) Action [325:Run VBScript on OrionServer] starts load configuration ...
2023-05-06 08:09:20,313 [193] DEBUG AlertingLogger - (null) Action [325:Run VBScript on OrionServer] loaded configuration [VB script path: ["C:\Temp\SWTest\CamReboot65.vbs"], interpreter: [CScript.exe]] succesfully
2023-05-06 08:09:20,313 [193] DEBUG AlertingLogger - (null) Action [325:Run VBScript on OrionServer] : Starting Execute VB Script Action execution ["C:\Temp\SWTest\CamReboot65.vbs"] for interpretr [CScript.exe]
2023-05-06 08:09:20,313 [193] INFO AlertingLogger - (null) Running vbscript : [CScript.exe //B "C:\Temp\SWTest\CamReboot65.vbs"]
2023-05-06 08:09:20,547 [193] INFO AlertingLogger - (null) Success - Executing - CScript.exe //B "C:\Temp\SWTest\CamReboot65.vbs"
2023-05-06 08:09:20,547 [193] DEBUG AlertingLogger - (null) Action [Action: ID: 325, ActionType: ExecuteVBScript, Title: Run VBScript on OrionServer, Description: Execute a VB Script file when the Alert is Triggered or Reset, Enabled: True, Order: 1 , Context: SolarWinds.Orion.Core.Models.Actions.Contexts.AlertingActionContext, EnviromentType: Alerting, ExecutionMode: Trigger, EntityType: Orion.Nodes, EntityUri: swis://OrionServer./Orion/Orion.Nodes/NodeID=58, AlertContext: AlertName: Test of EBC - Critical Node is down (not VDI Shard), CreatedBy: , AlertActiveId: , AlertObjectId: ] finished successfully.