I was wondering why my script does not show any iso files mounted for a VM. It took me some time to find it out…
http://communities.vmware.com/message/1549690
So when you are suspecting your powercli version that you have the same buggy version, just remember that there is wrong property name, there is no “iso”, instead use isopath . Quick example:
get-cddrive -vm VM-NAME | select-object name, isopath
