Carl_MTM
Contributor
Contributor

Get-VM $vm | select Name, @{N="Datastore";E={Get-Datastore -vm $_}   }

Note the command above needs the extra "}" at the end.

 

Reply
0 Kudos