This commit is contained in:
2023-11-01 08:45:43 -05:00
parent edc966ba32
commit 9e7235dadb
9 changed files with 18 additions and 0 deletions

View File

@@ -17,3 +17,6 @@ Get-Datastore | Where {$_.Name -like '*iSCSI-PRI*'} | Get-VM | if ($_.PowerState
Write-Host "VM '$($vmName)' not found!"
}
}
exit 0