mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
5 lines
64 B
PowerShell
5 lines
64 B
PowerShell
Param(
|
|
[string]$vmName
|
|
)
|
|
|
|
Remove-VM -Name $vmName -Force
|