Hi
I am trying to get back all the properties that I am able to get data from. Is there a select query to do this?
currently I am doing
Get-SwisData $swis "SELECT IPAddress, Caption, Status FROM Orion.Nodes"
This returns a subset of data. I am looking for all the properties that I can get data from.
Thank you