Adds a group as a subgroup of the current group.
VBScript
group.AddGroup subGroup
Perl
$group->AddGroup(subGroup);