PrepAway - Latest Free Exam Questions & Answers

You perform a Server Core Installation of Windows Server 2012 R2 on a server named Server1.

You perform a Server Core Installation of Windows Server 2012 R2 on a server named Server1.

You need to add a graphical user interf

ace (GUI) to Server1.

Which tool should you use?

A. The

setup.exe

command

B. The

dism.exe

command

C. The

imagex.exe

command

D.

The

Install-WindowsFeature

cmdlet

Explanation:

The DISM command is called by the Install-WindowsFeature command.

Here is the systax for DISM:

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

References: https://blogs.technet.microsoft.com/john_taylor/2013/01/08/converting-from-server-2012-core-

install-to-full-gui/

https://docs.microsoft.com/en-us/powershell/module/servermanager/install-windowsfeature?view=winserver2012r2-ps


Leave a Reply

PrepAway - Latest Free Exam Questions & Answers

You perform a Server Core Installation of Windows Server 2012 R2 on a server named Server1.

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) t

o Server1.

Which tool should you use?

A. the

dism.exe

command

B. the

Install-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:

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 equi

valent 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 Ser

ver1 -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/

QUE


Leave a Reply