8 lines
128 B
PowerShell
8 lines
128 B
PowerShell
Stop-VM RTR* -turnoff
|
|
Stop-VM SRV* -turnoff
|
|
Remove-VM RTR* -Force
|
|
Remove-VM SRV* -Force
|
|
|
|
del d:\VHD\RTR*
|
|
del d:\VHD\SRV*
|