Merge pull request #60 from kmruddy/master
Horizon View Module Update - Get-HVMachineSummary
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user