Removing members from machine groups from the command line

Follow this procedure for removing members from machine groups from the command line.

To remove a member from a machine group, enter the following command:
nim -o change -a rm_member=MachineName GroupName
For example, to remove the machine Standalone2, and add the machine Standalone4 to the group MacGrp1, enter:
nim -o change -a rm_member=Standalone2 \
-a add_member=Standalone4 MacGrp1