PrepAway - Latest Free Exam Questions & Answers

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.

PrepAway - Latest Free Exam Questions & Answers

Answer:

One Comment on “You need to create a script to list all of the virtual machines that have checkpoints and support Secure Boot

  1. russ says:

    The answer can only be Get-VM | Get-VmSnapshots | {$_.generation -eq 2}
    1. You need to get All vms
    2. then Retrieve ALL snapshots
    3. Generation 2 machines support Secure boot.

    BUT, there is a typo in the question that would throw me off on the exam here.
    the cmdlet “Get-vmSnapshots” does not exist, it is actually “get-vmSnapshot” (singular)




    0



    0

Leave a Reply