Virtualbox-Wrapper - Bugfix #8

Merged
t3hn3rd merged 1 commits from feature/Virtualbox-Wrapper-Fix into develop 2025-03-23 19:01:30 +00:00

View File

@ -52,6 +52,7 @@ if ($Command -eq 'up') {
}
Receive-Job $MonitorJob
}
Get-Job | Stop-Job | Remove-Job -Force
} elseif ($Command -eq 'down') {
Write-Output "Stopping $MachineName"
VBoxManage.exe controlvm $MachineName poweroff