VMHyperV: Support AutomaticStartAction and AutomaticStopAction #216
Labels
enhancement
The issue is an enhancement request.
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
help wanted
The issue is up for grabs for anyone in the community.
Resource proposal
I suggest adding support for configuring AutomaticStartAction and AutomaticStopAction, which can be configured using Set-VM:
Set-VM -Name $VmName -AutomaticStartAction Start/StartIfRunning/Nothing -AutomaticStopAction Save/TurnOff/ShutDown
Proposed properties
Special considerations or limitations
Modifying these properties can only be done when the VM is powered off
The text was updated successfully, but these errors were encountered: