 |
LIST
Function
Generates a list of users, remote names, conferences, calendars, mail lists, or groups. The list can be generated from the whole Directory or just within specified groups. The LIST command must be preceded by a REPLY command. Passwords are exported as blanks (""). To export a list of passwords, see the GET command.
Syntax
For user accounts:
LIST pattern number G1...Gn +uraxl
For other Directory entries:
LIST pattern number G1...Gn +cgoz
Parameters
pattern |
The string you want to search for. Optional. |
number |
The number of groups to follow. Optional. |
G1...Gn |
The names of the groups you want to search. |
+u |
Exports all regular and remote users. The entries in the output file are in ADD NETWORK/ADD TELECOM command format, including all parameters up to "dept". |
+r |
Exports all remote names. The entries in the output file are in ADD REMOTE command format, excluding the "Gateway" parameter. (This field would not be meaningful on a remote system.) |
+a |
Exports all regular users, remote users, and remote names. The entries in the output file are in ADD REMOTE command format, excluding the "Gateway" parameter. (This field would not be meaningful on a remote system.) |
+x |
Includes extended information for users (the "pw" to "PGn" parameters). Valid only in conjunction with the "+u" parameter. |
+l |
Returns a list of user IDs, first names, initials, and last names without the ADD command. Valid only in conjunction with the "+u" parameter. |
+c |
Returns a list of conferences. |
+g |
Returns a list of user groups, conference groups, and calendar groups. |
+o |
Returns a list of resource calendars, location calendars, group calendars, and gateways. |
+m |
Returns a list of mail lists. |
+z |
Returns a list of Directory entries. |
Examples
To produce a list of all users and the extended information, you would enter:
Reply
LIST +ux
To produce a list of users within the Employee groups:
Reply
LIST "" 1 employee +ux
To produce a list of users with the a first or last name of Susan within the Regular users:
Reply
LIST "Su" 1 "regular users" +ux
To produce a list of conferences:
Reply
LIST +c
|  |