Merge pull request #277 from thibautnoben/master
get-hvfarm returned farmsummary
This commit is contained in:
@@ -1155,8 +1155,7 @@ function Get-HVFarm {
|
||||
if (! $farmList) {
|
||||
if (! $SuppressInfo) {
|
||||
Write-Host "Get-HVFarm: No Farm Found with given search parameters"
|
||||
}
|
||||
return $farmList
|
||||
}
|
||||
}
|
||||
$farm_service_helper = New-Object VMware.Hv.FarmService
|
||||
$queryResults = @()
|
||||
|
||||
Reference in New Issue
Block a user