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
| Property |
Data type |
Description |
Default value |
Allowed values |
| AutomaticStartAction |
String |
Configures automatic start action for VM |
None |
Start/StartIfRunning/Nothing |
| AutomaticStopAction |
String |
Configures automatic stop action for VM |
None |
Save/TurnOff/ShutDown |
Special considerations or limitations
Modifying these properties can only be done when the VM is powered off
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/ShutDownProposed properties
Special considerations or limitations
Modifying these properties can only be done when the VM is powered off