Installation, Storage, and Compute with Windows Server 2016 — Question 11
You have a Scale-Out File Server that has a share named Share1. Share1 contains a virtual disk file named Disk1.vhd.
You plan to create a guest failover cluster.
You need to ensure that you can use the virtual disk as a shared virtual disk for the guest failover cluster.
Which cmdlet should you use?
Answer options
- A. Optimize-VHDSet
- B. Set-VHD
- C. Convert-VHD
- D. Optimize-VHD
Correct answer: C
Explanation
The correct answer is C, Convert-VHD, as this cmdlet is specifically designed to convert a virtual hard disk into a format that is compatible for use in shared scenarios such as failover clustering. The other options, like Optimize-VHDSet, Set-VHD, and Optimize-VHD, do not provide the necessary functionality for converting the VHD into a shared format suitable for clustering.