Hello,
I have powershell script and the result store in 2 variables (message.kb and message.dt). Anyone know in which table both value stored?
I need to make customization report to query both result using SQL.
Hi hs08,Glad to hear that you sorted the PowerShell remoting issue, what was the resolution?
First find the component IDs for the monitors (replace XX with the NodeID where the monitors are applied):
SELECT ApplicationID, Application.[Node].[Caption], Name, Application.[Components].[ComponentID], Application.[Components].[Name]FROM Orion.APM.ApplicationWHERE Application.[Node].[NodeId] = XXXORDER BY Application.[Node].[Caption]
in my case the value stored in APM_ComponentAlertVariable table