Get Virtual Machine list reside on VMware Datastore
Virtual machine reside on datastore and you do not care in which cluster they are
(Get-Datastore -Name 'datastore_name').Extensiondata.Vm|%{(Get-View -Id $_.toString()).name}
Get Virtual Machine list reside on VMware Datastore
Virtual machine reside on datastore and you do not care in which cluster they are
(Get-Datastore -Name 'datastore_name').Extensiondata.Vm|%{(Get-View -Id $_.toString()).name}