Show group information. The information displayed includes: group name, ID, scope, description, and principal group members.
group info <name> [ --batch ]
Name of the group for which to display information. If the group is a global group, prepend the group name with a / character.
Display output in UDL format
group info my-group
Show information for local group 'my-group'.
Global group membership is displayed according to the group memberships of global users who have logged in sometime in the past.
The output of this command is as follows:
Non-batch output
Group Name = val Group ID = val Scope = val Description = val --- Member Information --- ID Scope Type Name ------------------------------------------------------------------------- val val val val ... The value of Scope is local or global. The value of Type is user or group. If a local user or local group member has been deleted, the value for Scope, Type and Name is *.
Batch output
group
{
name = "val"
id = "val"
scope = "val"
description = "val"
members
[
id="val", scope=val, type=val, name="val"
...
]
}
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |