May 2024
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Categories

May 2024
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Windows Server 2012 R2 between Core and Full Installations

Windows Server 2012 changes all of that. We now can switch between core and full installation, and we can do so on-the-fly. There’s really no more reason why, you should be using a full installation for a server, unless it’s due to an installed application’s or role’s requirements. Unfortunately, there are still a few roles that require the GUI to be installed.

Convert Full to Core

  1. Log onto the server with an account that has administrative permissions.
  2. If it isn’t already open, launch the Server Manager console.52-figure-01
  3. From the Server Manager console, click the Manage menu.
  4. Click Remove Roles and Features.
  5. 52-figure-02
  6. On the Before You Begin screen, click Next.
  7. On the Select Destination Server screen, ensure the server is selected in the server pool, and then click Next.
  8. On the Remove Server Roles screen, click Next
  9. On the Remove Features screen, scroll down the list until you see User Interfaces and Infrastructure and expand it.
  10. Uncheck Graphical Management Tools and Infrastructure and Server Graphical Shell, and then click Next.
  11. 52-figure-03
  12. On the Confirmation screen, review the changes and then click Remove.
  13. When the removal process completes, click Close. The server will now need to be rebooted. During the reboot phase, the remaining components will be removed. Do not power off the server.
  14. After the server reboots, log back in.
  15. Once you’re logged in, you’ll notice that only a command-prompt window is open. You have successfully removed the graphical interface from Windows Server 2012 R2
  16. 52-figure-04

    Convert Core to Full

    1. Log onto the server with an account that has administrative privileges.
    2. Check to see if any graphical user interface components are installed.
      Get-WindowsFeature -Name "Server-Gui-Mgmt-Infra","Server-Gui-Shell"
    3. The output should look like the following, unless you are running in a minimal install, where only Graphical Management Tools and Infrastructure is installed, giving the admin access to Server Manager in server core.

    52-figure-05

  17. We can that no components are installed, in the figure above. Now we need to install both of the features listed above.
    Install-WindowsFeature -Name "Server-Gui-Mgmt-Infra","Server-Gui-Shell"
  18. When the features are installed, a warning will be displayed telling you that the server must be restarted. Go ahead and restart the server now.
  19. When the server completes the reboot process, log in. You should now have a fully functional graphical user interface presented to you.
  20. 52-figure-06

Leave a Reply

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>