All,
I have a list of VM names I am trying to get name and hardware, but this command runs really slow. Why?
$vmlist get-content list.txt
$vmlist | % { get-vm -name $_ |select Name,Version | where {$_.version -eq "v7"}
All,
I have a list of VM names I am trying to get name and hardware, but this command runs really slow. Why?
$vmlist get-content list.txt