exam questions

Exam 70-410 All Questions

View all questions & answers for the 70-410 exam

Exam 70-410 topic 1 question 60 discussion

Actual exam question from Microsoft's 70-410
Question #: 60
Topic #: 1
[All 70-410 Questions]

Your network contains an Active Directory domain named contoso.com. The domain contains a server named Server1. Server1 runs Windows Server 2012 R2.
You need to create a 3-TB virtual hard disk (VHD) on Server1.
Which tool should you use?

  • A. New-StoragePool
  • B. Diskpart
  • C. File Server Resource Manager (FSRM)
  • D. New-StorageSubsytemVirtualDisk
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
You can create a VHD from either the Disk Management snap-in or the command line (diskpart).
From the DiskPart command-line tool at an elevated command prompt, run the create vdisk command and specify the file (to name the file) and maximum (to set the maximum size in megabytes) parameters. The following code demonstrates how to create a VHD file at C:\vdisks\disk1.vdh with a maximum file size of 16 GB
(or 16,000 MB).

DiskPart -
Microsoft DiskPart version 6.1.7100
Copyright (C) 1999-2008 Microsoft Corporation.

On computer: WIN7 -
DISKPART> create vdisk file="C:\vdisks\disk1.vhd" maximum=16000

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...