
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Covert Server Core to GUI Archives - TECHNIG</title>
	<atom:link href="https://www.technig.com/tag/covert-server-core-to-gui/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.technig.com/tag/covert-server-core-to-gui/</link>
	<description>Gateway for IT Experts and Tech Geeks</description>
	<lastBuildDate>Sat, 11 Sep 2021 11:07:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://www.technig.com/wp-content/uploads/2020/04/32x32.png</url>
	<title>Covert Server Core to GUI Archives - TECHNIG</title>
	<link>https://www.technig.com/tag/covert-server-core-to-gui/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">162720667</site>	<item>
		<title>Convert Server Core to Full GUI and Vice Versa</title>
		<link>https://www.technig.com/convert-server-core-to-full-gui-and-vice-versa/</link>
					<comments>https://www.technig.com/convert-server-core-to-full-gui-and-vice-versa/#comments</comments>
		
		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Sat, 09 Sep 2017 05:43:26 +0000</pubDate>
				<category><![CDATA[MCSA]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Covert Server Core to GUI]]></category>
		<category><![CDATA[DISM]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Server Core]]></category>
		<category><![CDATA[Windows Server 2012 R2]]></category>
		<category><![CDATA[Windows Server 2016]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=2826</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2015/06/Convert-Server-Core-to-Full-Gui-technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Convert Server Core to Full Gui - technig" decoding="async" fetchpriority="high" srcset="https://www.technig.com/wp-content/uploads/2015/06/Convert-Server-Core-to-Full-Gui-technig.jpg 840w, https://www.technig.com/wp-content/uploads/2015/06/Convert-Server-Core-to-Full-Gui-technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2015/06/Convert-Server-Core-to-Full-Gui-technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>In this article which is related to Windows Server 2012 R2 Core configuration, I&#8217;m going to show you how to convert Server Core to Full GUI and Convert from Gui to Windows Core? Before doing the conversion to full GUI and vice versa, you must know the basic configuration of Windows Server 2012 R2 Core.  The [&#8230;]</p>
<p>The post <a href="https://www.technig.com/convert-server-core-to-full-gui-and-vice-versa/">Convert Server Core to Full GUI and Vice Versa</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2015/06/Convert-Server-Core-to-Full-Gui-technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Convert Server Core to Full Gui - technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2015/06/Convert-Server-Core-to-Full-Gui-technig.jpg 840w, https://www.technig.com/wp-content/uploads/2015/06/Convert-Server-Core-to-Full-Gui-technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2015/06/Convert-Server-Core-to-Full-Gui-technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>In this article which is related to<a href="https://www.technig.com/tag/Windows-Server-2012-R2/" target="_blank" rel="noopener noreferrer"> Windows Server 2012 R2</a> Core configuration, I&#8217;m going to show you how to convert Server Core to Full GUI and Convert from Gui to Windows Core? Before doing the conversion to full GUI and vice versa, you must know the basic configuration of Windows Server 2012 R2 Core.  The preview article was about essential <a href="https://www.technig.com/configure-windows-server-2012-r2-core/" target="_blank" rel="noopener noreferrer">Configuration of  Windows Server 2012 R2 Core?</a>&#8220;.</p>
<p>This is the capability of Windows Server 2012 R2 that allows administrators to install servers with the full Gui, use the graphical tools to perform the initial setup and then convert them to Server Core to conserve system resources. In case of needed any changes, it is possible to reinstall the Gui components or remove them again. We can do it this conversion with <a href="http://powershell.com/cs/" target="_blank" rel="noopener noreferrer">Powershell</a> and <a href="https://technet.microsoft.com/en-us/library/hh825236.aspx" target="_blank" rel="noopener noreferrer">DISM</a> command line utility.</p>
<h2>Method 1: Convert Server Core to Gui using PowerShell</h2>
<p>Get ready to convert Server Core to Full Gui using Windows PowerShell. In order to do this, log in to Server core with an administrator account and open the PowerShell through opened command prompt.</p>
<p><strong>1.</strong> To open PowerShell type &#8220;start PowerShell&#8221; on command prompt and press Enter. The PowerShell will open in a new window. See the screenshot.</p>
<figure id="attachment_2829" aria-describedby="caption-attachment-2829" style="width: 1086px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/06/Start-PowerShell-on-Server-Core.jpg"><img decoding="async" class="wp-image-2829 size-full" src="https://www.technig.com/wp-content/uploads/2015/06/Start-PowerShell-on-Server-Core.jpg" alt="Start PowerShell on Server Core" width="1086" height="237" srcset="https://www.technig.com/wp-content/uploads/2015/06/Start-PowerShell-on-Server-Core.jpg 1086w, https://www.technig.com/wp-content/uploads/2015/06/Start-PowerShell-on-Server-Core-300x65.jpg 300w, https://www.technig.com/wp-content/uploads/2015/06/Start-PowerShell-on-Server-Core-768x168.jpg 768w, https://www.technig.com/wp-content/uploads/2015/06/Start-PowerShell-on-Server-Core-1024x223.jpg 1024w" sizes="(max-width: 1086px) 100vw, 1086px" /></a><figcaption id="caption-attachment-2829" class="wp-caption-text">Start PowerShell on Server Core</figcaption></figure>
<p>Now convert server core to full Gui using with the following &#8220;<strong>install-WindowsFeature</strong>&#8221; PowerShell command.</p>
<p><strong>2.</strong> First of all gets the name of GUI features with &#8220;<strong>Get-WindowsFeature *GUI*</strong>&#8221; command.</p>
<figure id="attachment_2830" aria-describedby="caption-attachment-2830" style="width: 992px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/06/Windows-GUI-Shell.jpg"><img decoding="async" class="wp-image-2830 size-full" src="https://www.technig.com/wp-content/uploads/2015/06/Windows-GUI-Shell.jpg" alt="Windows GUI Shell" width="992" height="190" srcset="https://www.technig.com/wp-content/uploads/2015/06/Windows-GUI-Shell.jpg 992w, https://www.technig.com/wp-content/uploads/2015/06/Windows-GUI-Shell-300x57.jpg 300w, https://www.technig.com/wp-content/uploads/2015/06/Windows-GUI-Shell-768x147.jpg 768w" sizes="(max-width: 992px) 100vw, 992px" /></a><figcaption id="caption-attachment-2830" class="wp-caption-text">Windows GUI Shell</figcaption></figure>
<p>You see the two <strong>Graphical Management Tools and Infrastructure</strong> and <strong>Server Graphical Shell</strong> which we need to install it.</p>
<p><strong>3.</strong> Type the command &#8220;<strong>Install-WindowsFeature -Name Server-Gui-Mgmt-Infra, Server-Gui-Shell &#8211;</strong>Source:E<strong>:\sources\install.wim</strong>&#8221; to install the GUI on Server core.</p>
<figure id="attachment_2832" aria-describedby="caption-attachment-2832" style="width: 1101px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/06/Convert-Server-Core-to-Full-Gui.jpg"><img loading="lazy" decoding="async" class="wp-image-2832 size-full" src="https://www.technig.com/wp-content/uploads/2015/06/Convert-Server-Core-to-Full-Gui.jpg" alt="Convert Server Core to Full Gui" width="1101" height="184" srcset="https://www.technig.com/wp-content/uploads/2015/06/Convert-Server-Core-to-Full-Gui.jpg 1101w, https://www.technig.com/wp-content/uploads/2015/06/Convert-Server-Core-to-Full-Gui-300x50.jpg 300w, https://www.technig.com/wp-content/uploads/2015/06/Convert-Server-Core-to-Full-Gui-768x128.jpg 768w, https://www.technig.com/wp-content/uploads/2015/06/Convert-Server-Core-to-Full-Gui-1024x171.jpg 1024w" sizes="(max-width: 1101px) 100vw, 1101px" /></a><figcaption id="caption-attachment-2832" class="wp-caption-text">Convert Server Core to Full Gui</figcaption></figure>
<p>The &#8220;<strong>E:</strong>&#8221; is the DVD ROM of my computer and the Windows Server 2012 R2 is already in.</p>
<p><strong>4.</strong> OK, when the installing features have finished successfully, restart the server core using &#8220;<strong>Shutdown -r -t 0</strong>&#8221; command.</p>
<figure id="attachment_2833" aria-describedby="caption-attachment-2833" style="width: 1094px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/06/Restart-Server-Core.jpg"><img loading="lazy" decoding="async" class="wp-image-2833 size-full" src="https://www.technig.com/wp-content/uploads/2015/06/Restart-Server-Core.jpg" alt="Restart Server Core" width="1094" height="170" srcset="https://www.technig.com/wp-content/uploads/2015/06/Restart-Server-Core.jpg 1094w, https://www.technig.com/wp-content/uploads/2015/06/Restart-Server-Core-300x47.jpg 300w, https://www.technig.com/wp-content/uploads/2015/06/Restart-Server-Core-768x119.jpg 768w, https://www.technig.com/wp-content/uploads/2015/06/Restart-Server-Core-1024x159.jpg 1024w" sizes="(max-width: 1094px) 100vw, 1094px" /></a><figcaption id="caption-attachment-2833" class="wp-caption-text">Restart Server Core</figcaption></figure>
<p>After rebooting the system, you will see the Windows Server with full Gui and all necessary graphical management tools.</p>
<figure id="attachment_2835" aria-describedby="caption-attachment-2835" style="width: 1028px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/06/Convert-Server-Gui-to-Server-Core.jpg"><img loading="lazy" decoding="async" class="wp-image-2835 size-full" src="https://www.technig.com/wp-content/uploads/2015/06/Convert-Server-Gui-to-Server-Core.jpg" alt="Convert Server Gui to Server Core" width="1028" height="772" srcset="https://www.technig.com/wp-content/uploads/2015/06/Convert-Server-Gui-to-Server-Core.jpg 1028w, https://www.technig.com/wp-content/uploads/2015/06/Convert-Server-Gui-to-Server-Core-300x225.jpg 300w, https://www.technig.com/wp-content/uploads/2015/06/Convert-Server-Gui-to-Server-Core-768x577.jpg 768w, https://www.technig.com/wp-content/uploads/2015/06/Convert-Server-Gui-to-Server-Core-1024x769.jpg 1024w, https://www.technig.com/wp-content/uploads/2015/06/Convert-Server-Gui-to-Server-Core-86x64.jpg 86w" sizes="(max-width: 1028px) 100vw, 1028px" /></a><figcaption id="caption-attachment-2835" class="wp-caption-text">Convert Server Gui to Server Core</figcaption></figure>
<p>Finally, Windows Server with full Gui is here.</p>
<h2>Method 2: Convert Windows Server Full Gui to Server Core</h2>
<p>OK, let&#8217;s convert Server from full Gui back to Server Core using &#8220;<strong>Uninstall-WindowsFeature</strong>&#8221; PowerShell command. We can do it with graphical as well, but the command is easy and you must learn for the exam.</p>
<p><code>Uninstall-WindowsFeature -Name Name Server-Gui-Mgmt-Infra, Server-Gui-Shell -Restart</code></p>
<figure id="attachment_2836" aria-describedby="caption-attachment-2836" style="width: 898px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/06/Uninstall-Windwos-Feature-with-PowerShell.jpg"><img loading="lazy" decoding="async" class="wp-image-2836 size-full" src="https://www.technig.com/wp-content/uploads/2015/06/Uninstall-Windwos-Feature-with-PowerShell.jpg" alt="Uninstall Windwos Feature with PowerShell" width="898" height="52" srcset="https://www.technig.com/wp-content/uploads/2015/06/Uninstall-Windwos-Feature-with-PowerShell.jpg 898w, https://www.technig.com/wp-content/uploads/2015/06/Uninstall-Windwos-Feature-with-PowerShell-300x17.jpg 300w, https://www.technig.com/wp-content/uploads/2015/06/Uninstall-Windwos-Feature-with-PowerShell-768x44.jpg 768w" sizes="(max-width: 898px) 100vw, 898px" /></a><figcaption id="caption-attachment-2836" class="wp-caption-text">Uninstall Windows Feature with PowerShell</figcaption></figure>
<p>The command will uninstall and remove features and convert Server GUI to Server Core. After restarting the system, you will see your old Server core with only one opened a command prompt.</p>
<h3>Method #2: Convert Server Core to Full Gui using DISM</h3>
<p>Deployment Image Servicing and Management (DISM.exe) is a command-line tool that can be used to service a Windows image or to prepare a Windows Preinstallation Environment (Windows PE) image. DISM can be used to service a Windows image (.wim) or a virtual hard disk (.vhd or .vhdx). But here we are using DISM to <a href="https://www.technig.com/how-to-install-windows-features-offline-using-dism/" target="_blank" rel="noopener noreferrer">Install Windows Features</a> or convert Server Core to full Gui with DISM.</p>
<p><code>Dism /online /enable-feature /featurename:ServerCore-FullServer /featurename:Server-Gui-Shell /featurename:Server-Gui-Mgmt /Source:E:\sources\install.wim </code></p>
<figure id="attachment_2838" aria-describedby="caption-attachment-2838" style="width: 1000px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/06/Convert-Server-Core-to-Full-Gui-using-DISM.jpg"><img loading="lazy" decoding="async" class="wp-image-2838 size-full" src="https://www.technig.com/wp-content/uploads/2015/06/Convert-Server-Core-to-Full-Gui-using-DISM.jpg" alt="Convert Server Core to Full Gui using DISM" width="1000" height="252" srcset="https://www.technig.com/wp-content/uploads/2015/06/Convert-Server-Core-to-Full-Gui-using-DISM.jpg 1000w, https://www.technig.com/wp-content/uploads/2015/06/Convert-Server-Core-to-Full-Gui-using-DISM-300x76.jpg 300w, https://www.technig.com/wp-content/uploads/2015/06/Convert-Server-Core-to-Full-Gui-using-DISM-768x194.jpg 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></a><figcaption id="caption-attachment-2838" class="wp-caption-text">Convert Server Core to Full Gui using DISM</figcaption></figure>
<p>After installing Windows features with DISM, type &#8220;<strong>Y</strong>&#8221; to restart the system.</p>
<h3>Remove Windows Features with DISM</h3>
<p>To remove the Gui features or Convert Server full Gui back to Server Core, do with the following command.</p>
<p><code>Dism /online /Disable-feature /featurename:ServerCore-FullServer /featurename:Server-Gui-Shell /featurename:Server-Gui-Mgmt</code></p>
<p>OK, that&#8217;s all you need to know to convert Server core to full Gui and vice versa. For the exam 70-410, you don&#8217;t need to know all of these, but you shout ready to involve with such questions about the conversion of Windows Server to full Gui and back to Core.</p>
<p>Hope this has been informative for you.</p>
<p>The post <a href="https://www.technig.com/convert-server-core-to-full-gui-and-vice-versa/">Convert Server Core to Full GUI and Vice Versa</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/convert-server-core-to-full-gui-and-vice-versa/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2826</post-id>	</item>
	</channel>
</rss>
