Answer:
The correct option to the following question is an option (d) Change the automatic start action setting on the VMs.
Step-by-step explanation:
To configure VMs.
- Firstly, we have to confirm that the VMs are configured or not for the auto-start by using shell, if not then open the shell and type and write the following command 'Get-VM –VMname * | Select-Object VMname,AutomaticStartAction'
- Then, you have to type the following command if you want to start it automatically,'Get-VM –VMname * | Set-VM –AutomaticStartAction Start'.