Use this command to delete a group.
Purpose
Use the
deleteGroup command
to delete a group from virtual member manager. You cannot use this command
to delete the descendants of the group.
If successful, the deleteGroup command
returns the unique name of the deleted group.
command
Syntax
deleteGroup { -uniqueName uniqueName }
Parameters
- -uniqueName uniqueName
- Specifies the unique name value for the group that you want to delete.
This parameter maps to the uniqueName property in virtual member manager.
Sample
To delete the group called 'operators', issue
this command:
$AdminTask deleteGroup {-uniqueName cn=operators,cn=groups,dc=yourco,dc=com}