/search:"saved search"
|
(Required) Name of the search that will be loaded and run.
|
/addtarget:"host name"
|
Adds a new target for the search.
|
/addtargetiprange:"ip range"
|
Adds a new target IP range for the search. e.g.
/addtargetiprange:"192.168.1.10 - 192.168.1.20"
|
/addtargetfile:"file list"
|
Adds a new target file list for the search. e.g.
/addtargetfile:"c:\serverlist.txt"
|
/addtargetnetgroup:"group name"
|
Adds
|
/file:"file name"
|
Sets the file name expression to filter the search by. e.g.
/file:"*.txt"
|
/fileexpr:dos|exact|hash|bool|regex
|
Sets the expression type for the file name expression, (Default: dos) e.g.
/fileexpr:regex
|
/containing:"content search"
|
Sets the expression to look for in each of the files. If an empty value is specified then the files are not content searched.
|
/containingexpr:dos|exact|hash|bool|regex
|
Sets the expression type for the containing text expression. (Default: bool)
|
/lookin:"search location"
|
Sets the location to look in on each machine.
|
/lookinexpr:dos|exact|hash|bool|regex
|
Sets the expression type for the look in expression. (Default: exact)
|
/subfolders:yes|no
|
Specifies whether or not subfolders of the look in folders are also searched.
|
/transport:auto|adminshare|manual
|
Specifies the search transport type. For more information on transport types see How it Works.
|
/user:"user name"
|
Sets the user name for the search. If an empty value is specified then the search is run as the current user.
|
/password:"password"
|
Sets the password for the specified user.
|
/info:none|normal|verbose
|
Sets the amount of information shown during the search.
None: No information is shown.
Normal: Major search events, such as search started or finished are shown.
Verbose: All search events, including progress details are shown.
|