Unsolved
This post is more than 5 years old
7 Posts
0
1365
April 12th, 2016 02:00
VBA client list based on cli
HI,
So we got a nice list of vms from Media>VBA Only but I want to do it based on command, then to have a script going on.
Is there any possibility to do this?
mminfo, I can get it from here but it`s evasive. If I have 1/year vm protected, and I do and interrogation on last month..i can miss that server.
If I do it, back one year, alot of server resources are gonna be used.
nsradmin, is here any posibility?
//George
No Events found!



GeorgeDicu
7 Posts
1
April 13th, 2016 22:00
mminfo -k -r "vmname" will do the trick.
sarang1012
1 Message
0
July 6th, 2016 06:00
can i get some better admin guide or cli guide for vba?
Hans_n_Franz
9 Posts
0
July 26th, 2016 07:00
Are you just trying to pull the vm names by pool or date via command?
mminfo can get you that once you learn the variable names.
Some examples that might help:
mminfo -r "client,vmname,savetime,volume" -q "pool=your-pool-name"
mminfo -r "ssid,cloneid,copies,client,pool,totalsize,savetime" -q "vmname=your-vm-name"
Just move them around or add others as needed.