Cosmos/source/Cosmos.Debug.HyperVServer/scripts/StopVm.ps1
2018-07-16 22:07:59 +01:00

5 lines
64 B
PowerShell

Param(
[string]$vmName
)
Stop-VM -Name $vmName -TurnOff