<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>John Taylor's blog</title><link>http://blogs.technet.com/b/john_taylor/</link><description>Desktop Management</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>Converting from Server 2012 Core install to Full GUI</title><link>http://blogs.technet.com/b/john_taylor/archive/2013/01/09/converting-from-server-2012-core-install-to-full-gui.aspx</link><pubDate>Wed, 09 Jan 2013 06:40:36 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3544843</guid><dc:creator>John T. Taylor</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/john_taylor/rsscomments.aspx?WeblogPostID=3544843</wfw:commentRss><comments>http://blogs.technet.com/b/john_taylor/archive/2013/01/09/converting-from-server-2012-core-install-to-full-gui.aspx#comments</comments><description>&lt;p&gt;Windows Server 2012 Core boasts many enticing enhancements which include reducing the installation footprint, attack surface and management overhead.&amp;#160; Features on Demand allows the administrator to remove roles which are not needed to help reduce the disk size required for the installation.&amp;#160; By default all features are stored in the %windir%\winsxs directory, but administrators can use the uninstall-windowsfeature &amp;lt;featurename&amp;gt; –remove command to delete the files associated with that feature from the winsxs directory.&amp;#160; &lt;/p&gt;  &lt;p&gt;If you install Server Core edition or have removed the Server-Gui-Shell feature from Windows Server 2012 and want to convert to full GUI, you have some additional tasks that you will need to perform.&amp;#160; I attempted to just execute the widely published PowerShell command to convert to full GUI and received the following message.&lt;/p&gt;  &lt;p&gt;The installation froze for some time at this stage before showing the error message.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-93-44-metablogapi/6215.image_5F00_6FB1429E.png"&gt;&lt;img title="image" style="display: inline; background-image: none;" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-93-44-metablogapi/7888.image_5F00_thumb_5F00_40EB89FC.png" width="435" height="221" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-93-44-metablogapi/4667.image_5F00_2E369045.png"&gt;&lt;img title="image" style="display: inline; background-image: none;" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-93-44-metablogapi/3681.image_5F00_thumb_5F00_74474D58.png" width="437" height="246" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The error message says it cannot find the source files to perform the installation.&amp;#160; &lt;/p&gt;  &lt;p&gt;I was building a new lab environment and didn’t have the ability to stage the installation files on the network, but that is an option.&amp;#160; My environment was inside a Hyper-V environment on my Windows 8 system, so I needed to pull the files from the disk.&amp;#160; As you know the installation files are located inside the /sources/install.wim file.&amp;#160; To get the Full GUI running, I performed the following steps:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Mount the Windows Server 2012 ISO to the host.&lt;/li&gt;    &lt;li&gt;open an administrative command prompt&lt;/li&gt;    &lt;li&gt;mkdir c:\mount&lt;/li&gt;    &lt;li&gt;‘dism /mount-wim /wimfile:d:\sources\install.wim /index:4 /mountdir:c:\mount /readonly&lt;/li&gt;    &lt;li&gt;powershell (enter PowerShell prompt)&lt;/li&gt;    &lt;li&gt;install-windowsfeature server-gui-mgmt-infra,server-gui-shell –restart –source c:\mount\windows\winsxs&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The last command will finish the installation and restart the server when complete.&amp;#160; When the Install-WindowsFeature PowerShell command is executed and the server has internet access, the required files can be downloaded from Windows Update.&amp;#160;&amp;#160; Some of these features are very large, so specifying a network location or mounting the installation WIM, using the procedure above, may be the best alternative for installing removed features.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;-John &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3544843" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/john_taylor/archive/tags/Windows+Server+2012/">Windows Server 2012</category><category domain="http://blogs.technet.com/b/john_taylor/archive/tags/Full+GUI/">Full GUI</category></item></channel></rss>