OBJECTIVE:
Backup all VM to NAS Drive
PROGRESS:
wbadmin start backup -backupTarget:\\nas1\temp -hyperv:*
PROBLEM:
Retrieving volume information...
ERROR - The Hyper-V component '*' specified is invalid.
The specified component spec is invalid.
------NOTE:
Ok so i thought about utilizing a list that the script uses to know what machines to backup, The issue is that my list would be dynamic VM come and they go and I don't want to have a list to maintain. That is why i tried wild card but have not been able to over come this
I even thought about useing:
wbadmin get virtualmachinestest.txt
that would work great if it produced a list that could be used by the script but I just don't think that can be done because the way the get virtualmachines switch works it has to have its list in a sertain format
ANY WAY ANY THOUGHTS ANY LUCK