Update vm-shutdown.ps1

This commit is contained in:
2024-02-02 08:48:59 -06:00
parent b286ff77de
commit 940a5140a1

View File

@@ -13,6 +13,8 @@ Foreach ($vmhost in $vmhosts)
if ([string]::IsNullOrEmpty($migrating)) {
write-host "Shutting down "+$vm
#Get-VM $vm | Shutdown-VMGuest -Confirm:$false
} else {
write-host "MIGRATING "+$vm
}
}
}