8 lines
107 B
PowerShell
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*
|