never-displayed
View discussion in a popup
Get-VM $vm | select Name, @{N="Datastore";E={Get-Datastore -vm $_} }
Note the command above needs the extra "}" at the end.