when I run the command below, I cannot get the filename value, but when I choose another vm, it has values. What's wrong with this?
Get-VM hillstone_base_VM | %{Get-HardDisk -VM $_.name}| select filename
This machine is poweroff,and it has 2 HardDisks, the configuration is below:
![小Q截图-20160111112109.png]()
thanks