Back to index
Summary
Adds one or more specified users to a local group.groupNameStringrequiredName of the group; must be unique among local groups. userNameArrayoptionalList of users to add/remove from the group. |
Usage
Perl
$cmdr->addUsersToGroup( "test-groupName" # groupName # optionals );
ectool
ectool addUsersToGroup \ "test-groupName" `# groupName` \ # optionals