
UNSOLVED
cli to find members
is there a way to get a list of members (clients that are backed up) for particular group within a domain/sub-domain like this:
for vcenter backups:
/myvcenter07/VirtualMachine/MY-VMs
group: mybackup-group
Responses (1)
Solutions (0)

clevya
117 Posts
513
0
Posted August 4th, 2014 14:00
Hi,
This mccli command will list clients within a group:
mccli group show --name=group_name --domain=/domain_name/ --clients=true
I am not sure if I have understood correctly?
Regards,
Adam