From 011842536ccf9a57add963ac03a9dc2fa3237f64 Mon Sep 17 00:00:00 2001 From: Alexandre-Simao Date: Wed, 2 Jun 2021 10:32:55 +0200 Subject: [PATCH] Fix: SRV-Kill remove VM --- Host/SRV-Kill.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Host/SRV-Kill.ps1 b/Host/SRV-Kill.ps1 index 06f5a53..0155037 100644 --- a/Host/SRV-Kill.ps1 +++ b/Host/SRV-Kill.ps1 @@ -1,3 +1,3 @@ Stop-VM SRV* -turnoff - +Remove-VM SRV* -Force del d:\VHD\SRV*