UNSOLVED

djr011

updated

12 years ago

D

djr011

1 Rookie

39 Posts

0

706

August 4th, 2014 11:00

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

  • 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