Get-HVMachine Summary - Remove Informational Message
Get-HVMachine Summary - Remove informational nessage and associated break
This commit is contained in:
@@ -5253,10 +5253,6 @@ function Get-HVMachineSummary {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$machineList = Find-HVMachine -Param $PSBoundParameters
|
$machineList = Find-HVMachine -Param $PSBoundParameters
|
||||||
if (!$machineList) {
|
|
||||||
Write-Host "No Virtual Machine(s) Found with given search parameters"
|
|
||||||
break
|
|
||||||
}
|
|
||||||
return $machineList
|
return $machineList
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user