READ Free Dumps For Microsoft- 70-410
Question ID 10628 | 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 | New-StorageSubsytemVirtualDisk
|
Option B | File Server Resource Manager (FSRM)
|
Option C | Server Manager
|
Option D | Computer Management
|
Correct Answer | A |
Explanation Explanation/Reference: For other questions to create a VHD (file) you can use computer management. - Share and storage management (2008 only) - New-storagesubsystemVirtualDisk (this is a virtual disk, NOT a virtual hard disk) - Server Manager (you would use this to create virtual disks, not virtual hard disks)
Question ID 10629 | You work as an administrator at Contoso.com. The Contoso.com network consists of a single domain named Contoso.com. Subsequent to deploying a Server
Core Installation of Windows Server 2012 on a new Contoso.com server, you are instructed to add a graphical user interface (GUI) to the server.You want to achieve this goal from the command prompt. Which of the following actions should you take?
|
Option A | You should consider making use of the dism.exe command.
|
Option B | You should consider making use of the dsquery.exe command.
|
Option C | You should consider making use of the dsadd.exe command.
|
Option D | You should consider making use of the dsrm.exe command.
|
Correct Answer | A |
Explanation Explanation/Reference: A. Deployment Image Servicing and Management (DISM) B. dsquery Queries the directory by using search criteria that you specify. C. dsadd Adds specific types of objects to the directory. D. dsrm Deletes an object of a specific type or any general object from the directory. The Deployment Image Servicing and Management (DISM) tool replaces the pkgmgr, PEImg, and IntlConfg tools that are being retired in Windows 7. DISM provides a single centralized tool for performing all of the functions of these three tools in a more efficient and standardized way, eliminating the source of many of the frustrations experienced by current users of these tools. Dism /online /enable-feature /featurename:Server-Gui-Mgmt /featurename:Server-Gui-Shell /featurename:ServerCore-FullServer