Merge remote-tracking branch 'refs/remotes/vmware/master'

This commit is contained in:
praveenmathamsetty
2017-01-20 19:29:40 +05:30
3 changed files with 28 additions and 5 deletions

View File

@@ -6604,10 +6604,6 @@ function Get-HVMachineSummary {
}
$machineList = Find-HVMachine -Param $PSBoundParameters
if (!$machineList) {
Write-Host "No Virtual Machine(s) Found with given search parameters"
break
}
return $machineList
}