Using PowerShell to convert to the Full Graphical Shell on a Windows Server 2012 R2 Datacenter Core Edition

Home > Blogs > PowerShell > Using PowerShell to convert to the Full Graphical Shell on a Windows Server 2012 R2 Datacenter Core Edition

Using PowerShell to convert to the Full Graphical Shell on a Windows Server 2012 R2 Datacenter Core Edition

1 5 Rick Trader
Added by January 6, 2016

You initially installed Windows Server 2012 R2 Datacenter Core Edition now you want to convert the installation to include the Full Graphical Shell to take care of some administrative tasks.  Once the Full Graphical Shell has been installed you will have access to entire Server 2012 R2 desktop.

In this post,  I will show you the steps to convert to the Full Graphical Shell.

Use the Deployment Image Servicing and Management (DISM.EXE) to determine the index number of the desired operating system in the install.wim file.

  1. Open an Administrative Command Prompt.
  2. Type dism /get-imageinfo /imagefile:d:\sources\install.wim

001-Using-PowerShell-to-Full-Graphica-Shell-Windows-Server-2012-R2-Datacenter

Note: d: is the drive letter of the DVD drive.

  1. In our case Windows Server 2012 R2 Datacenter is Index : 4

Use the Deployment Image Servicing and Management (DISM.EXE) to mount the desired operating system files from the install.wim file.

Note:  If you previously had the graphical interface installed on this server you will not have to mount the installation files.

If your computer has internet access, PowerShell can retrieve the source files from Windows Update.

  1. Make a folder on the root of the C: drive to mount the installation files. Type mkdir C:\mount, type dir to ensure folder was created.

002-mount-Using-PowerShell-to-Full-Graphica-Shell-Windows-Server-2012-R2-Datacenter

  1. Type dism /mount-wim /wimfile:d:\sources\install.wim /index:4 /mountdir:c:\mount /readonly. Observe the progress as the image is mounted.

003-mount-Using-PowerShell-to-Full-Graphica-Shell-Windows-Server-2012-R2-Datacenter

  1. Verify the operation completed successfully.

004-verify-mount-Using-PowerShell-to-Full-Graphica-Shell-Windows-Server-2012-R2-Datacenter

Use the PowerShell to convert to the Full Graphical Shell using local source files.

  1. Launch PowerShell, type powershell in the command prompt.

005-launch-Using-PowerShell-to-Full-Graphica-Shell-Windows-Server-2012-R2-Datacenter

Note:  The prompt turned to PS.

  1. To determine the proper syntax for the features you want to install, type get-windowsfeature then enter.

006-syntax-mount-Using-PowerShell-to-Full-Graphica-Shell-Windows-Server-2012-R2-Datacenter

Note:  The features we want to install is Graphical Management Tools and Infrastructure (Server-Gui-Mgmt-Infra) and Server Graphical Shell (Server-Gui-Shell).

  1. Type Install-windowsfeature Server-Gui-Mgmt-Infra,Server-Gui-Shell –source c:\mount\windows\winsxs –restart

007-install-mount-Using-PowerShell-to-Full-Graphica-Shell-Windows-Server-2012-R2-Datacenter

This process will take some time to complete, be patient it will finish.

Use the PowerShell to convert to the Full Graphical Shell using Windows Updates.

  1. Launch PowerShell, type powershell in the command prompt.

008-Using-PowerShell-to-Full-Graphica-Shell-Windows-Server-2012-R2-Datacenter

Note:  The prompt turned to PS.

  1. To determine the proper syntax for the features you want to install, type get-windowsfeature then enter.

009-proper-syntax-PowerShell-to-Full-Graphica-Shell-Windows-Server-2012-R2-Datacenter

Note:  The feature we want to install is Graphical Management Tools and Infrastructure (Server-Gui-Mgmt-Infra) and Server Graphical Shell (Server-Gui-Shell).

  1. Type Install-Windowsfeature Server-Gui-Mgmt-Infra,Server-Gui-Shell –restart

010-install-part2-PowerShell-to-Full-Graphica-Shell-Windows-Server-2012-R2-Datacenter

This process will take some time to complete, be patient it will finish.

011-almost-done-PowerShell-to-Full-Graphica-Shell-Windows-Server-2012-R2-Datacenter

This process will take some time to complete and may restart multiple times.

Verify the Full Graphical Shell is installed.

  1. Once the computer restarts and you have logged on, you will access to the Full Windows Server 2012 R2 Desktop.

012-completed-PowerShell-to-Full-Graphica-Shell-Windows-Server-2012-R2-Datacenter

Check back later for more blogs relating to:

Until next time – Ride Safe!

Rick Trader
Windows Server Instructor – Interface Technical Training
Phoenix, AZ

Videos You May Like

A Simple Introduction to Cisco CML2

0 3877 0

Mark Jacob, Cisco Instructor, presents an introduction to Cisco Modeling Labs 2.0 or CML2.0, an upgrade to Cisco’s VIRL Personal Edition. Mark demonstrates Terminal Emulator access to console, as well as console access from within the CML2.0 product. Hello, I’m Mark Jacob, a Cisco Instructor and Network Instructor at Interface Technical Training. I’ve been using … Continue reading A Simple Introduction to Cisco CML2

Creating Dynamic DNS in Network Environments

0 641 1

This content is from our CompTIA Network + Video Certification Training Course. Start training today! In this video, CompTIA Network + instructor Rick Trader teaches how to create Dynamic DNS zones in Network Environments. Video Transcription: Now that we’ve installed DNS, we’ve created our DNS zones, the next step is now, how do we produce those … Continue reading Creating Dynamic DNS in Network Environments

Cable Testers and How to Use them in Network Environments

0 724 1

This content is from our CompTIA Network + Video Certification Training Course. Start training today! In this video, CompTIA Network + instructor Rick Trader demonstrates how to use cable testers in network environments. Let’s look at some tools that we can use to test our different cables in our environment. Cable Testers Properly Wired Connectivity … Continue reading Cable Testers and How to Use them in Network Environments

Write a Comment

See what people are saying...

  1. Pingback: Using Server Manager to uninstall the MiniShell or Full Graphical Shell

  2. Pingback: Using PowerShell to remove the MiniShell to convert Server 2012 R2 Datacenter to a Core Edition

  3. Pingback: Using PowerShell to convert to MiniShell in Server 2012 R2

  4. Pingback: Using DISM to convert to MiniShell in Windows Server 2012 R2

  5. Pingback: Using DISM tool to convert to the Full Graphical Shell in Server 2012 R2 Datacenter

Share your thoughts...

Please fill out the comment form below to post a reply.