What three Windows PowerShell cmdlets should you run in sequence?

Drag and Drop Question
Your network contains two Hyper-V servers named Server1 and Serve2 has Windows Server 2012 R2 installed. Server2 has Windows Server 2016 installed.
You perform a live migration of a virtual machine named VM1 from Server1 to Server2.
You need to create a production checkpoint for VM1 on Server2.
What three Windows PowerShell cmdlets should you run in sequence? To answer, move the appropriate Windows PowerShell cmdlets from the list of actions to the answer.


Select and Place:


microsoft-exams

One thought on “What three Windows PowerShell cmdlets should you run in sequence?

  1. The answer is wrong.
    You can make production checkpoint only on Server 2016. So you need to upgrade vm version to 8. You cannot upgrade vm version to 8 while VM is runnig, therefore correct order is:

    Stop-VM
    Update-VMVersion
    Checkpoint-VM

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.