Specifications

14-10
Cisco Unity Express Voice-Mail and Auto-Attendant CLI Administrator Guide for 3.0 and Later Versions
OL-14010-09
Chapter 14 Configuring Distribution Lists
Displaying Distribution Lists
Displaying an Owner’s Lists
The following Cisco Unity Express EXEC mode command displays the public and private lists owned
by a specific subscriber or group:
show lists owner owner-id
where owner-id is the name of a subscriber or group. An error message appears if owner-id does not
exist.
This command displays the list number, list name, and list type for all the public and private lists that
belong to the specified owner. The lists appear in alphabetical order, private lists first followed by public
lists.
Output from this command may appear similar to the following:
se-10-0-0-0# show lists owner user15
Owner: user15
List Number List Name List Type
4 projectteam Private List
5 engineers Public List
25 managers Public List
Displaying Details of a Private Distribution List
The following Cisco Unity Express EXEC mode command displays the details of a specific private
distribution list for a specific subscriber:
show list detail private {name list-name | number list-number} owner owner-id
where list-name is the name of the private list, list-number is the number of the private list, and owner-id
is the name of a subscriber. An error message appears if list-name, list-number, or owner-id does not
exist.
This command displays the list number, list name, owner, members, and member types of the specified
private distribution list.
Output from this command may appear similar to the following:
se-10-0-0-0# show list detail private name projectteam owner user15
Number: 4
Name: projectteam
Type: Private
Description:
Owner:
user15
Members:
tech1 user
tech2 user
testers group
tech10 remote
The command show lists detail private number 4 owner user15 would display the same output as
shown above.