How to use an extended search?
This page describes how to set query criteria in the Extended search.
There are four data input fields to specify query criteria.
Select
Where
Order by
Return # entries
Select – which columns to display in the output table
Default query criteria are: new (StifleRAgentID, NetId, ComputerName, Connected, InternalIPAddress, NetworkId)
Use the * (asterisk) symbol to display a list of all available columns in the output table
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
Default query criteria are: 1000
Change the amount of rows to display: 2
Last updated