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