- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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}}