Use this command to view information about a group.
Purpose
Use the
getGroup command
to view a map that contains the following properties of a group:
- cn
- description
- uniqueName
These are the only properties that this command returns; that is,
you cannot modify the properties that the command returns.
Syntax
getGroup { -uniqueName uniqueName }
Parameters
- -uniqueName uniqueName
- Specifies the unique name value for the group that you want to view. This
parameter maps to the uniqueName property in virtual member manager.
Sample
To retrieve the cn and description information
about the group called operators, issue this command:
$AdminTask getGroup {-uniqueName cn=operators,cn=groups,dc=yourco,dc=com}