Veeam Backup servers hold the Hard Disk of the Backed up VM
I need a Powercli command or a way to find the Hard Disk of VMs that are still showing up in "Edit Settings" of Veeam Back up servers
I can go to each Veeam Backup server open "Editing Settings" and check each Hard disk to see to which VM it belongs to, but we have several Veeam Back up servers, and I want a command or a way to report that.
I found this command in Powercli : Get-HardDisk ......
However you will have to enter thw name of VM(Veeam back up servers) one at a time in the command.
Thank you