Valid 70-410 Dumps shared by ExamDiscuss.com for Helping Passing 70-410 Exam! ExamDiscuss.com now offer the newest 70-410 exam dumps, the ExamDiscuss.com 70-410 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-410 dumps with Test Engine here:
You perform a Server Core Installation of window Server 2012 R2 on server named Server1. You need to add a graphical user interface (GUI) to server1. Which tool should you use?
Correct Answer: A
Explanation/Reference: Explanation: Install-WindowsFeature -Installs one or more Windows Server roles, role services, or features on either the local or a specified remote server that is running Windows Server 2012 R2. This cmdlet is equivalent to and replaces Add-WindowsFeature, the cmdlet that was used to install roles, role services, and features in Windows Server 2008 R2. dism /online /get-features PS C:\> Install-WindowsFeature -Name Web-Server - IncludeAllSubFeature - ComputerName Server1 -WhatIf References: https://docs.microsoft.com/en-us/powershell/module/servermanager/install-windowsfeature? view=winserver2012r2-ps https://blogs.technet.microsoft.com/john_taylor/2013/01/08/converting-from-server-2012-core-install-to-full- gui/