Searching



The Search option can be found in the top right corner of the main console.

Quick Search
The basic search looks for the value you specify in all supported fields.

Quick search fields
Name
Hostname
PortNo
Username
Comments

Wildcard options
Begins With: value*
Ends with: *value
Contains: *value*
Equal To: value

Example
To search for fields where the word server exists you would enter the text of:-
*server*

Example search would return results of:-
2K8SERVER
SERVER2K8
MYSERVER2K8


By Field Search

To search for devices by a specific field the format of the search is as follows:-
Fieldname:Value to be found

Fields supported
Name
Hostname
PortNo
Username
Comments

Wildcard options
Begins With: value*
Ends with: *value
Contains: *value*
Equal To: value

Example
To search for an IP address of 192.168.100.1 your search would be:-
Hostname:192.168.100.1

The search would then return all devices that matched the Hostname of 192.168.100.1

Example
To search for all Hostnames that contain the word server your search would be
Name:*SERVER*

Example 4 search would return results of:-
2K8SERVER
SERVER2K8
MYSERVER2K8