Replace a local group's description and entire membership.
group put <name> description=<val> [ <principal1> ... <principalN> ]
Name of the local group.
Group description.
A group member in the form <scope>:<type>:<name> where <scope> is global or local, <type> is user or group, and <name> is the user or group name.
group put my-group description='us' local:user:admin
Replace the description of local group 'my-group' and replace the membership such that the only member is local user 'admin'.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |