Merge pull request #60 from kmruddy/master

Horizon View Module Update - Get-HVMachineSummary
This commit is contained in:
Alan Renouf
2017-01-18 10:54:07 -08:00
committed by GitHub

View File

@@ -5253,10 +5253,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
}