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

5 lines
56 B
PowerShell

Param(
[string]$vmName
)
Start-VM -Name $vmName