- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Get-VM $vm | select Name, @{N="Datastore";E={Get-Datastore -vm $_} }
Note the command above needs the extra "}" at the end.
Get-VM $vm | select Name, @{N="Datastore";E={Get-Datastore -vm $_} }
Note the command above needs the extra "}" at the end.