The DASCLI filter command is appended to a command to filter its output.
Parameters
dascli *command* *parameters* filter pattern
- pattern
-
Pattern to be filtered on. For example,
dascli users filter "userid" specifies to filter on the user ID. Wildcards are available (* and ?) and should be used.
The entire output item must match the pattern to be output. For example, one of the items from dascli users might be Name[Window Manager\DWM-1] Sid[S-1-5-90-0-1] Type[5]. The command dascli users filter *DWM-1* will match that output. However, the command dascli users filter DWM-1*, which excludes the first “*”, will not match that output.