Get-VMHD.ps1

function Get-VMHD {
    Get-VM | Get-HardDisk | Select-Object parent,capacitygb,Filename
}