remove break issue #211
remove break issue https://github.com/vmware/PowerCLI-Example-Scripts/issues/211
This commit is contained in:
@@ -8119,8 +8119,7 @@ function Get-HVEntitlement {
|
||||
}
|
||||
if (! $results) {
|
||||
Write-Host "Get-HVEntitlement: No entitlements found with given search parameters"
|
||||
break
|
||||
}
|
||||
}
|
||||
return $results
|
||||
}
|
||||
end {
|
||||
|
||||
Reference in New Issue
Block a user