lsapp - List applications

List the application objects defined in the TSLM database.

By default, all application objects are listed. The list is sorted ascending by the name attribute unless another sort order is provided with the generic option -order.

Syntax

lsapp [application_name [...]]

Parameters

application_name [...]
Specifies the application to be included in the list. Multiple application names must be separated with a blank character between each name. Displays all application objects, if no application name is specified.

Results

Default tabular output for each application listed includes the following information (also serve as the headings for CLI table):
  • Name
  • AllowRemoteMount
  • MaxDisconnectTimeout

Long output includes:

  • Name
  • AllowRemoteMount
  • MaxDisconnectTimeout

Short output only displays:

  • Name

Examples

lsapp TSM Networker
lsapp -match 'regex("TSM[12]?" Application."ApplicationName")'

Related commands