list of VMs with dinamic disk type [SOLVED]

by lopyeg at 2013-02-26 00:51:02

Hello guys,
help me please to get in picture with PoSh in Hyper vm
there is an issue to get the list of VM with dynamic disk type,
i see the first one VMs Properties and have no idea in which property it could be
by lopyeg at 2013-02-26 03:05:32
get-vm | foreach { if ($.VirtualHardDisks.VHDType -eq "DynamicallyExpanding") {write-host $.name }}

it works… slowly but works