4 lines
60 B
PowerShell
4 lines
60 B
PowerShell
Stop-VM SRV* -turnoff
|
|
Remove-VM SRV* -Force
|
|
del d:\VHD\SRV*
|
Stop-VM SRV* -turnoff
|
|
Remove-VM SRV* -Force
|
|
del d:\VHD\SRV*
|