Adding prefix to output message
Adding prefix to output message in AF Get-HVMachine
This commit is contained in:
@@ -6888,7 +6888,7 @@ function Get-HVMachine {
|
|||||||
|
|
||||||
$machineList = Find-HVMachine -Param $PSBoundParameters
|
$machineList = Find-HVMachine -Param $PSBoundParameters
|
||||||
if (!$machineList) {
|
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
|
break
|
||||||
}
|
}
|
||||||
$queryResults = @()
|
$queryResults = @()
|
||||||
|
|||||||
Reference in New Issue
Block a user