101k views
5 votes
You decide to change the interface on your Windows Server 2012 R2 server. Select the best answer to convert a GUI server to Server Core: a) Perform a clean reinstallation of Windows Server Core. b) Use PowerShell to uninstall the GUI features. c) Use the Control Panel to switch to Server Core mode. d) Contact Microsoft Support for a specialized conversion tool.

1 Answer

4 votes

Final answer:

To convert a GUI server to Server Core on Windows Server 2012 R2, use PowerShell to uninstall the GUI features.

Step-by-step explanation:

The best answer to convert a GUI server to Server Core on Windows Server 2012 R2 is b) Use PowerShell to uninstall the GUI features.

To convert a GUI server to Server Core using PowerShell, follow these steps:
1. Open PowerShell as an administrator.
2. Run the command Uninstall-WindowsFeature Server-Gui-Shell, Server-Gui-Mgmt-Infra to uninstall the GUI features.
3. Restart the server to complete the conversion.

Learn more about Converting GUI server to Server Core

User Risu
by
7.7k points