Your network contains an Active Directory domain named contoso.com. The domain contains a server named
Server1. Server1 runs Windows Server 2012 and has the Hyper- V server role installed.
On Server1, you create and start a virtual machine named VM1. VM1 is configured as shown in the following
table.
You need to recommend a solution to minimize the amount of disk space used for the snapshot of VM1.
What should you do before you create the snapshot?
A.
Run the Resize-VHD cmdlet.
B.
Run the Convert-VHD cmdlet.
C.
Run the Stop-VM cmdlet.
D.
Convert diskl.vhd to a dynamically expanding disk.
Explanation:
A dynamically expanding disk, on the other hand, is a VHD, which starts small — usually at only a
few kilobytes — and expands as additional storage space is
needed. It can only grow, however, to the size limit you designate in the setup wizard.
Incorrect:
Not DB Convert-VHD
Converts the format, version type, and block size of a virtual hard disk file.
The correct answer is C
C – like in many other similar questions.
The Stop-VM cmdlet shuts down, turns off, or saves a virtual machine.
every similar question i see to this one with stop-vm client as a possible answer it is never given as the correct answer . However i still believe it is the correct answer .
https://technet.microsoft.com/en-us/itpro/powershell/windows/hyper-v/stop-vm