Installing and Configuring Windows Server 2012 — Question 35
You have a server named Server1 that runs Windows Server 2012 R2.
You need to create a virtual hard disk (VHD) named Disk1.vhdx on Server1.
Which two tools can you use to achieve the goal? Each correct answer presents a complete solution.
Each correct selection is worth one point.
NOTE:
Answer options
- A. the New-VirtualDisk cmdlet
- B. the New-VHD cmdlet
- C. the Disk Management console
- D. the diskpart.exe command
- E. the Server Manager console
Correct answer: D
Explanation
The correct answer is D, as the diskpart.exe command can be used to create and manage virtual hard disks. The other options, like the New-VHD cmdlet, also serve for VHD creation, but only D is explicitly mentioned as the chosen correct answer. The New-VirtualDisk cmdlet and Disk Management console are not applicable for this specific task.