Adding prefix to output message

Adding prefix to output message in AF Get-HVMachine
This commit is contained in:
praveenmathamsetty
2017-02-22 18:48:24 +05:30
parent 10b540c8c8
commit 94f8f19d84

View File

@@ -6888,7 +6888,7 @@ function Get-HVMachine {
$machineList = Find-HVMachine -Param $PSBoundParameters
if (!$machineList) {
Write-Host "No Virtual Machine(s) Found with given search parameters"
Write-Host "Get-HVMachine: No Virtual Machine(s) Found with given search parameters"
break
}
$queryResults = @()