Hi,
Is there an easy way to get the SCSI-ID of a VMs Virtual Disks displayed in a Get-VM | Get-Harddisk output?
So far I could not find a way to retrieve the SCSI-IDs for the Virtual Disks in the same output as "Get-HardDisk".
It is simply not available, but it my opinion it should be there out of the box.
I managed to get the SCSI-IDs of the Virtual Disks by importing this function and then run the command Get-VM <MyVM> | Get-VMDisk,
but I don't like the output really and I would rather like to have an Object "SCSI-ID" in the "Get-Harddisk" cmdlet output.