never-displayed
View discussion in a popup
Thanks luc
is this another way to get my VM to datastore info?
foreach ($ds in (get-content luns.txt){
get-vm -datastore $ds | select Name, @{N="datastore"; e=$ds}}