Specifications

6-9
Cisco Unity Express Voice-Mail and Auto-Attendant CLI Administrator Guide for 3.0 and Later Versions
OL-14010-09
Chapter 6 Configuring Users and Groups
Adding and Modifying a Group
DETAILED STEPS
EXEC mode:
Examples
The following example creates a group and displays the output of the show commands:
se-10-0-0-0# groupname sales fullname "Sales Department"
se-10-0-0-0# groupname sales description "CA office"
se-10-0-0-0# show groups
Administrators
sales
se-10-0-0-0# show group detail groupname sales
Full Name: Sales Department
Description: CA office
Phone:
Phone(E.164):
Language: en_ENU
Owners:
Members:
se-10-0-0-0#
Command or Action Purpose
Step 1
groupname groupid [create | delete | description
description | fullname full-name]
Example:
se-10-0-0-0# groupname sales fullname “Sales
Department”
se-10-0-0-0# groupname sales description “Retail
Sales Department”
se-10-0-0-0# groupname sales delete
Creates the group with the groupid value. The
optional parameters configure more information for
the group:
create—Creates the group with no other
information.
delete—Deletes an existing group.
description—Specifies a description of the
group.
fullname—Specifies a long name for the group.
Step 2
show groups
or
show group detail groupname groupid
Example:
se-10-0-0-0# show group detail groupname sales
Displays a list of group IDs for all configured groups.
This command does not display the details for the
groups.
or
Displays the detailed configuration information for
the group groupid value.
Step 3
copy running-config startup-config
Example:
se-10-0-0-0# copy running-config startup-config
Copies the configuration changes to the startup
configuration.