Networking with Windows Server 2016 — Question 64

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

Correct answer: C

Explanation

The correct answer is Convert-VHD because it allows you to convert the virtual disk into a format that can be used as a shared disk in a failover cluster. The other options, such as Optimize-VHD and Optimize-VHDSet, are used for performance improvements but do not convert the disk format. Set-VHD is used for modifying properties of an existing VHD but does not change its compatibility for clustering.