In which order should you run the Diskpart commands?

Posted by: Pdfprep Category: 70-417 Tags: , ,

DRAG DROP

Your network contains an Active Directory domain named contoso.com. The domain contains a file server named File1. All servers in the domain run Windows Server 2012 R2.

You need to create a new volume on File1.

The new volume must have the following configurations:

• Have the drive letter T

• Have the FAT32 file system

• Be stored on a new virtual hard disk

In which order should you run the Diskpart commands? To answer, move all the Diskpart commands from the list of commands to the answer area and arrange them in the correct order.

Answer:

Explanation:

createvdisk file="C:vdisksdisk1.vhd" maximum=16000

attachvdisk

create partition primary

assign letter=g

format

References:

http://technet.microsoft.com/en-us/library/gg252576.aspx

http://technet.microsoft.com/en-us/library/hh831487.aspx

Leave a Reply

Your email address will not be published.