Returns the set of direct subgroups for the current group. The result does not include subgroups of those groups. An empty collection is returned if the group has no subgroups.
Each element in the returned collection is a Group object. To add subgroups to a group, use the AddGroup method.
VBScript
group.Groups
Perl
$group->GetGroups();