PrepAway - Latest Free Exam Questions & Answers

Which tool should you use?

You perform a Server Core Installation of Windows Server 2012 R2 on a server named Server1.
You need to add a graphical user interface (GUI) to Server1.
Which tool should you use?

PrepAway - Latest Free Exam Questions & Answers

A.
the dism.exe command

B.
the Add-WindowsFeature cmdlet

C.
the imagex.exe command

D.
the setup.exe command

E.
the ocsetup.exe command

F.
the Add-WindowsPackage cmdlet

G.
the Install-Module cmdlet

H.
the Install-RoleService cmdlet

Explanation:
Add-WindowsFeature -The Add-WindowsFeature cmdlet allows you to install specified roles, role
services, and features on a computer that is running Windows Server 2008 R2.
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

15 Comments on “Which tool should you use?

  1. Cribb says:

    Reason I lean with A was for the reason I stated…..thinking it is a trick from MS.

    Doing more reading and talking with others….if faced with this question on Wed (taking exam then) I would go with B




    0



    0
  2. shawn says:

    after reading a bit I would have to go for A, in fact I think there was a similar question to this somewhere and the answer was dism.exe

    http://blogs.technet.com/b/canitpro/archive/2012/10/02/from-server-core-to-gui-to-minshell.aspx
    There are a couple of ways to install the GUI from the command prompt, although both use the same tool – DISM (Deployment Image Service Manager). When you are doing it for a single (local) server, the command is:

    Dism /online /enable-feature /featurename:ServerCore-FullServer /featurename:Server-Gui-Shell /featurename:Server-Gui-Mgmt

    While the Dism tool works fine, one of the features that will make you want Windows Server 2012 on all of your servers now is the ability to manage them remotely, and script a lot of the jobs. For that Windows PowerShell is your friend. The script in PowerShell would be nearly as simple:

    Import-Module Dism
    Enable-WindowsOptionalFeature –online -Featurename ServerCore-FullServer,Server-Gui-Shell,Server-Gui-Mgmt
    It takes a few minutes, but once you are done you can reboot and presto, you have the full GUI environment.




    1



    0
  3. rca ieftin online says:

    I am also commenting to inform you what a helpful discovery my cousin’s daughter obtained visiting your web page. She mastered numerous issues, which included what it really is like to have an incredible coaching mood to make others clearly know chosen complicated topics. You undoubtedly surpassed people’s expectations. I appreciate you for showing these effective, dependable, explanatory in addition to fun help with that topic to Mary.
    rca ieftin online http://goo.gl/6GqA7S




    0



    0

Leave a Reply