Reply to Message

View discussion in a popup

Replying to:
tdubb123
Expert
Expert

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}}

Reply
0 Kudos