Use the * (asterisk) symbol to display a list of all available columns in the output table
Column names are case-sensitive
Add two new columns in the output table by setting a new query criteria: new (StifleRAgentID, NetId, ComputerName, Connected, InternalIPAddress, NetworkId, ExternalIPAddress, NICSpeed)
Where – which data to query with Extended search
Default query criteria are: x => x.Uptime > 0
Column name: Uptime
Any value higher than zero: > 0
x=>x.VPN = false
Column name: VPN
Any value equals false: = false
x=>x.ComputerName = "UAT-NET1-PC01"
Column name: ComputerName
Any value equals query criteria: = "UAT-NET1-PC01"
Order by – which column to sort by in the output table
Default query criteria are: ConnectionId
Change the sort order by setting a column name criteria: ComputerName
Return # entries – how many rows to return in the output table