This commit is contained in:
2023-05-15 11:16:42 -05:00
parent dc90910ae5
commit 5198b60334
2 changed files with 8 additions and 6 deletions

View File

@@ -13,5 +13,7 @@ Get-Datastore | Where {$_.Name -like '*iSCSI1*' -or $_.Name -like '*iSCSI2*'} |
}
}
}
Catch{
Write-Host "VM '$($vmName)' not found!"
}
}