I have a quick report I wrote for someone, but they'd like some information added that is a node custom property. How would I include that in this query?
SELECT
i.FullName
,i.Status
,i.DetailsUrl
,i.MAC
,i.IPAddress.IPAddress
FROM Orion.NPM.Interfaces AS i
WHERE FullName like '%rts%' AND FullName like '%INET CKT%' AND i.IPAddress.IPAddress IS NOT NULL