HOTSPOT
You have a Hyper-V host named Server1 that runs Windows Server 2012 R2.Server1 hosts 50 virtual
machines.
You need to create a script to list all of the virtual machines that have checkpoints and support
Secure Boot.
What should you do? To answer, select the appropriate options in the answer area.
You need to create a script to list all of the virtual machines that have checkpoints and support Secure Boot
HOTSPOT
You have a Hyper-V host named Server1 that runs Windows Server 2012 R2.Server1 hosts 50 virtual
machines.
You need to create a script to list all of the virtual machines that have checkpoints and support
Secure Boot.
What should you do? To answer, select the appropriate options in the answer area.
Three PS commends in here,
Get-VM To get all VM Machines
Get-VMsnapshots List VM-snapshots
Generation -eq 2 Filtering only G2 have the secure Boot.
Certainly, the answer is correct