You work as an administrator at ABC.com. The ABC.com network consists of a single domain
named ABC.com. All servers on the ABC.com network have Windows Server 2012 installed.
A server named, ABC-SR13, has a Server Core Installation of Windows Server 2012 installed.
You are instructed to convert ABC-SR13s installation to a Server with GUI installation.
You want to use a Windows PowerShell cmdlet that uses Windows Update as a source.
Which of the following actions should you take?
A.
You should consider making use of the Install-WindowsFeature Server-Gui-Mgmt-Infra,Server-Gui-Shell �Restart cmdlet.
B.
You should consider making use of the Install- Install-WindowsFeature Server-Gui-Mgmt-Infra,Server-Gui-Shell �Restart �Source c:\mountdir\windows\winsxs cmdlet.
C.
You should consider making use of the Install- Uninstall-WindowsFeature Server-Gui-Shell
�Remove cmdlet.
D.
You should consider making use of the Set-ExecutionPolicy cmdlet.
This is a tricky question. There is NO restart needed! So A and B are fault.
C is a possibility but why remove? There is NO mentioning about removing….
D is the CORRECT answer because you can enable installing from an on-line trusted source which is mentioned “Windows Update as a source”.
https://technet.microsoft.com/nl-nl/library/ee176961.aspx
Skip my first remark, I made a mistake. A restart is always needed after (un)installing the Server Manager GUI.
http://www.howtogeek.com/111967/how-to-turn-the-gui-off-and-on-in-windows-server-2012/
WinSXS is not available after installing CORE!
So you should be using an on-line-source(answer A CORRECT)
B you need a wim-file (answer B fault because it is NOT on-line)
In the past there was a problem:
http://support.microsoft.com/kb/2913316