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