Aston-HyperV-Code/Host/Kill-VM.ps1

8 lines
107 B
PowerShell

Stop-VM RTR* -turnoff
Stop-VM SRV* -turnoff
Remove-VM RTR*
Remove-VM SRV*
del d:\VHD\RTR*
del d:\VHD\SRV*