READ Free Dumps For Microsoft- 70-410
Question ID 10632 | 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 3-TB virtual hard disk (VHD) on Server1.
Which tool should you use?
|
Option A | File Server Resource Manager (FSRM)
|
Option B | New-StoragePool
|
Option C | Diskpart
|
Option D | Share and Storage Management
|
Correct Answer | C |
Explanation Explanation/Reference: 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
Question ID 10633 | You work as an administrator at Contoso.com. The Contoso.com network consists of a single domain named Contoso.com. All servers on the Contoso.com
network have Windows Server 2012 installed.You are in the process of installing a Server Core installation of Windows Server 2012 on a new Contoso.com server, named ENSUREPASS-SR13. Which of the
following is TRUE with regards to a installing a Server Core installation of Windows Server 2012? (Choose all that apply.)
|
Option A | The Server Graphical Shell is installed, but not enabled.
|
Option B | Server roles can be configured locally via the command prompt using Windows PowerShell.
|
Option C | Server roles can be configured locally via Server Manager.
|
Option D | You are able to access the Microsoft Management Console locally.
|
Option E | The Desktop Experience is not available.
|
Correct Answer | BE |
Explanation Explanation/Reference: A. There is no Windows shell and very limited GUI functionality. B. The Server Core interface is a command prompt with PowerShell support. C. Only Remotely using Server Manager. D. Microsoft Management Console is not available locally. E. Desktop Experience is not available. Server Core is a minimal server installation option for computers running on the operating system. Server Core provides a low-maintenance server environment with limited functionality. The minimal nature of Server Core creates limitations: There is no Windows shell and very limited GUI functionality. The Server Core interface is a command prompt with PowerShell support. There is limited MSI support (unattended mode only). Server Graphical Shell is not installed. Microsoft Management Console: not available locally. Desktop Experience: not available.