Note: This question is part of a series of questions that use the same similar answer choices.
An answer choice may be correct for more than one question in the series. Each question
is independent of the other questions in this series. Information and details provided in a
question apply only to that question.
You have a Hyper-V host named Server1 that runs Windows Server 2016. Server1 has a virtual
machine named VM1 that uses a single VHDX file. VM1 is configured shown in the following table.
You plan to use VM1 as a virtual Machine Template to deploy shielded virtual machines. You need
to ensure that VM1 can be used to deploy shielded virtual machines. What should you run?

A.
the Mount-VHD cmdlet
B.
the Diskpart command
C.
the Set-VHD cmdlet
D.
the Set-VM cmdlet
E.
the Set-VMHost cmdlet
F.
the Set-VMProcessor cmdlet
G.
the Install-Windows Feature cmdlet
H.
the Optimize-VHD cmdlet
Correct.
The disk needs to be GPT partitioned. Since its NTFS, we need DiskPart to change it to GPT.
https://docs.microsoft.com/en-us/windows-server/virtualization/guarded-fabric-shielded-vm/guarded-fabric-create-a-shielded-vm-template#prepare-an-operating-system-vhdx
3
4
Answer is correct but you are wrong, you have mixed file system with partition tables. Your atricle even says that ntfs is required. The one thing this vm lacks is second partition.
Br.
6
1
2 Partitions required
6
0
You are correct. I didn’t read the entire docs. Thanks for appointing me on this.
6
0
Do you mean if 100Gb unallocated disk space must be partitioned?
Thanks!
0
1