<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>4sysops &#187; server core</title>
	<atom:link href="http://4sysops.com/archives/tag/server-core/feed/" rel="self" type="application/rss+xml" />
	<link>http://4sysops.com</link>
	<description>For Windows Administrators</description>
	<lastBuildDate>Wed, 08 Feb 2012 20:25:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<image>
    <title>4sysops</title>
    <url>http://4sysops.com/4sysops-rss.png</url>
    <link>http://4sysops.com</link>
    <width>143</width>
    <height>49</height>
    <description>4sysops.com</description>
    </image>		<item>
		<title>Uninstall Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core</title>
		<link>http://4sysops.com/archives/uninstall-windows-32-bit-on-windows-64-bit-wow64-on-windows-server-2008-r2-server-core/</link>
		<comments>http://4sysops.com/archives/uninstall-windows-32-bit-on-windows-64-bit-wow64-on-windows-server-2008-r2-server-core/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 19:10:38 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[server core]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=6557</guid>
		<description><![CDATA[This article explains why and how to remove Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core.]]></description>
			<content:encoded><![CDATA[<p><strong><i>This article explains why and how to remove Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core.</i></strong></p>
<p>When Microsoft announced that Windows Server 2008 R2 is the first 64-bit-only Windows version, there was quite an outcry on the web. What about all those 32-bit applications that are still needed? Of course, the fact that all Windows Server 2008 R2 components are 64-bit doesn&#8217;t mean that you can&#8217;t run 32-bit applications on Windows Server 2008 R2. Thanks to the Windows 32-bit on Windows 64-bit (WoW64) subsystem, Windows Server 2008 R2 can—like any other 64-bit Windows—run 32-bit applications without problems.</p>
<p>This is also true for Server Core. However, there is a difference between Server Core and the other Windows Server 2008 R2 editions. On Server Core, WoW64 can be uninstalled. In the Server 2008 R2 Server Core beta, WoW64 wasn&#8217;t running by default. Microsoft changed this after the beta phase because it turned out that many setup programs for 64-bit server applications are 32-bit. However, the fact that Microsoft originally planned to leave out WoW64 in default Server Core installations shows that it makes sense to uninstall it if you don&#8217;t need 32-bit applications.</p>
<p>Some sites recommend disabling WoW64 because this would result in a smaller footprint. However, when I uninstalled 32-bit support on Server Core, I didn&#8217;t notice any significant change on the available disk space or RAM. You can only save disk space by completely removing the WoW64 package. I plan to write about this in a later post.</p>
<p>The main reason why you should disable WoW64 on Server Core is that it reduces the attack surface significantly, simply because most of the malware and hacker tools are 32-bit. Hence, if security matters on your servers and you are sure that you don&#8217;t need any 32-bit applications, you should disable WoW64.</p>
<p>To check whether you have 32-bit applications on your Server Core machine, you can start the Task Manager (press CTRL+ALT+DEL) and check if there are any processes with &#8220;*32&#8243; behind the process name. Please note that some server roles and features <a href="http://blogs.technet.com/b/server_core/archive/2009/05/05/wow64-support-on-server-core-in-windows-server-2008-r2.aspx">require WoW64</a>. Most of them are only needed by 32-bit applications. To my <a href="http://msdn.microsoft.com/en-us/library/dd371790(v=vs.85).aspx">knowledge</a>, the only important server roles that require WoW64 are the Active Directory and Active Directory Lightweight Directory Services roles. Thus, if your Server Core machine is a domain controller, you can&#8217;t disable WoW64. Member servers, however, don&#8217;t require WoW64.</p>
<p>You can disable WoW64 on Server Core with this command:</p>
<p><em>dism /online /disable-feature /featurename:ServerCore-WoW64</em></p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/08/32.bit_.Windows.Server.2008.R2.Server.Core_.remove.wow64.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/08/32.bit_.Windows.Server.2008.R2.Server.Core_.remove.wow64.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="32.bit.Windows.Server.2008.R2.Server.Core.remove.wow64" src="http://4sysops.com/wp-content/uploads/2011/08/32.bit_.Windows.Server.2008.R2.Server.Core_.remove.wow64_thumb.png" alt="32.bit.Windows.Server.2008.R2.Server.Core.remove.wow64" width="604" height="301" border="0" /></a></p>
<p>After the server has rebooted, run this command to make sure WoW64 is really disabled:</p>
<p><em>dism /online /get-features /format:table</em></p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/08/32-bit.On_.Windows.64-bi.-WoW64.Windows.Server.2008.R2.Server.Core_.Disabled.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/08/32-bit.On_.Windows.64-bi.-WoW64.Windows.Server.2008.R2.Server.Core_.Disabled.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="32-bit.On.Windows.64-bi. (WoW64).Windows.Server.2008.R2.Server.Core.Disabled" src="http://4sysops.com/wp-content/uploads/2011/08/32-bit.On_.Windows.64-bi.-WoW64.Windows.Server.2008.R2.Server.Core_.Disabled_thumb.png" alt="32-bit.On.Windows.64-bi. (WoW64).Windows.Server.2008.R2.Server.Core.Disabled" width="604" height="321" border="0" /></a></p>
<p>Note that if you try to run a 32-bit application with disabled WoW64, you will only get somewhat cryptic messages such as &#8220;The subsystem needed to support the image type is not present.&#8221; If you suspect that an application has 32-bit components, you can run it on a 64-bit Windows machine with enabled WoW64 and check its processes in Task Manager.</p>
<p>If you later find out that you need 32-bit support on Server Core, you need this command to install WoW64 again:</p>
<p><em>dism /online /enable-feature /featurename:ServerCore-WOW64</em></p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/free-core-configurator-2-0-powerful-gui-for-windows-server-r2-server-core/" title="FREE: Core Configurator 2.0 &#8211; Powerful GUI for Windows Server R2 Server Core (December 23, 2009)">FREE: Core Configurator 2.0 &#8211; Powerful GUI for Windows Server R2 Server Core</a> (1)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-r2-server-core-sconfig-and-other-new-features/" title="Windows Server 2008 R2 Server Core &#8211; Sconfig and other new features (September 23, 2009)">Windows Server 2008 R2 Server Core &#8211; Sconfig and other new features</a> (2)</li>
	<li><a href="http://4sysops.com/archives/review-smartx-coreconfigurator/" title="Review: SmartX CoreConfigurator (December 29, 2008)">Review: SmartX CoreConfigurator</a> (4)</li>
	<li><a href="http://4sysops.com/archives/free-server-core-configurator-script-based-windows-2008-server-core-set-up/" title="FREE: Server Core Configurator &#8211; Script-based Windows 2008 Server Core set up (October 20, 2008)">FREE: Server Core Configurator &#8211; Script-based Windows 2008 Server Core set up</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-core-configuration-console-ccc-basic-server-core-setup/" title="FREE: Core Configuration Console (CCC) &#8211; Basic Server Core setup (October 7, 2008)">FREE: Core Configuration Console (CCC) &#8211; Basic Server Core setup</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/uninstall-windows-32-bit-on-windows-64-bit-wow64-on-windows-server-2008-r2-server-core/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FREE: Core Configurator 2.0 &#8211; Powerful GUI for Windows Server R2 Server Core</title>
		<link>http://4sysops.com/archives/free-core-configurator-2-0-powerful-gui-for-windows-server-r2-server-core/</link>
		<comments>http://4sysops.com/archives/free-core-configurator-2-0-powerful-gui-for-windows-server-r2-server-core/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 00:23:03 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[server core]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3844</guid>
		<description><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2009/12/Core_Configurator_2.0.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/12/Core_Configurator_2.0.png','',event,300,75)"><img style="border-right-width: 0px; margin: 0px 0px 0px 4px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Core Configurator 2.0" src="http://4sysops.com/wp-content/uploads/2009/12/Core_Configurator_2.0_thumb.png" border="0" alt="Core Configurator 2.0" width="404" height="317" align="right" /></a> A few days ago, Microsoft&#8217;s Open Source tool <a href="http://coreconfig.codeplex.com/">Core Configurator 2.0</a> was released. It allows you to manage Server Core with a nice GUI. I also <a href="http://4sysops.com/archives/free-server-core-configurator-script-based-windows-2008-server-core-set-up/">reviewed Core Configurator 1.0/1.1</a> a while back. The old version is still valuable because it also runs on Sever 2008 Core, whereas version 2.0 only supports Windows Server 2008 R2.</p>
<p>Core Configurator 2.0 is a completely new tool, as it is based on PowerShell and .Net 2, which are not officially supported on Server 2008 Core. However, there are ways to <a href="http://dmitrysotnikov.wordpress.com/2008/05/15/powershell-on-server-core/">install PowerShell on Server 2008 Core</a>. Thus, it is perhaps possible to get Core Configurator 2.0 running on R2. The other question is if you really want to install unsupported software on a server. Note that you don&#8217;t have to enable PowerShell and .Net before you install the Core Configurator 2.0 on R2 Server Core because its setup program (Start_CoreConfig.wsf) does this for you.</p>
<p>Another main difference to version 1.1 is that &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2009/12/Core_Configurator_2.0.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/12/Core_Configurator_2.0.png','',event,300,75)"><img style="border-right-width: 0px; margin: 0px 0px 0px 4px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Core Configurator 2.0" src="http://4sysops.com/wp-content/uploads/2009/12/Core_Configurator_2.0_thumb.png" border="0" alt="Core Configurator 2.0" width="404" height="317" align="right" /></a> A few days ago, Microsoft&#8217;s Open Source tool <a href="http://coreconfig.codeplex.com/">Core Configurator 2.0</a> was released. It allows you to manage Server Core with a nice GUI. I also <a href="http://4sysops.com/archives/free-server-core-configurator-script-based-windows-2008-server-core-set-up/">reviewed Core Configurator 1.0/1.1</a> a while back. The old version is still valuable because it also runs on Sever 2008 Core, whereas version 2.0 only supports Windows Server 2008 R2.</p>
<p>Core Configurator 2.0 is a completely new tool, as it is based on PowerShell and .Net 2, which are not officially supported on Server 2008 Core. However, there are ways to <a href="http://dmitrysotnikov.wordpress.com/2008/05/15/powershell-on-server-core/">install PowerShell on Server 2008 Core</a>. Thus, it is perhaps possible to get Core Configurator 2.0 running on R2. The other question is if you really want to install unsupported software on a server. Note that you don&#8217;t have to enable PowerShell and .Net before you install the Core Configurator 2.0 on R2 Server Core because its setup program (Start_CoreConfig.wsf) does this for you.</p>
<p>Another main difference to version 1.1 is that 2.0 has a nice GUI whereas Core Configurator 1.1 only has &#8220;DOS-like&#8221; menus. The most noteworthy new feature is probably the support for Hyper-V, although the management capabilities are somewhat limited. You can only start/stop virtual machines and you can see the thumbnails of running virtual machines.</p>
<p>I also like the feature that allows you to install third party apps. Of course, it is not a big deal to launch a setup program on a command prompt, but with Core Configurator, you can just browse to the corresponding program just as you are used to under the window-based Windows. Moreover, you can display and uninstall applications with the GUI. Of course, it is also possible to enable server roles and features with the tool.</p>
<p>This is the main downside of the built-in <a href="http://4sysops.com/archives/windows-server-2008-r2-server-core-sconfig-and-other-new-features/">sconfig</a> tool, which also lacks the ability to configure Firewall settings. Of course, sconfig has the advantage of not having to be installed. <a href="http://4sysops.com/archives/free-core-configuration-console-ccc-basic-server-core-setup/">Core Configuration Console</a>, another tool I reviewed before, looks a bit old-fashioned compared to Core Configurator. The most interesting additional feature of the commercial <a href="http://www.smart-x.com/?CategoryID=198&amp;ArticleID=170&amp;sng=1">SmartX CoreConfigurator</a> (without space) is probably that you can manage user accounts with it. This also works with the former free version of <a href="http://4sysops.com/archives/coreconfigurator-a-gui-for-server-core/">CoreConfigurator</a>, which you can still download at 4sysops.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/12/Core_Configurator_2.0_Control_Panel.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/12/Core_Configurator_2.0_Control_Panel.png','',event,300,75)"><img style="border-right-width: 0px; margin: 0px 0px 0px 4px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Core Configurator 2.0 Control Panel" src="http://4sysops.com/wp-content/uploads/2009/12/Core_Configurator_2.0_Control_Panel_thumb.png" border="0" alt="Core Configurator 2.0 Control Panel" width="404" height="325" align="right" /></a>Thus far, Core Configurator 2.0 is my favorite Server Core management tool. Since Core Configurator is now built on PowerShell, it is more likely that third parties will extend the tool with new features. Nevertheless, the available features in this release are already quite extensive:</p>
<ul>
<li>Product licensing</li>
<li>Networking features</li>
<li>DCPromo Tool</li>
<li>ISCSI settings</li>
<li>Server Roles and Features</li>
<li>User and group permissions</li>
<li>Share creation and deletion</li>
<li>Dynamic firewall settings</li>
<li>Display | screensaver settings</li>
<li>Add &amp; remove drivers</li>
<li>Proxy settings</li>
<li>Windows updates (including WSUS)</li>
<li>Multipath I/O</li>
<li>Hyper-V including virtual machine thumbnails</li>
<li>JoinDomain and computer rename</li>
<li>Add/remove programs</li>
<li>Services</li>
<li>WinRM</li>
<li>Complete logging of all commands executed</li>
</ul>
<h2><a href="http://coreconfig.codeplex.com/">Core Configurator 2.0</a></h2>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/uninstall-windows-32-bit-on-windows-64-bit-wow64-on-windows-server-2008-r2-server-core/" title="Uninstall Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core (August 3, 2011)">Uninstall Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core</a> (0)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-r2-server-core-sconfig-and-other-new-features/" title="Windows Server 2008 R2 Server Core &#8211; Sconfig and other new features (September 23, 2009)">Windows Server 2008 R2 Server Core &#8211; Sconfig and other new features</a> (2)</li>
	<li><a href="http://4sysops.com/archives/review-smartx-coreconfigurator/" title="Review: SmartX CoreConfigurator (December 29, 2008)">Review: SmartX CoreConfigurator</a> (4)</li>
	<li><a href="http://4sysops.com/archives/free-server-core-configurator-script-based-windows-2008-server-core-set-up/" title="FREE: Server Core Configurator &#8211; Script-based Windows 2008 Server Core set up (October 20, 2008)">FREE: Server Core Configurator &#8211; Script-based Windows 2008 Server Core set up</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-core-configuration-console-ccc-basic-server-core-setup/" title="FREE: Core Configuration Console (CCC) &#8211; Basic Server Core setup (October 7, 2008)">FREE: Core Configuration Console (CCC) &#8211; Basic Server Core setup</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-core-configurator-2-0-powerful-gui-for-windows-server-r2-server-core/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 R2 Server Core &#8211; Sconfig and other new features</title>
		<link>http://4sysops.com/archives/windows-server-2008-r2-server-core-sconfig-and-other-new-features/</link>
		<comments>http://4sysops.com/archives/windows-server-2008-r2-server-core-sconfig-and-other-new-features/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 19:31:06 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[server core]]></category>
		<category><![CDATA[windows server 2008 R2]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3459</guid>
		<description><![CDATA[<p>One of the reasons why <a href="http://4sysops.com/archives/windows-server-longhorn-server-core-essentials/">Server Core 2008</a> is not that popular is because basic configurations have to be made on the command line. Perhaps this alone wouldn&#8217;t be a problem: however, most of Server Core&#8217;s commands are somewhat longwinded, at least when you compare this system with other CLI-based operating systems such as Linux. This is why, almost immediately after its release, several Server Core configuration tools came up. The Windows Server 2008 R2 edition of Server Core comes with its own configuration tool: Sconfig.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/09/sconfig.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/09/sconfig.png','',event,300,75)"><img style="border-right-width: 0px; margin: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="sconfig" src="http://4sysops.com/wp-content/uploads/2009/09/sconfig_thumb.png" border="0" alt="sconfig" width="604" height="299" /></a></p>
<p>You can launch the tool from the command line after logging in. Sconfig allows you to configure the following Server Core settings: Domain/Workgroup, Computer Name, Add a New Local Administrator Account, Configure Remote Management (Allow MMC Remote Management, Enable Windows PowerShell, Allow Server Manager Remote Management, Show Windows Firewall Settings), Windows Update settings (automatic or manual), Download Updates (all or recommended only), Enable Remote Desktop, Network Settings (IP address, DNS server, Clear DNS Settings), &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>One of the reasons why <a href="http://4sysops.com/archives/windows-server-longhorn-server-core-essentials/">Server Core 2008</a> is not that popular is because basic configurations have to be made on the command line. Perhaps this alone wouldn&#8217;t be a problem: however, most of Server Core&#8217;s commands are somewhat longwinded, at least when you compare this system with other CLI-based operating systems such as Linux. This is why, almost immediately after its release, several Server Core configuration tools came up. The Windows Server 2008 R2 edition of Server Core comes with its own configuration tool: Sconfig.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/09/sconfig.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/09/sconfig.png','',event,300,75)"><img style="border-right-width: 0px; margin: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="sconfig" src="http://4sysops.com/wp-content/uploads/2009/09/sconfig_thumb.png" border="0" alt="sconfig" width="604" height="299" /></a></p>
<p>You can launch the tool from the command line after logging in. Sconfig allows you to configure the following Server Core settings: Domain/Workgroup, Computer Name, Add a New Local Administrator Account, Configure Remote Management (Allow MMC Remote Management, Enable Windows PowerShell, Allow Server Manager Remote Management, Show Windows Firewall Settings), Windows Update settings (automatic or manual), Download Updates (all or recommended only), Enable Remote Desktop, Network Settings (IP address, DNS server, Clear DNS Settings), date and time, Log Off User, Restart Server, and Shut Down Server.</p>
<p>Sconfig is basically a simple batch script, which is sufficient for these common configuration tasks. The tool supports most of the essential settings. However, a few important configuration options are missing: Windows activation, Firewall settings (Sconfig can only display them), and server role installations.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/09/sconfignetworksettings.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/09/sconfignetworksettings.png','',event,300,75)"><img style="border-right-width: 0px; margin: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="sconfig-network-settings" src="http://4sysops.com/wp-content/uploads/2009/09/sconfignetworksettings_thumb.png" border="0" alt="sconfig-network-settings" width="604" height="301" /></a></p>
<p>Therefore, I think third party Server Core configuration still has its right to exist. I am aware of three free Server Core management tools: <a href="http://4sysops.com/archives/free-server-core-configurator-script-based-windows-2008-server-core-set-up/">Server Core Configurator</a>, <a href="http://4sysops.com/archives/free-core-configuration-console-ccc-basic-server-core-setup/">Core Configurator Console (CCC)</a>, and <a href="http://4sysops.com/archives/coreconfigurator-a-gui-for-server-core/">CoreConfigurator</a>. I tried all three tools on Server Core R2 and they still seem to work. Each of the tools has its advantages. CCC has the most features, and CoreConfigurator has the nicest interface. Note that the tool is no longer officially available, but you can still download it here on 4sysops as long as nobody complains. The new commercial version, SmartX CoreConfigurator, has no specific Server Core R2 version at the moment, but I suppose it will work on R2 just like the other three tools.</p>
<p>Sconfig and these tools are needed only to configure the basic settings after the installations. Server Core R2&#8242;s most important management feature is that it can now be configured remotely with Windows Server 2008 R2 Server Manager. It is also possible to manage the Server 2008 Core with the RSAT MMC tools, but with Server Manager, things become more convenient. Most important is that you can now install server roles remotely.</p>
<p>Other important new features of Server Core R2 include support of a subset of the .NET Framework (2.0, 3.0, 3.5), ASP.NET, Windows PowerShell (including remoting), and support for <a href="http://technet.microsoft.com/de-de/library/dd464014%28WS.10%29.aspx">File Server Resource Manager (FSRM)</a> (managing quotas, file screens, data storage policies, etc.). I believe that together, all of these enhancements will finally bring about Server Core&#8217;s success. Especially in virtual and cloud environments, Server Core is an interesting option due to its smaller footprint. If you only require a few server roles or web apps, then it is unnecessary to install Windows Server 2008 R2 with a GUI. The fact that you can manage Server Core remotely with GUI tools should be convenient enough in most cases.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-dns-zones-overview/" title="Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview (January 10, 2012)">Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview</a> (2)</li>
	<li><a href="http://4sysops.com/archives/uninstall-windows-32-bit-on-windows-64-bit-wow64-on-windows-server-2008-r2-server-core/" title="Uninstall Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core (August 3, 2011)">Uninstall Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core</a> (0)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-r2-server-the-perfect-workstation-os/" title="Windows Server 2008 R2 Server &#8211; The perfect workstation OS (August 31, 2010)">Windows Server 2008 R2 Server &#8211; The perfect workstation OS</a> (15)</li>
	<li><a href="http://4sysops.com/archives/free-core-configurator-2-0-powerful-gui-for-windows-server-r2-server-core/" title="FREE: Core Configurator 2.0 &#8211; Powerful GUI for Windows Server R2 Server Core (December 23, 2009)">FREE: Core Configurator 2.0 &#8211; Powerful GUI for Windows Server R2 Server Core</a> (1)</li>
	<li><a href="http://4sysops.com/archives/active-directory-recycle-bin-part-2-restoring-deleted-active-directory-objects-in-windows-server-2008-r2/" title="Active Directory Recycle Bin &#8211; Restoring deleted AD objects in Windows Server 2008 R2 (September 28, 2009)">Active Directory Recycle Bin &#8211; Restoring deleted AD objects in Windows Server 2008 R2</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-server-2008-r2-server-core-sconfig-and-other-new-features/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Review: SmartX CoreConfigurator</title>
		<link>http://4sysops.com/archives/review-smartx-coreconfigurator/</link>
		<comments>http://4sysops.com/archives/review-smartx-coreconfigurator/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 10:55:01 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[server core]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=2009</guid>
		<description><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-logo.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-logo.png','',event,300,75)"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-logo-thumb.png" border="0" alt="CoreConfigurator-Logo" width="70" height="90" align="left" /></a> <a href="http://www.smart-x.com/?CategoryID=198&#38;ArticleID=128">CoreConfigurator</a> was the <a href="http://4sysops.com/archives/coreconfigurator-a-gui-for-server-core/">first GUI-based management tool for Windows Server 2008 Server Core</a>. It was still a free tool when I first blogged about it. Later, the publisher, <a href="http://www.smart-x.com/">SmartX</a>, removed the tool. Now a new version is available that is only free for non-commercial use. I had a quick look at it today.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator.png','',event,300,75)"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-thumb.png" border="0" alt="CoreConfigurator" width="244" height="185" align="right" /></a>Installation of the tool is easy. Just copy coreconfigurator.msi to a local drive and launch it from the command line. The setup will copy CoreConfigurator by default to <em>C:\Program Files\SmartX\Smart-X CoreConfigurator</em> . To start the tool you have to navigate to this folder and launch “CoreConfigurator.”</p>
<p> For those who are not used to working on the command line, you don’t have to type the full path. Just enter <em>cd \pr</em> and then press the Tab key. This will complete the command to <em>cd \”Program Files.”</em> You can also permanently add the location of CoreConfigurator to the PATH environment variable with this command: <em>setx PATH “%PATH%;C:\Program </em>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-logo.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-logo.png','',event,300,75)"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-logo-thumb.png" border="0" alt="CoreConfigurator-Logo" width="70" height="90" align="left" /></a> <a href="http://www.smart-x.com/?CategoryID=198&amp;ArticleID=128">CoreConfigurator</a> was the <a href="http://4sysops.com/archives/coreconfigurator-a-gui-for-server-core/">first GUI-based management tool for Windows Server 2008 Server Core</a>. It was still a free tool when I first blogged about it. Later, the publisher, <a href="http://www.smart-x.com/">SmartX</a>, removed the tool. Now a new version is available that is only free for non-commercial use. I had a quick look at it today.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator.png','',event,300,75)"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-thumb.png" border="0" alt="CoreConfigurator" width="244" height="185" align="right" /></a>Installation of the tool is easy. Just copy coreconfigurator.msi to a local drive and launch it from the command line. The setup will copy CoreConfigurator by default to <em>C:\Program Files\SmartX\Smart-X CoreConfigurator</em> . To start the tool you have to navigate to this folder and launch “CoreConfigurator.”</p>
<p> For those who are not used to working on the command line, you don’t have to type the full path. Just enter <em>cd \pr</em> and then press the Tab key. This will complete the command to <em>cd \”Program Files.”</em> You can also permanently add the location of CoreConfigurator to the PATH environment variable with this command: <em>setx PATH “%PATH%;C:\Program Files\SmartX\Smart-X CoreConfigurator.”</em> You have to log out (with the <em>logoff</em> command) and log back in to update the environment variable. Now you can launch CoreConfigurator without having to navigate to its installation folder.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-account-management.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-account-management.png','',event,300,75)"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-account-management-thumb.png" border="0" alt="CoreConfigurator-Account-Management" width="104" height="76" /></a> <a href="http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-automatic-updates.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-automatic-updates.png','',event,300,75)"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-automatic-updates-thumb.png" border="0" alt="CoreConfigurator-Automatic-Updates" width="104" height="44" /></a> <a href="http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-computer-name-settings.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-computer-name-settings.png','',event,300,75)"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-computer-name-settings-thumb.png" border="0" alt="CoreConfigurator-Computer-Name-Settings" width="104" height="100" /></a> <a href="http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-deployment-conifuguration.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-deployment-conifuguration.png','',event,300,75)"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-deployment-conifuguration-thumb.png" border="0" alt="CoreConfigurator-Deployment-Conifuguration" width="104" height="84" /></a></p>
<p>The features of the new version are similar to the original free tool:</p>
<ul>
<li>Product Activation</li>
<li>Management of local user accounts (creation, deletion, group membership, passwords)</li>
<li>IP configuration</li>
<li>Clock and time zone configuration</li>
<li>Configuration of display resolution</li>
<li>Firewall configuration</li>
<li>Computer name and domain/workgroup membership</li>
<li>WinRM configuration</li>
<li>Installation of Server Core features/roles</li>
<li>Remote Desktop configuration</li>
<li>Launch DCPROMO (promote the server to a domain controller)</li>
<li>Backup performance configuration</li>
<li>Update settings</li>
</ul>
<p><a href="http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-display-settings.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-display-settings.png','',event,300,75)"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-display-settings-thumb1.png" border="0" alt="CoreConfigurator-Display-Settings" width="104" height="119" /></a><a href="http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-firewall-settings.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-firewall-settings.png','',event,300,75)"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-firewall-settings-thumb1.png" border="0" alt="CoreConfigurator-Firewall-Settings" width="104" height="110" /></a> <a href="http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-licensing.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-licensing.png','',event,300,75)"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-licensing-thumb1.png" border="0" alt="CoreConfigurator-Licensing" width="104" height="66" /></a> <a href="http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-network-settings1.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-network-settings1.png','',event,300,75)"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://4sysops.com/wp-content/uploads/2008/12/coreconfigurator-network-settings-thumb1.png" border="0" alt="CoreConfigurator-Network-Settings" width="104" height="122" /></a></p>
<p>The last two features are new. The backup performance tool works only if you installed the Windows Backup feature. You can do this with CoreConfigurator’s Features tool. Unfortunately, one can’t operate Windows Backup with CoreConfigurator. If you want to know how this can be done on Server Core, you should check out <a href="http://thebackroomtech.com/2008/03/12/creating-backups-of-windows-2008-server-core-machines/">Julie’s post</a>.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/uninstall-windows-32-bit-on-windows-64-bit-wow64-on-windows-server-2008-r2-server-core/" title="Uninstall Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core (August 3, 2011)">Uninstall Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-core-configurator-2-0-powerful-gui-for-windows-server-r2-server-core/" title="FREE: Core Configurator 2.0 &#8211; Powerful GUI for Windows Server R2 Server Core (December 23, 2009)">FREE: Core Configurator 2.0 &#8211; Powerful GUI for Windows Server R2 Server Core</a> (1)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-r2-server-core-sconfig-and-other-new-features/" title="Windows Server 2008 R2 Server Core &#8211; Sconfig and other new features (September 23, 2009)">Windows Server 2008 R2 Server Core &#8211; Sconfig and other new features</a> (2)</li>
	<li><a href="http://4sysops.com/archives/free-server-core-configurator-script-based-windows-2008-server-core-set-up/" title="FREE: Server Core Configurator &#8211; Script-based Windows 2008 Server Core set up (October 20, 2008)">FREE: Server Core Configurator &#8211; Script-based Windows 2008 Server Core set up</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-core-configuration-console-ccc-basic-server-core-setup/" title="FREE: Core Configuration Console (CCC) &#8211; Basic Server Core setup (October 7, 2008)">FREE: Core Configuration Console (CCC) &#8211; Basic Server Core setup</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/review-smartx-coreconfigurator/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>FREE: Server Core Configurator &#8211; Script-based Windows 2008 Server Core set up</title>
		<link>http://4sysops.com/archives/free-server-core-configurator-script-based-windows-2008-server-core-set-up/</link>
		<comments>http://4sysops.com/archives/free-server-core-configurator-script-based-windows-2008-server-core-set-up/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 20:00:07 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[server core]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=1723</guid>
		<description><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2008/10/server-core-configurator.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/10/server-core-configurator.png','',event,300,75)"><img style="border-width: 0px;" src="http://4sysops.com/wp-content/uploads/2008/10/server-core-configurator-thumb.png" border="0" alt="Server-Core-Configurator" width="201" height="244" align="right" /></a> As expected, many Windows admins dislike the idea of configuring a server on the command prompt. <a href="http://www.codeplex.com/CoreConfig">Server Core Configurator</a> is the third tool I am discussing that helps configure Windows Server 2008 Server Core. <a href="http://4sysops.com/archives/coreconfigurator-a-gui-for-server-core/">CoreConfigurator</a> (without space between Core and Configurator) is a GUI tool and Core <a href="http://4sysops.com/archives/free-core-configuration-console-ccc-basic-server-core-setup/">Configuration Console (CCC)</a> is a batch script. Server Core Configurator is something in between.</p>
<p>The tool consists of several VBS scripts with one central script providing the main menu. Similar to a batch script you have to enter numbers to open a submenu, but the menu and the input fields are presented in a graphical window.</p>
<p>Server Core Configurator’s configuration options are impressive:</p>
<ul>
<li>Licensing settings: display status, configure proxy, activate (web, phone, offline), install product key, uninstall product key, clear product from registry, reset licensing status, KMS settings.</li>
<li>Computer / domain settings: rename, join/remove from domain, domain controller promotion</li>
<li>Network settings: display, configure, rename, enable / disable, add DNS server, flush / register </li>&#8230;</ul>]]></description>
			<content:encoded><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2008/10/server-core-configurator.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/10/server-core-configurator.png','',event,300,75)"><img style="border-width: 0px;" src="http://4sysops.com/wp-content/uploads/2008/10/server-core-configurator-thumb.png" border="0" alt="Server-Core-Configurator" width="201" height="244" align="right" /></a> As expected, many Windows admins dislike the idea of configuring a server on the command prompt. <a href="http://www.codeplex.com/CoreConfig">Server Core Configurator</a> is the third tool I am discussing that helps configure Windows Server 2008 Server Core. <a href="http://4sysops.com/archives/coreconfigurator-a-gui-for-server-core/">CoreConfigurator</a> (without space between Core and Configurator) is a GUI tool and Core <a href="http://4sysops.com/archives/free-core-configuration-console-ccc-basic-server-core-setup/">Configuration Console (CCC)</a> is a batch script. Server Core Configurator is something in between.</p>
<p>The tool consists of several VBS scripts with one central script providing the main menu. Similar to a batch script you have to enter numbers to open a submenu, but the menu and the input fields are presented in a graphical window.</p>
<p>Server Core Configurator’s configuration options are impressive:</p>
<ul>
<li>Licensing settings: display status, configure proxy, activate (web, phone, offline), install product key, uninstall product key, clear product from registry, reset licensing status, KMS settings.</li>
<li>Computer / domain settings: rename, join/remove from domain, domain controller promotion</li>
<li>Network settings: display, configure, rename, enable / disable, add DNS server, flush / register DNS, ISCSI initiator settings</li>
<li>Roles and Features: install / uninstall (including IIS)</li>
<li>User permissions: add / remove / show users of the Local Admin Group</li>
<li>Share configuration: display / add / delete</li>
<li>Control Panel: date / time, keyboard settings, display settings, screensaver settings, enable / disable Remote Desktop, enable / disable WinRM, add /remove drivers, Windows Firewall, Windows Update</li>
<li>Operations: launch System Information / Task Manager, reboot, shutdown, logoff</li>
</ul>
<p><a href="http://4sysops.com/wp-content/uploads/2008/10/server-core-configurator-network.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/10/server-core-configurator-network.png','',event,300,75)"><img style="border-width: 0px;" src="http://4sysops.com/wp-content/uploads/2008/10/server-core-configurator-network-thumb.png" border="0" alt="Server-Core-Configurator-network" width="244" height="105" align="right" /></a> Server Core Configurator is somewhat easier to handle than CCC, but it is not as comfortable as a GUI tool. For example, the available Server Roles are displayed in notepad. However, most configuration tasks can be much faster accomplished than on the command prompt.</p>
<p>This review is about release 17029. I think the authors will extend this tool in the near future. I will keep you posted about major updates. By the way, Server Core Configurator is a Codeplex project (Microsoft Open Source). Perhaps you want to contribute, too.</p>
<p>Update (10/31/08): <a href="http://www.codeplex.com/CoreConfig/Release/ProjectReleases.aspx?ReleaseId=18912">Core Configurator 1.1</a> has been released. New: Add / Remove DNS Servers, Server Hardening plus bug fixes.</p>
<h2><a href="http://www.codeplex.com/CoreConfig">Server Core Configurator</a></h2>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/uninstall-windows-32-bit-on-windows-64-bit-wow64-on-windows-server-2008-r2-server-core/" title="Uninstall Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core (August 3, 2011)">Uninstall Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-core-configurator-2-0-powerful-gui-for-windows-server-r2-server-core/" title="FREE: Core Configurator 2.0 &#8211; Powerful GUI for Windows Server R2 Server Core (December 23, 2009)">FREE: Core Configurator 2.0 &#8211; Powerful GUI for Windows Server R2 Server Core</a> (1)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-r2-server-core-sconfig-and-other-new-features/" title="Windows Server 2008 R2 Server Core &#8211; Sconfig and other new features (September 23, 2009)">Windows Server 2008 R2 Server Core &#8211; Sconfig and other new features</a> (2)</li>
	<li><a href="http://4sysops.com/archives/review-smartx-coreconfigurator/" title="Review: SmartX CoreConfigurator (December 29, 2008)">Review: SmartX CoreConfigurator</a> (4)</li>
	<li><a href="http://4sysops.com/archives/free-core-configuration-console-ccc-basic-server-core-setup/" title="FREE: Core Configuration Console (CCC) &#8211; Basic Server Core setup (October 7, 2008)">FREE: Core Configuration Console (CCC) &#8211; Basic Server Core setup</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-server-core-configurator-script-based-windows-2008-server-core-set-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FREE: Core Configuration Console (CCC) &#8211; Basic Server Core setup</title>
		<link>http://4sysops.com/archives/free-core-configuration-console-ccc-basic-server-core-setup/</link>
		<comments>http://4sysops.com/archives/free-core-configuration-console-ccc-basic-server-core-setup/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 21:02:42 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[server core]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=1704</guid>
		<description><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2008/10/core-configurator-console.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/10/core-configurator-console.png','',event,300,75)"><img style="border-width: 0px;" src="http://4sysops.com/wp-content/uploads/2008/10/core-configurator-console-thumb.png" border="0" alt="core_configurator_console" width="244" height="136" align="right" /></a></p>
<p>A while back I reviewed <a href="http://4sysops.com/archives/coreconfigurator-a-gui-for-server-core/">CoreConfigurator</a>, a GUI tool that allows you to configure Windows Server 2008 Server Core in a more convenient way than using the command prompt. <a href="http://www.nullsession.com/2008/10/04/core-configuration-console/">Core Configuration Console (CCC)</a> has similar configuration functionality, but it is not GUI tool. Rather, it is a menu-based batch script that makes it almost as convenient to configure Server Core. These are the things you can do with CCC:</p>
<ul>
<li>Network configuration (IP, DNS, reset to DHCP)</li>
<li>Display server information (see screenshot)</li>
<li>Change current local user password</li>
<li>Licensing (install, activate, reset, rearm, display, delete)</li>
<li>Domain settings (join, disjoin)</li>
<li>Firewall configuration (disable, enable/disable TS Remote Admin Mode)</li>
<li>Regional and language-settings</li>
<li>Time-and-date-settings</li>
<li>CCC settings (register in PATH, enable autostart)</li>
<li>Set local administrator password, rename computer</li>
<li>Shutdown, reboot, logoff</li>
</ul>
<p><a href="http://4sysops.com/wp-content/uploads/2008/10/core-configurator-console-info.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/10/core-configurator-console-info.png','',event,300,75)"><img style="border-width: 0px;" src="http://4sysops.com/wp-content/uploads/2008/10/core-configurator-console-info-thumb.png" border="0" alt="core_configurator_console-info" width="244" height="205" align="right" /></a></p>
<p>CCC does not need to be installed; you just have to copy ccc.bat to Server Core (C:\windows recommended) and you can then launch the script without parameters from the command prompt. CCC is a &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2008/10/core-configurator-console.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/10/core-configurator-console.png','',event,300,75)"><img style="border-width: 0px;" src="http://4sysops.com/wp-content/uploads/2008/10/core-configurator-console-thumb.png" border="0" alt="core_configurator_console" width="244" height="136" align="right" /></a></p>
<p>A while back I reviewed <a href="http://4sysops.com/archives/coreconfigurator-a-gui-for-server-core/">CoreConfigurator</a>, a GUI tool that allows you to configure Windows Server 2008 Server Core in a more convenient way than using the command prompt. <a href="http://www.nullsession.com/2008/10/04/core-configuration-console/">Core Configuration Console (CCC)</a> has similar configuration functionality, but it is not GUI tool. Rather, it is a menu-based batch script that makes it almost as convenient to configure Server Core. These are the things you can do with CCC:</p>
<ul>
<li>Network configuration (IP, DNS, reset to DHCP)</li>
<li>Display server information (see screenshot)</li>
<li>Change current local user password</li>
<li>Licensing (install, activate, reset, rearm, display, delete)</li>
<li>Domain settings (join, disjoin)</li>
<li>Firewall configuration (disable, enable/disable TS Remote Admin Mode)</li>
<li>Regional and language-settings</li>
<li>Time-and-date-settings</li>
<li>CCC settings (register in PATH, enable autostart)</li>
<li>Set local administrator password, rename computer</li>
<li>Shutdown, reboot, logoff</li>
</ul>
<p><a href="http://4sysops.com/wp-content/uploads/2008/10/core-configurator-console-info.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/10/core-configurator-console-info.png','',event,300,75)"><img style="border-width: 0px;" src="http://4sysops.com/wp-content/uploads/2008/10/core-configurator-console-info-thumb.png" border="0" alt="core_configurator_console-info" width="244" height="205" align="right" /></a></p>
<p>CCC does not need to be installed; you just have to copy ccc.bat to Server Core (C:\windows recommended) and you can then launch the script without parameters from the command prompt. CCC is a nice tool, but I prefer CoreConfigurator.<del datetime="2008-10-22T19:25:00+00:00"> Sometimes, when you enter a CCC menu, it is not possible to cancel the operation. I recommend being especially careful when using menu Item 5 (Quick Config).
</del> (Has been corrected in version 0.91.)</p>
<p><!-- adman --></p>
<p>In addition, there are a few settings that CoreConfigurator supports, which CCC does not: display resolution, management of local user accounts, and WinRM configuration. Unfortunately, CoreConfigurator has been discontinued and it is officially not available anymore, but you can still <a href="http://4sysops.com/archives/coreconfigurator-a-gui-for-server-core/">download</a> it from 4sysops &#8212; as long as nobody complains.</p>
<p>CCC’s major advantage over CoreConfigurator is that, since it is just a batch script, it can be easily extended by anyone. In fact, if you have added a feature to CCC, please let me know and I will post your solution here.</p>
<p>Update: <a href="http://www.nullsession.com/2008/10/21/ccc-091/">Version 0.91</a> has been released. These are the new features:</p>
<ul>
<li>Server information in main menu</li>
<li>Enable / Disable Windows Update</li>
<li>Check for updates</li>
<li>List installed patches</li>
<li>Screen resolution (640×480, 800×600, 1024×768, 1280×1024, 1600×1200)</li>
<li>List roles / features</li>
<li>Search roles / features</li>
<li>Enable / Disable Firewall Groups</li>
<li>Enable / Disable WinRM</li>
<li>Enable / Disable Remote TS</li>
<li>(including set/unset CredSSP)</li>
</ul>
<h2><a href="http://www.nullsession.com/2008/10/04/core-configuration-console/">Core Configuration Console</a></h2>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/uninstall-windows-32-bit-on-windows-64-bit-wow64-on-windows-server-2008-r2-server-core/" title="Uninstall Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core (August 3, 2011)">Uninstall Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-core-configurator-2-0-powerful-gui-for-windows-server-r2-server-core/" title="FREE: Core Configurator 2.0 &#8211; Powerful GUI for Windows Server R2 Server Core (December 23, 2009)">FREE: Core Configurator 2.0 &#8211; Powerful GUI for Windows Server R2 Server Core</a> (1)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-r2-server-core-sconfig-and-other-new-features/" title="Windows Server 2008 R2 Server Core &#8211; Sconfig and other new features (September 23, 2009)">Windows Server 2008 R2 Server Core &#8211; Sconfig and other new features</a> (2)</li>
	<li><a href="http://4sysops.com/archives/review-smartx-coreconfigurator/" title="Review: SmartX CoreConfigurator (December 29, 2008)">Review: SmartX CoreConfigurator</a> (4)</li>
	<li><a href="http://4sysops.com/archives/free-server-core-configurator-script-based-windows-2008-server-core-set-up/" title="FREE: Server Core Configurator &#8211; Script-based Windows 2008 Server Core set up (October 20, 2008)">FREE: Server Core Configurator &#8211; Script-based Windows 2008 Server Core set up</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-core-configuration-console-ccc-basic-server-core-setup/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Tweets: Download CoreConfigurator &#8211; Enable and disable UAC in a script &#8211; Review of VMware ThinApp &#8211; Scope cloud scripting</title>
		<link>http://4sysops.com/archives/tweets-download-coreconfigurator-enable-and-disable-uac-in-script-review-of-vmware-thinapp-scoop-cloud-scripting/</link>
		<comments>http://4sysops.com/archives/tweets-download-coreconfigurator-enable-and-disable-uac-in-script-review-of-vmware-thinapp-scoop-cloud-scripting/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 17:40:33 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[server core]]></category>
		<category><![CDATA[uac]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=1492</guid>
		<description><![CDATA[<ul>
<li><a href="http://4sysops.com/archives/coreconfigurator-a-gui-for-server-core/">Download Server Core CoreConfigurator</a>. The developer removed the download temporarily. As long as nobody complains you can download it at 4sysops.</li>
<li>Five <a href="http://searchexchange.techtarget.com/generic/0,295582,sid43_gci1324173,00.html?track=sy188">Microsoft Exchange Server backup</a> worst practices. I don&#8217;t share the skepticism about disk backups, but 5 (testing Exchange Backups) is important.</li>
<li><a href="http://tomstricks.blogspot.com/2008/08/enable-or-disable-uacuser-account.html">Enable or Disable UAC</a> (User Account Control) From a Batch File in Windows Vista. Sooner or later you will need this.</li>
<li>The <a href="http://www.pcmech.com/article/the-stupidity-of-microsofts-mojave-experiment/">Stupidity of Microsoft’s Mojave Experiment</a> I have to agree with the analysis at PCMech. It is funny anyway.</li>
<li>Good <a href="http://www.pcworld.com/article/149381/2008/08/.html?tk=rss_news">review about VMware ThinApp</a> at PC World. This HTTP-based synchronisation feature is interesting.</li>
<li>Mary Jo Foley <a href="http://blogs.zdnet.com/microsoft/?p=1514">discussed</a> scope, Microsoft&#8217;s scripting language for the cloud. This sounds all quite interesting.</li>
</ul>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0&#8230;</small><br />]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://4sysops.com/archives/coreconfigurator-a-gui-for-server-core/">Download Server Core CoreConfigurator</a>. The developer removed the download temporarily. As long as nobody complains you can download it at 4sysops.</li>
<li>Five <a href="http://searchexchange.techtarget.com/generic/0,295582,sid43_gci1324173,00.html?track=sy188">Microsoft Exchange Server backup</a> worst practices. I don&#8217;t share the skepticism about disk backups, but 5 (testing Exchange Backups) is important.</li>
<li><a href="http://tomstricks.blogspot.com/2008/08/enable-or-disable-uacuser-account.html">Enable or Disable UAC</a> (User Account Control) From a Batch File in Windows Vista. Sooner or later you will need this.</li>
<li>The <a href="http://www.pcmech.com/article/the-stupidity-of-microsofts-mojave-experiment/">Stupidity of Microsoft’s Mojave Experiment</a> I have to agree with the analysis at PCMech. It is funny anyway.</li>
<li>Good <a href="http://www.pcworld.com/article/149381/2008/08/.html?tk=rss_news">review about VMware ThinApp</a> at PC World. This HTTP-based synchronisation feature is interesting.</li>
<li>Mary Jo Foley <a href="http://blogs.zdnet.com/microsoft/?p=1514">discussed</a> scope, Microsoft&#8217;s scripting language for the cloud. This sounds all quite interesting.</li>
</ul>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/tweets-download-coreconfigurator-enable-and-disable-uac-in-script-review-of-vmware-thinapp-scoop-cloud-scripting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Server Core really a GUI-less operating system? Or how to run Firefox on Server Core</title>
		<link>http://4sysops.com/archives/is-server-core-really-a-gui-less-operating-system-or-how-to-run-firefox-on-server-core/</link>
		<comments>http://4sysops.com/archives/is-server-core-really-a-gui-less-operating-system-or-how-to-run-firefox-on-server-core/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 18:40:27 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[server core]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/is-server-core-really-a-gui-less-operating-system-or-how-to-run-firefox-on-server-core/</guid>
		<description><![CDATA[<p>I seriously doubt this now. Inspired by <a href="http://4sysops.com/archives/coreconfigurator-a-gui-for-server-core/">CoreConfigurator</a>, I tried a couple of other tools with a GUI on Windows 2008 Server Core. I was surprised that most of them worked. I tried two file management tools, a Registy Editor, Microsoft’s <a href="http://4sysops.com/archives/microsoft-sysinternals-process-explorer-11-brings-better-vista-support/">Process Explorer</a>, and (that was the fun part) Firefox. I was also tempted to install Office 2007, but I left this exercise to other jokers.</p>
<p><strong><a href="http://4sysops.com/wp-content/uploads/2008/04/server-core-freecommander.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/04/server-core-freecommander.png','',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2008/04/server-core-freecommander-thumb.png" style="border-width: 0px" alt="server_core_freecommander" align="right" border="0" height="204" width="244" /></a> Installing those tools</strong> wasn’t a big deal. All you have to do is to launch the setup files. As file managers, I tried <a href="http://www.freecommander.com/">FreeCommander</a> and <a href="http://guti.webcindario.com/static.php?page=XPlorer">Xplorer</a>. Both are free Explorer alternatives. Most of the features worked flawlessly. With some I had problems though. For example, I wasn’t able to map a network drive with both tools. However, when I mapped a share on the command prompt I was able to access it with both file managers.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2008/04/server-core-regalyzer.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/04/server-core-regalyzer.png','',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2008/04/server-core-regalyzer-thumb.png" style="border: 0px none " alt="server_core_regalyzer" align="left" border="0" height="204" width="244" /></a> I also tried the <strong>Registry tool</strong>, <a href="http://4sysops.com/archives/regalyzer-a-nifty-free-registry-editor/">RegAlyzer</a>, which I reviewed a couple of &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>I seriously doubt this now. Inspired by <a href="http://4sysops.com/archives/coreconfigurator-a-gui-for-server-core/">CoreConfigurator</a>, I tried a couple of other tools with a GUI on Windows 2008 Server Core. I was surprised that most of them worked. I tried two file management tools, a Registy Editor, Microsoft’s <a href="http://4sysops.com/archives/microsoft-sysinternals-process-explorer-11-brings-better-vista-support/">Process Explorer</a>, and (that was the fun part) Firefox. I was also tempted to install Office 2007, but I left this exercise to other jokers.</p>
<p><strong><a href="http://4sysops.com/wp-content/uploads/2008/04/server-core-freecommander.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/04/server-core-freecommander.png','',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2008/04/server-core-freecommander-thumb.png" style="border-width: 0px" alt="server_core_freecommander" align="right" border="0" height="204" width="244" /></a> Installing those tools</strong> wasn’t a big deal. All you have to do is to launch the setup files. As file managers, I tried <a href="http://www.freecommander.com/">FreeCommander</a> and <a href="http://guti.webcindario.com/static.php?page=XPlorer">Xplorer</a>. Both are free Explorer alternatives. Most of the features worked flawlessly. With some I had problems though. For example, I wasn’t able to map a network drive with both tools. However, when I mapped a share on the command prompt I was able to access it with both file managers.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2008/04/server-core-regalyzer.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/04/server-core-regalyzer.png','',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2008/04/server-core-regalyzer-thumb.png" style="border: 0px none " alt="server_core_regalyzer" align="left" border="0" height="204" width="244" /></a> I also tried the <strong>Registry tool</strong>, <a href="http://4sysops.com/archives/regalyzer-a-nifty-free-registry-editor/">RegAlyzer</a>, which I reviewed a couple of days ago. Since editing the Registry is often the only way to change Server Core settings, it can be quite useful to have a powerful Registry editor at hand. It proved already to be quite useful a couple of times since I started exploring Server Core.</p>
<p>Microsoft’s <strong>Process Explorer</strong> worked as well without problems. I suppose, most of the other Sysinternal tools can be used on Server Core, too. So I started wondering if there are any GUI-based programs that don’t work. There are certainly such tools. For instance, I wasn’t able to install <a href="http://4sysops.com/archives/terminals/">Terminals</a>, an RDP client. But I somehow think that it won’t be a big deal to adapt it to Server Core.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2008/04/server-core-firefox.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/04/server-core-firefox.png','',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2008/04/server-core-firefox-thumb.png" alt="server_core_firefox" align="right" border="0" /></a>I was quite surprised, though, that I was able to launch <strong>Firefox</strong> on Server Core. The other tools were rather simple management tools, but a web browser is something different. However, I only tried the portable edition of Firefox. I know, it comes close to a sin to install a web browser on a system that was developed to offer better security. Well, you know me, I am into graphical user interfaces.</p>
<p>When I first heard that Microsoft plans to offer a <strong>GUI-less Windows version</strong>, I wondered how this could possibly work. Their first operating system having a GUI (Windows 1-3) were DOS-based and the graphical interface was just an add-on. Later, Microsoft decided to give up this concept and created an OS that was unthinkable without a GUI. This move was quite smart and lead to Microsoft’s monopoly.</p>
<p>With Server Core, they are trying somehow to <strong>turn back the clock</strong>. But now we have the opposite situation. Windows Server 2008 is an operating system that was designed to be managed by a graphical user interface, but Server Core is supposed to be operated only with a CLI. And like the first Windows versions that were unable to deny their DOS-based nature, Server Core can’t hide that it is still Windows. In my post about Server Core and VMware, I demonstrated how an easy thing such as changing the mouse pointer can get quite complicated. All Windows settings are stored in a database, i.e. the Registry. This makes sense as long as you have GUI tools to access this database.</p>
<p>This is <strong>quite unlike Linux</strong> where you don’t need GUI tools because all settings are in simple text files. Basically, Linux is a GUI-less OS and X-Windows is just an add-on. I have read a couple of times that Microsoft came out with Server Core because customers were asking for it. The truth is, however, that Server Core was born at a time when Microsoft was afraid of Linux. So they tried to copy some of its features. Componentization, Server Manager and PowerShell are other products of this process. Whereas those solutions were more or less successful adoptions, Server Core is not.</p>
<p><strong>All they did was to delete some GUI tools.</strong> GUI tools need a lot of disk space and memory, so Server Core seems to be a slim OS. This is supposed to reduce attack surface, Server Core’s alleged biggest advantage. However, I doubt somehow that removing a couple of GUI tools will improve security significantly. Server Core is still Windows, it is not Linux. Windows admins will surely get tired of messing around with the Registry and with typing longwinded commands and will just install GUI tools from third parties. This will probably weaken security.</p>
<p>Coming back to my question in the heading of this post, no, <strong>Server Core is not really a GUI-less OS</strong>. Like other current Windows versions, it is a GUI-based operating system which just lacks some GUI tools that can be added easily.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/uninstall-windows-32-bit-on-windows-64-bit-wow64-on-windows-server-2008-r2-server-core/" title="Uninstall Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core (August 3, 2011)">Uninstall Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-core-configurator-2-0-powerful-gui-for-windows-server-r2-server-core/" title="FREE: Core Configurator 2.0 &#8211; Powerful GUI for Windows Server R2 Server Core (December 23, 2009)">FREE: Core Configurator 2.0 &#8211; Powerful GUI for Windows Server R2 Server Core</a> (1)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-r2-server-core-sconfig-and-other-new-features/" title="Windows Server 2008 R2 Server Core &#8211; Sconfig and other new features (September 23, 2009)">Windows Server 2008 R2 Server Core &#8211; Sconfig and other new features</a> (2)</li>
	<li><a href="http://4sysops.com/archives/review-smartx-coreconfigurator/" title="Review: SmartX CoreConfigurator (December 29, 2008)">Review: SmartX CoreConfigurator</a> (4)</li>
	<li><a href="http://4sysops.com/archives/free-server-core-configurator-script-based-windows-2008-server-core-set-up/" title="FREE: Server Core Configurator &#8211; Script-based Windows 2008 Server Core set up (October 20, 2008)">FREE: Server Core Configurator &#8211; Script-based Windows 2008 Server Core set up</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/is-server-core-really-a-gui-less-operating-system-or-how-to-run-firefox-on-server-core/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Server Core: How to install the VMware tools and solve the jerky mouse pointer problem</title>
		<link>http://4sysops.com/archives/server-core-how-to-install-the-vmware-tools-and-solve-the-jerky-mouse-pointer-problem/</link>
		<comments>http://4sysops.com/archives/server-core-how-to-install-the-vmware-tools-and-solve-the-jerky-mouse-pointer-problem/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 18:16:52 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[server core]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/server-core-how-to-install-the-vmware-tools-and-solve-the-jerky-mouse-pointer-problem/</guid>
		<description><![CDATA[<p>You can take the case I described in this post as an example of what it means to rip off the graphical user interface of an operating system that was not really designed to be managed on the command prompt. You will also get an idea of how to configure Server Core settings which can’t be changed on the command prompt.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2008/04/server-core-vmwware-tools.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/04/server-core-vmwware-tools.png','',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2008/04/server-core-vmwware-tools-thumb.png" style="border-width: 0px" alt="Server_Core_VMwware_Tools" align="right" border="0" height="184" width="244" /></a>To<strong> install the VMware tools</strong> on a Windows system with GUI, you just have to right click on the tab of the virtual machine and click on “Install VMware tools”. VMware will then launch the VMware tools setup wizard which guides you through the installa tion process. If you do this under Server Core, nothing happens at first.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2008/04/server-core-vmware-tools-error.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/04/server-core-vmware-tools-error.png','',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2008/04/server-core-vmware-tools-error-thumb.png" style="border-width: 0px" alt="Server_Core_VMware_Tools_Error" align="left" border="0" height="128" width="244" /></a>The trick is to switch to your<strong> DVD drive</strong> (usually D:) and then launch “setup” manually. The wizard will show up then. However, after starting the installation, setup will hang and an error message will be displayed: Error loading tpvmmon.dll. I &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>You can take the case I described in this post as an example of what it means to rip off the graphical user interface of an operating system that was not really designed to be managed on the command prompt. You will also get an idea of how to configure Server Core settings which can’t be changed on the command prompt.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2008/04/server-core-vmwware-tools.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/04/server-core-vmwware-tools.png','',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2008/04/server-core-vmwware-tools-thumb.png" style="border-width: 0px" alt="Server_Core_VMwware_Tools" align="right" border="0" height="184" width="244" /></a>To<strong> install the VMware tools</strong> on a Windows system with GUI, you just have to right click on the tab of the virtual machine and click on “Install VMware tools”. VMware will then launch the VMware tools setup wizard which guides you through the installa tion process. If you do this under Server Core, nothing happens at first.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2008/04/server-core-vmware-tools-error.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/04/server-core-vmware-tools-error.png','',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2008/04/server-core-vmware-tools-error-thumb.png" style="border-width: 0px" alt="Server_Core_VMware_Tools_Error" align="left" border="0" height="128" width="244" /></a>The trick is to switch to your<strong> DVD drive</strong> (usually D:) and then launch “setup” manually. The wizard will show up then. However, after starting the installation, setup will hang and an error message will be displayed: Error loading tpvmmon.dll. I didn’t see the message at first because it was hidden behind the wizard. I just ended this Run.dll task with the task manager (press CTRL+INS). The installation wizard continued then. Thus far the VMware tools seem to be working, properly.</p>
<p>I am running VMware Workstation on a server and I usually access its console via RDP. This works fine except that the <strong>mouse pointer is quite jerky</strong> then. Gianni explained in a comment how to solve this problem with <a href="http://4sysops.com/archives/testing-windows-server-longhorn-with-vmware-workstation-6/#comment-16092">Windows Server 2008 as guest OS</a> and I outlined the same <a href="http://4sysops.com/archives/remote-control-of-vmware-workstation-using-rdp/">for Windows XP and Windows Server 2003</a>. Basically, one has to disable the shadow of the mouse pointer and set “<strong>hardware acceleration</strong>” for the display adaptor to “full”. But how can you do that if you have no graphical user interface?</p>
<p>Well, you have to mess around with the <strong>Registry</strong>. You can launch the Registry editor on the command prompt by typing “regedit”. Then you navigate to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Video\{81E0A29D-B654-4848-9421-BEA1C8A6F938}\0000
The long number is a GUID and it will be different on your system. You will find several such long numbers in the Video folder. However in my case there was only one which contains the Acceleration.Level key in the 0000 folder. You have to set the Acceleration.Level key value to 0.</p>
<p>Next you can disable the <strong>mouse pointer shadow</strong>. To do so, navigate to
HKEY_CURRENT_USER\Control Panel\Desktop
and change the UserPreferencesMask key value to 90 12 03 80 10 00 00. Now you have to reboot Server Core (shutdown -r on the command prompt). Note that this only works if you already installed the VMware tools.</p>
<p>I think, <strong>Registry hacking</strong> will become quite popular under Server Core. One way to find the Registry keys to change a certain setting under Server Core is to monitor a standard Windows Server 2008 installation with Microsoft’s <a href="http://4sysops.com/archives/new-features-sysinternals-process-monitor-111-boot-logging/">Process Monitor</a>. You have to set the filter to “Operation contains RegSetValue”, so only Registry changes will be displayed. Then, you configure the setting using the Windows Server 2008 GUI. I suppose that in most cases those settings will also work on Server Core.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/uninstall-windows-32-bit-on-windows-64-bit-wow64-on-windows-server-2008-r2-server-core/" title="Uninstall Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core (August 3, 2011)">Uninstall Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-core-configurator-2-0-powerful-gui-for-windows-server-r2-server-core/" title="FREE: Core Configurator 2.0 &#8211; Powerful GUI for Windows Server R2 Server Core (December 23, 2009)">FREE: Core Configurator 2.0 &#8211; Powerful GUI for Windows Server R2 Server Core</a> (1)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-r2-server-core-sconfig-and-other-new-features/" title="Windows Server 2008 R2 Server Core &#8211; Sconfig and other new features (September 23, 2009)">Windows Server 2008 R2 Server Core &#8211; Sconfig and other new features</a> (2)</li>
	<li><a href="http://4sysops.com/archives/review-smartx-coreconfigurator/" title="Review: SmartX CoreConfigurator (December 29, 2008)">Review: SmartX CoreConfigurator</a> (4)</li>
	<li><a href="http://4sysops.com/archives/free-server-core-configurator-script-based-windows-2008-server-core-set-up/" title="FREE: Server Core Configurator &#8211; Script-based Windows 2008 Server Core set up (October 20, 2008)">FREE: Server Core Configurator &#8211; Script-based Windows 2008 Server Core set up</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/server-core-how-to-install-the-vmware-tools-and-solve-the-jerky-mouse-pointer-problem/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FREE: CoreConfigurator &#8211; A GUI for Server Core</title>
		<link>http://4sysops.com/archives/coreconfigurator-a-gui-for-server-core/</link>
		<comments>http://4sysops.com/archives/coreconfigurator-a-gui-for-server-core/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 19:07:33 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[server core]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/coreconfigurator-a-gui-for-server-core/</guid>
		<description><![CDATA[<p>You might have heard that Windows 2008 Server Core has to be configured on the command prompt because it has no graphical user interface. <a href="http://blogs.microsoft.co.il/blogs/guyt/archive/2008/03/22/windows-server-core-coreconfigurator-to-the-rescue.aspx">Guy Teverovsky</a>, the author of CoreConfigurator, proved this is to be a myth. This simple tool demonstrates perfectly that it is possible to manage Server Core with a GUI. Okay, this tool is rather simple, but it allows you to configure all essential settings of a freshly installed Server Core system. Note that CoreConfigurator is not a tool for remotely managing Server Core like RSAT. Teverovsky’s tool runs natively on Server Core.</p>
<p>These are the settings supported by CoreConfigurator:</p>
<ul>
<li>Product Activation</li>
<li>Configuration of display resolution</li>
<li>Clock and time zone configuration</li>
<li>Remote Desktop configuration</li>
<li>Management of local user accounts (creation, deletion, group membership, passwords)</li>
<li>Firewall configuration</li>
<li>WinRM configuration</li>
<li>IP configuration</li>
<li>Computer name and domain/workgroup membership</li>
<li>Installation of Server Core features/roles</li>
</ul>
<p style="text-align: center"><a href="http://4sysops.com/wp-content/uploads/2008/04/coreconfigurator.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/04/coreconfigurator.png','',event,300,75)"><img style="border-width: 0px" src="http://4sysops.com/wp-content/uploads/2008/04/coreconfigurator-thumb.png" border="0" alt="CoreConfigurator" width="512" height="385" /></a></p>
<p>The first problem you face when you want to use CoreConfigurator is that you have to &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>You might have heard that Windows 2008 Server Core has to be configured on the command prompt because it has no graphical user interface. <a href="http://blogs.microsoft.co.il/blogs/guyt/archive/2008/03/22/windows-server-core-coreconfigurator-to-the-rescue.aspx">Guy Teverovsky</a>, the author of CoreConfigurator, proved this is to be a myth. This simple tool demonstrates perfectly that it is possible to manage Server Core with a GUI. Okay, this tool is rather simple, but it allows you to configure all essential settings of a freshly installed Server Core system. Note that CoreConfigurator is not a tool for remotely managing Server Core like RSAT. Teverovsky’s tool runs natively on Server Core.</p>
<p>These are the settings supported by CoreConfigurator:</p>
<ul>
<li>Product Activation</li>
<li>Configuration of display resolution</li>
<li>Clock and time zone configuration</li>
<li>Remote Desktop configuration</li>
<li>Management of local user accounts (creation, deletion, group membership, passwords)</li>
<li>Firewall configuration</li>
<li>WinRM configuration</li>
<li>IP configuration</li>
<li>Computer name and domain/workgroup membership</li>
<li>Installation of Server Core features/roles</li>
</ul>
<p style="text-align: center"><a href="http://4sysops.com/wp-content/uploads/2008/04/coreconfigurator.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/04/coreconfigurator.png','',event,300,75)"><img style="border-width: 0px" src="http://4sysops.com/wp-content/uploads/2008/04/coreconfigurator-thumb.png" border="0" alt="CoreConfigurator" width="512" height="385" /></a></p>
<p>The first problem you face when you want to use CoreConfigurator is that you have to copy the setup file to Server Core. How can you do that if you didn’t configure the network settings first on the command prompt before? If you have a DHCP server in your network, this is not really a problem, though. Server Core is pre-configured to use DHCP. So you can just copy the CoreConfigurator setup on a network share of another server and access it from there. You could also copy it to a CDROM.</p>
<p>To install the tool you have to launch the command prompt and type:</p>
<p>msiexec /i coreconfigurator.msi</p>
<p>Then you have to navigate to the program folder where you installed the tool and launch it with</p>
<p>CoreConfigurator</p>
<p>Now, you can finally leave the CLI and configure Server Core as if it had a modern user interface. (Please, forgive me for my sideswipes against the command prompt. I just can’t help myself.)</p>
<p><strong>Update:</strong> Since so many asked me where one can download CoreConfigurator now, I uploaded it temporarily <a href="http://4sysops.com/wp-content/uploads/2008/08/coreconfigurator.msi">here</a>. I can&#8217;t make any guarantees for the tool.</p>
<h2><a href="http://blogs.microsoft.co.il/files/folders/guyt/entry68860.aspx">CoreConfigurator</a></h2>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/uninstall-windows-32-bit-on-windows-64-bit-wow64-on-windows-server-2008-r2-server-core/" title="Uninstall Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core (August 3, 2011)">Uninstall Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-core-configurator-2-0-powerful-gui-for-windows-server-r2-server-core/" title="FREE: Core Configurator 2.0 &#8211; Powerful GUI for Windows Server R2 Server Core (December 23, 2009)">FREE: Core Configurator 2.0 &#8211; Powerful GUI for Windows Server R2 Server Core</a> (1)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-r2-server-core-sconfig-and-other-new-features/" title="Windows Server 2008 R2 Server Core &#8211; Sconfig and other new features (September 23, 2009)">Windows Server 2008 R2 Server Core &#8211; Sconfig and other new features</a> (2)</li>
	<li><a href="http://4sysops.com/archives/review-smartx-coreconfigurator/" title="Review: SmartX CoreConfigurator (December 29, 2008)">Review: SmartX CoreConfigurator</a> (4)</li>
	<li><a href="http://4sysops.com/archives/free-server-core-configurator-script-based-windows-2008-server-core-set-up/" title="FREE: Server Core Configurator &#8211; Script-based Windows 2008 Server Core set up (October 20, 2008)">FREE: Server Core Configurator &#8211; Script-based Windows 2008 Server Core set up</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/coreconfigurator-a-gui-for-server-core/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 Core screencasts</title>
		<link>http://4sysops.com/archives/windows-server-2008-core-screencasts/</link>
		<comments>http://4sysops.com/archives/windows-server-2008-core-screencasts/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 17:15:22 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[server core]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/windows-server-2008-core-screencasts/</guid>
		<description><![CDATA[<p>Keith Comb created some great <a href="http://blogs.technet.com/keithcombs/archive/2007/11/04/windows-server-2008-core-screencast-series-watch-all-eight-parts-here.aspx">screencasts</a> about Server Core. If you are wondering how one can configure a Windows server without windows, then you should have a look at this nice introduction to Server Core. Actually, it is not really without windows. You&#8217;ll see that you can still use graphical tools to manage Sever Core. If you are more of the type who likes to read instead of watching, you might want to check out my post about the <a href="http://4sysops.com/archives/windows-server-longhorn-server-core-essentials/">essentials of Server Core</a> and my <a href="http://4sysops.com/archives/windows-server-2008-longhorn-getting-started-with-server-core/">introduction to Server Core</a>.</p>
<p>There are eight screen casts:</p>
<p><a href="http://go.microsoft.com/fwlink/?LinkId=103884">Core Technical Overview</a>: The first screencast introduces Server Cores. So if you never saw it before, you should watch this one.</p>
<p><a href="http://go.microsoft.com/fwlink/?LinkId=103885">Core Hyper-V</a><a href="http://go.microsoft.com/fwlink/?LinkId=103885"></a><a href="http://go.microsoft.com/fwlink/?LinkId=103885"></a> Prerequisites: This screencast gives a quick overview of how to use Server Core as virtual machine in <a href="http://4sysops.com/archives/hyper-v-and-hyper-v-server-microsoft%e2%80%99s-virtualization-back-end-solutions/">Hyper-V</a>. You will also get a glimpse of Hyper-V. If you want to see more about that, then you should check out Keith &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Keith Comb created some great <a href="http://blogs.technet.com/keithcombs/archive/2007/11/04/windows-server-2008-core-screencast-series-watch-all-eight-parts-here.aspx">screencasts</a> about Server Core. If you are wondering how one can configure a Windows server without windows, then you should have a look at this nice introduction to Server Core. Actually, it is not really without windows. You&#8217;ll see that you can still use graphical tools to manage Sever Core. If you are more of the type who likes to read instead of watching, you might want to check out my post about the <a href="http://4sysops.com/archives/windows-server-longhorn-server-core-essentials/">essentials of Server Core</a> and my <a href="http://4sysops.com/archives/windows-server-2008-longhorn-getting-started-with-server-core/">introduction to Server Core</a>.</p>
<p>There are eight screen casts:</p>
<p><a href="http://go.microsoft.com/fwlink/?LinkId=103884">Core Technical Overview</a>: The first screencast introduces Server Cores. So if you never saw it before, you should watch this one.</p>
<p><a href="http://go.microsoft.com/fwlink/?LinkId=103885">Core Hyper-V</a><a href="http://go.microsoft.com/fwlink/?LinkId=103885"></a><a href="http://go.microsoft.com/fwlink/?LinkId=103885"></a> Prerequisites: This screencast gives a quick overview of how to use Server Core as virtual machine in <a href="http://4sysops.com/archives/hyper-v-and-hyper-v-server-microsoft%e2%80%99s-virtualization-back-end-solutions/">Hyper-V</a>. You will also get a glimpse of Hyper-V. If you want to see more about that, then you should check out Keith Comb&#8217;s  <a href="http://4sysops.com/archives/windows-server-virtualization-wsv-screenshots-is-wsv-a-match-for-vmware-esx-server-and-xen-enterprise-4/">screencast about Hyper-V</a>.</p>
<p><a href="http://go.microsoft.com/fwlink/?LinkId=103886">Core Networking</a>: The network settings have to be configured with NETSH. Somewhat inconvenient, in my view.</p>
<p><a href="http://go.microsoft.com/fwlink/?LinkId=103887">Core Activation</a>: Yeah unfortunately, you also have to activate Server Core. You&#8217;ll see here that Server Core is not completely without windows. It seems hard for Microsoft to entirely give them up.</p>
<p><a href="http://go.microsoft.com/fwlink/?LinkId=103888">Domain Join</a>: If you ever used scripts to join Windows machines to a domain, you probably know the NETDOM command. It is also the tool used in Server Core.</p>
<p><a href="http://go.microsoft.com/fwlink/?LinkId=103889">Core Role Installation</a>: You may know that in Windows Server 2008, server roles play an even more important role than Windows Server 2003 R2. This role-based model also makes it easier to install new features on Server Core. Again, you will see that it seems to be impossible to be completely without graphical components in a Microsoft environment.</p>
<p><a href="http://go.microsoft.com/fwlink/?LinkId=103890">Core Feature Installation</a>: For me it is often vague what the difference is between a role and a feature in Windows Server 2088. You&#8217;ll see that they are installed the same way in Server Core. (start /w ocsetup feature/role).</p>
<p><a href="http://go.microsoft.com/fwlink/?LinkId=103891">Core Management</a>: This screencast will show you how to manage Server Core remotely with the graphical tools in MMC (Microsoft Management Console). If you ask me, most admins will go this way and only a few will manage Server Core on the command line. It is much more convenient and, I think, most third party vendors will offer graphical tools that can be used to configure their software running on Server Core.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/uninstall-windows-32-bit-on-windows-64-bit-wow64-on-windows-server-2008-r2-server-core/" title="Uninstall Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core (August 3, 2011)">Uninstall Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-core-configurator-2-0-powerful-gui-for-windows-server-r2-server-core/" title="FREE: Core Configurator 2.0 &#8211; Powerful GUI for Windows Server R2 Server Core (December 23, 2009)">FREE: Core Configurator 2.0 &#8211; Powerful GUI for Windows Server R2 Server Core</a> (1)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-r2-server-core-sconfig-and-other-new-features/" title="Windows Server 2008 R2 Server Core &#8211; Sconfig and other new features (September 23, 2009)">Windows Server 2008 R2 Server Core &#8211; Sconfig and other new features</a> (2)</li>
	<li><a href="http://4sysops.com/archives/review-smartx-coreconfigurator/" title="Review: SmartX CoreConfigurator (December 29, 2008)">Review: SmartX CoreConfigurator</a> (4)</li>
	<li><a href="http://4sysops.com/archives/free-server-core-configurator-script-based-windows-2008-server-core-set-up/" title="FREE: Server Core Configurator &#8211; Script-based Windows 2008 Server Core set up (October 20, 2008)">FREE: Server Core Configurator &#8211; Script-based Windows 2008 Server Core set up</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-server-2008-core-screencasts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache on Server Core</title>
		<link>http://4sysops.com/archives/apache-on-server-core/</link>
		<comments>http://4sysops.com/archives/apache-on-server-core/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 17:43:16 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[server core]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/apache-on-server-core/</guid>
		<description><![CDATA[<p>Mark Wilson <a href="http://www.markwilson.co.uk/blog/2007/07/apache-http-server-on-windows-server-2008-server-core.htm">installed</a> Apache on Windows Server 2008 Server Core and it seems to work without problems. All you have to do is to run msiexec /i apache.msi. Now, you might ask why Microsoft made IIS available on Server Core if Apache works, anyhow. <img src='http://4sysops.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I mean, you can&#8217;t use ASP.NET on Server Core. So if you want more than just static HTML pages you have to work with PHP or another solution for dynamic web pages.</p>
<p>Seriously, I think that IIS is the better option on a Windows box. However, I would always go for a LAMP solution when it comes to Web technology. The only reason, I can think of for running Apache on Windows is that you have some apps that work better with the Open Source web server and you don&#8217;t want Linux in your network.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/free-solarwinds-web-transaction-watcher-record-and-monitor-a-web-transaction/" title="FREE: SolarWinds Web Transaction Watcher &#8211; Record and monitor a Web transaction (November 23, 2011)">FREE: SolarWinds Web Transaction Watcher &#8211; Record and monitor a </a></li>&#8230;</ul>]]></description>
			<content:encoded><![CDATA[<p>Mark Wilson <a href="http://www.markwilson.co.uk/blog/2007/07/apache-http-server-on-windows-server-2008-server-core.htm">installed</a> Apache on Windows Server 2008 Server Core and it seems to work without problems. All you have to do is to run msiexec /i apache.msi. Now, you might ask why Microsoft made IIS available on Server Core if Apache works, anyhow. <img src='http://4sysops.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I mean, you can&#8217;t use ASP.NET on Server Core. So if you want more than just static HTML pages you have to work with PHP or another solution for dynamic web pages.</p>
<p>Seriously, I think that IIS is the better option on a Windows box. However, I would always go for a LAMP solution when it comes to Web technology. The only reason, I can think of for running Apache on Windows is that you have some apps that work better with the Open Source web server and you don&#8217;t want Linux in your network.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/free-solarwinds-web-transaction-watcher-record-and-monitor-a-web-transaction/" title="FREE: SolarWinds Web Transaction Watcher &#8211; Record and monitor a Web transaction (November 23, 2011)">FREE: SolarWinds Web Transaction Watcher &#8211; Record and monitor a Web transaction</a> (0)</li>
	<li><a href="http://4sysops.com/archives/uninstall-windows-32-bit-on-windows-64-bit-wow64-on-windows-server-2008-r2-server-core/" title="Uninstall Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core (August 3, 2011)">Uninstall Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core</a> (0)</li>
	<li><a href="http://4sysops.com/archives/migrating-to-sharepoint-2010/" title="Migrating to SharePoint 2010 (July 26, 2010)">Migrating to SharePoint 2010</a> (1)</li>
	<li><a href="http://4sysops.com/archives/scan-your-website-for-malware-with-free-tools/" title="Scan your website for malware with free tools (May 25, 2010)">Scan your website for malware with free tools</a> (11)</li>
	<li><a href="http://4sysops.com/archives/is-the-web-replacing-windows-as-the-primary-malware-playground/" title="Is the Web replacing Windows as the primary malware playground? (May 24, 2010)">Is the Web replacing Windows as the primary malware playground?</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/apache-on-server-core/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to install Active Directory Domain Services on Server Core with dcpromo</title>
		<link>http://4sysops.com/archives/how-to-install-active-directory-domain-services-on-server-core-with-dcpromo/</link>
		<comments>http://4sysops.com/archives/how-to-install-active-directory-domain-services-on-server-core-with-dcpromo/#comments</comments>
		<pubDate>Tue, 24 Jul 2007 18:39:53 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[server core]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/how-to-install-active-directory-domain-services-on-server-core-with-dcpromo/</guid>
		<description><![CDATA[<p><a href="http://steverosa.wordpress.com/2007/07/03/windows-server-2008-core-active-directory-domain-services/">Steve Rosa</a> described how he installed Active Directory Domain Services on Server Core in Windows Server 2008. Even though, Active Directory is just another server role, you can&#8217;t install it with ocsetup on Server Core. Like on the standard version of Windows Server 2008 you have to use dcpromo.</p>
<p>The problem is that dcpromo starts a wizard with a graphical user interface. But on Server Core doesn&#8217;t support GUIs. That&#8217;s why you have to provide the input for dcpromo using an answer file. I&#8217;ve read about this before, and it seemed to be a rather complicated way to install a domain controller. However Steve&#8217;s post shows that it is easier than I thought.</p>
<p>I suppose, this is also a model for third party software. Most Windows programs expect a graphical interface for the installation procedure. The easiest way for third-party vendors to adapt their software installation procedures for Sever Core will be to support answer files.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#8230;</small>]]></description>
			<content:encoded><![CDATA[<p><a href="http://steverosa.wordpress.com/2007/07/03/windows-server-2008-core-active-directory-domain-services/">Steve Rosa</a> described how he installed Active Directory Domain Services on Server Core in Windows Server 2008. Even though, Active Directory is just another server role, you can&#8217;t install it with ocsetup on Server Core. Like on the standard version of Windows Server 2008 you have to use dcpromo.</p>
<p>The problem is that dcpromo starts a wizard with a graphical user interface. But on Server Core doesn&#8217;t support GUIs. That&#8217;s why you have to provide the input for dcpromo using an answer file. I&#8217;ve read about this before, and it seemed to be a rather complicated way to install a domain controller. However Steve&#8217;s post shows that it is easier than I thought.</p>
<p>I suppose, this is also a model for third party software. Most Windows programs expect a graphical interface for the installation procedure. The easiest way for third-party vendors to adapt their software installation procedures for Sever Core will be to support answer files.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-dns-zones-overview/" title="Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview (January 10, 2012)">Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview</a> (2)</li>
	<li><a href="http://4sysops.com/archives/uninstall-windows-32-bit-on-windows-64-bit-wow64-on-windows-server-2008-r2-server-core/" title="Uninstall Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core (August 3, 2011)">Uninstall Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-core-configurator-2-0-powerful-gui-for-windows-server-r2-server-core/" title="FREE: Core Configurator 2.0 &#8211; Powerful GUI for Windows Server R2 Server Core (December 23, 2009)">FREE: Core Configurator 2.0 &#8211; Powerful GUI for Windows Server R2 Server Core</a> (1)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-r2-server-core-sconfig-and-other-new-features/" title="Windows Server 2008 R2 Server Core &#8211; Sconfig and other new features (September 23, 2009)">Windows Server 2008 R2 Server Core &#8211; Sconfig and other new features</a> (2)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-foundation-why-microsofts-licensing-policy-is-outdated/" title="Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated (April 13, 2009)">Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/how-to-install-active-directory-domain-services-on-server-core-with-dcpromo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Server Core supports IIS7 in the Windows Server 2008 June CTP-Does it make sense?</title>
		<link>http://4sysops.com/archives/server-core-supports-iis7-in-the-windows-server-2008-june-ctp-does-it-make-sense/</link>
		<comments>http://4sysops.com/archives/server-core-supports-iis7-in-the-windows-server-2008-june-ctp-does-it-make-sense/#comments</comments>
		<pubDate>Mon, 02 Jul 2007 12:29:02 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[server core]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/server-core-supports-iis7-in-the-windows-server-2008-june-ctp-does-it-make-sense/</guid>
		<description><![CDATA[<p>Microsoft released the June CTP for Windows Server 2008. Almost 1000 bugs have been fixed. Most notable is that Server Core <a href="http://blogs.iis.net/bills/archive/2007/06/26/iis7-on-server-core-june-ctp-build-released.aspx">includes IIS7</a> now. I&#8217;ve been blogging about it when MS announced that they are going to support <strong>IIS7 on Server Core</strong>. I want to take this opportunity to correct <a href="/archives/iis7-will-be-a-server-role-in-server-core/">my earlier assessment</a> regarding this move. I have serious doubts now that it makes much sense.</p>
<p>My first thought was that it is really a great idea to run IIS7 on Server Core. The Web server is certainly the most endangered system. So if you run it on a server system with a <strong>reduced attack surface</strong> it should significantly decrease the risk of getting hacked.</p>
<p>However, a <a href="/archives/iis7-will-be-a-server-role-in-server-core/#comment-17764">commentator </a>on my blog post remarked that you <strong>can&#8217;t use ASP.NET on Server Core since .NET is not supported</strong> at all on this special edition of Windows Server 2008. The question now is, what is the use of a Web server without &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Microsoft released the June CTP for Windows Server 2008. Almost 1000 bugs have been fixed. Most notable is that Server Core <a href="http://blogs.iis.net/bills/archive/2007/06/26/iis7-on-server-core-june-ctp-build-released.aspx">includes IIS7</a> now. I&#8217;ve been blogging about it when MS announced that they are going to support <strong>IIS7 on Server Core</strong>. I want to take this opportunity to correct <a href="/archives/iis7-will-be-a-server-role-in-server-core/">my earlier assessment</a> regarding this move. I have serious doubts now that it makes much sense.</p>
<p>My first thought was that it is really a great idea to run IIS7 on Server Core. The Web server is certainly the most endangered system. So if you run it on a server system with a <strong>reduced attack surface</strong> it should significantly decrease the risk of getting hacked.</p>
<p>However, a <a href="/archives/iis7-will-be-a-server-role-in-server-core/#comment-17764">commentator </a>on my blog post remarked that you <strong>can&#8217;t use ASP.NET on Server Core since .NET is not supported</strong> at all on this special edition of Windows Server 2008. The question now is, what is the use of a Web server without a web application framework?</p>
<p>The strange thing is that Microsoft made this move due to <strong>customer demand</strong>. Does this mean that there are many companies using a Web server without an application framework?  Or does it just mean that those people who wanted IIS7 support in Server Core were just not aware of the fact that Server Core doesn&#8217;t support .NET?</p>
<p>I would go for the latter. I think someone who contacts Microsoft in the hope that they change something in a future product, doesn&#8217;t have static HTML pages on his Web server, right? Maybe I am just missing something here. However, I think it is quite probable that <strong>Microsoft will offer .NET support for Server Core soon</strong>. It <a href="http://blogs.iis.net/bills/archive/2007/06/04/iis7-on-server-core.aspx">seems</a> the .NET team is already working on it.</p>
<p>I am quite sure, though, that <strong>we won&#8217;t use IIS7 on Server Core, anyway</strong>. Actually, we have just one IIS6 left where we host a self-developed ASP.NET application. We moved with the rest of our Web applications to Apache under Linux some years ago. I can&#8217;t imagine changing this in the near future.</p>
<p>In my view, <strong>Microsoft made web application development too complicated with ASP.NET</strong>. Even though, I worked through a whole C# book, it would cost me quite some time to change something in our own ASP.NET application. However, I always find it quite easy to make changes in PHP apps, although I have never learned this language. The fact that programming in PHP is so easy is one of the reasons why there are so many great Open Source content management systems available. Why should I spend thousands of Euros for a commercial CMS running on a Windows box if I can have a better system for free under Linux?</p>
<p>So reduced attack surface or not, Microsoft&#8217;s Web server probably won&#8217;t have a future in my department, even though we are mostly a Windows shop.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-dns-zones-overview/" title="Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview (January 10, 2012)">Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview</a> (2)</li>
	<li><a href="http://4sysops.com/archives/free-solarwinds-web-transaction-watcher-record-and-monitor-a-web-transaction/" title="FREE: SolarWinds Web Transaction Watcher &#8211; Record and monitor a Web transaction (November 23, 2011)">FREE: SolarWinds Web Transaction Watcher &#8211; Record and monitor a Web transaction</a> (0)</li>
	<li><a href="http://4sysops.com/archives/uninstall-windows-32-bit-on-windows-64-bit-wow64-on-windows-server-2008-r2-server-core/" title="Uninstall Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core (August 3, 2011)">Uninstall Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core</a> (0)</li>
	<li><a href="http://4sysops.com/archives/migrating-to-sharepoint-2010/" title="Migrating to SharePoint 2010 (July 26, 2010)">Migrating to SharePoint 2010</a> (1)</li>
	<li><a href="http://4sysops.com/archives/scan-your-website-for-malware-with-free-tools/" title="Scan your website for malware with free tools (May 25, 2010)">Scan your website for malware with free tools</a> (11)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/server-core-supports-iis7-in-the-windows-server-2008-june-ctp-does-it-make-sense/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>IIS7 will be a server role in Server Core</title>
		<link>http://4sysops.com/archives/iis7-will-be-a-server-role-in-server-core/</link>
		<comments>http://4sysops.com/archives/iis7-will-be-a-server-role-in-server-core/#comments</comments>
		<pubDate>Wed, 06 Jun 2007 18:12:44 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[server core]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/iis7-will-be-a-server-role-in-server-core/</guid>
		<description><![CDATA[<p>Microsoft just <a href="http://www.microsoft.com/presspass/features/2007/jun07/06-04IIS7.mspx">announced</a> that <a href="/archives/windows-server-longhorn-server-core-essentials/">Windows Server 2008 Server Core</a> will be able to run <strong>IIS7 (Internet Information Server 7.0)</strong> as a server role.  This isn&#8217;t yet possible with <strong>Server Core</strong> Beta 3 which I am currently testing. It only supports <strong>typical Intranet roles</strong> like file server, DHCP, and Active Directory Services. Interestingly, Microsoft added this new role due to customers&#8217; demand.</p>
<p><a href="/archives/another-top-10-list-of-windows-server-2008-features/">I raised doubts before</a> that many sysops will embrace Server Core <strong>just for security reasons</strong>.  Since the roles that were originally planned are not really security sensitive, it is not clear how much Server Core can improve security. The roles supported in Beta 3 are usually only accessed from the company network. Why should you give up the comfort of GUI administration on a system that isn&#8217;t really endangered because it is behind your firewall, anyway?</p>
<p><strong>I believe this announcement changes everything.</strong> It makes Server Core a very interesting product. The web server is certainly the most endangered &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Microsoft just <a href="http://www.microsoft.com/presspass/features/2007/jun07/06-04IIS7.mspx">announced</a> that <a href="/archives/windows-server-longhorn-server-core-essentials/">Windows Server 2008 Server Core</a> will be able to run <strong>IIS7 (Internet Information Server 7.0)</strong> as a server role.  This isn&#8217;t yet possible with <strong>Server Core</strong> Beta 3 which I am currently testing. It only supports <strong>typical Intranet roles</strong> like file server, DHCP, and Active Directory Services. Interestingly, Microsoft added this new role due to customers&#8217; demand.</p>
<p><a href="/archives/another-top-10-list-of-windows-server-2008-features/">I raised doubts before</a> that many sysops will embrace Server Core <strong>just for security reasons</strong>.  Since the roles that were originally planned are not really security sensitive, it is not clear how much Server Core can improve security. The roles supported in Beta 3 are usually only accessed from the company network. Why should you give up the comfort of GUI administration on a system that isn&#8217;t really endangered because it is behind your firewall, anyway?</p>
<p><strong>I believe this announcement changes everything.</strong> It makes Server Core a very interesting product. The web server is certainly the most endangered system. It usually can be accessed from the Internet and it is the most visible server. You probably remember the countless security issues of IIS5. The security of IIS6 was greatly improved, and IIS7 will most likely be even more secure.</p>
<p>However, secure web server software isn&#8217;t enough. The underlying OS is certainly important, too. I think that many prefer <strong>Apache</strong> over IIS just because they can run it on a <strong>Linux</strong> box where they can remove all unnecessary services. That&#8217;s why, I think, this move might indeed increase the market share for IIS.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-dns-zones-overview/" title="Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview (January 10, 2012)">Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview</a> (2)</li>
	<li><a href="http://4sysops.com/archives/free-solarwinds-web-transaction-watcher-record-and-monitor-a-web-transaction/" title="FREE: SolarWinds Web Transaction Watcher &#8211; Record and monitor a Web transaction (November 23, 2011)">FREE: SolarWinds Web Transaction Watcher &#8211; Record and monitor a Web transaction</a> (0)</li>
	<li><a href="http://4sysops.com/archives/uninstall-windows-32-bit-on-windows-64-bit-wow64-on-windows-server-2008-r2-server-core/" title="Uninstall Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core (August 3, 2011)">Uninstall Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core</a> (0)</li>
	<li><a href="http://4sysops.com/archives/migrating-to-sharepoint-2010/" title="Migrating to SharePoint 2010 (July 26, 2010)">Migrating to SharePoint 2010</a> (1)</li>
	<li><a href="http://4sysops.com/archives/scan-your-website-for-malware-with-free-tools/" title="Scan your website for malware with free tools (May 25, 2010)">Scan your website for malware with free tools</a> (11)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/iis7-will-be-a-server-role-in-server-core/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 (Longhorn): Getting started with Server Core</title>
		<link>http://4sysops.com/archives/windows-server-2008-longhorn-getting-started-with-server-core/</link>
		<comments>http://4sysops.com/archives/windows-server-2008-longhorn-getting-started-with-server-core/#comments</comments>
		<pubDate>Tue, 15 May 2007 11:39:41 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[server core]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/windows-server-2008-longhorn-getting-started-with-server-core/</guid>
		<description><![CDATA[<p>It seems as if Microsoft&#8217;s new server OS will be named Windows Server 2008. Some <a href="http://blogs.zdnet.com/microsoft/?p=434">reported</a> that Microsoft used this name at the <a href="http://www.microsoft.com/presspass/events/winhec/default.mspx">Winhec press site</a>, but they removed it, already. However, on a <a href="http://www.microsoft.com/france/technet/beta/default.mspx">French Technet page</a> they are still using &#8220;Windows Server 2008&#8243;. <strong>Update: They just removed it from both sites, but it is <a href="http://www.microsoft.com/presspass/press/2007/may07/05-15WinHEC07PR.mspx">official </a>now, anyway.</strong> This probably means that we won&#8217;t see the final before 2008. Last week, I introduced <a href="/archives/windows-server-longhorn-server-core-essentials/">Windows Server 2008 Server Core</a>. Today, I will show you how to do some basic configuration. It will give you an idea how you can manage Server Core.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2007/05/server_core_setup.png" title="Server Core Setup" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/05/server_core_setup.png','Server Core Setup',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/05/server_core_setup.thumbnail.png" title="Server Core Setup" alt="Server Core Setup" align="left" /></a>Installation of Server Core is easy. At the beginning of the setup process, you can choose if you want to install the standard server version or Server Core. This implies that it is impossible to transform a standard installation in Server Core and vice versa.</p>
<p>I found it interesting that the password for the Administrator account is &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>It seems as if Microsoft&#8217;s new server OS will be named Windows Server 2008. Some <a href="http://blogs.zdnet.com/microsoft/?p=434">reported</a> that Microsoft used this name at the <a href="http://www.microsoft.com/presspass/events/winhec/default.mspx">Winhec press site</a>, but they removed it, already. However, on a <a href="http://www.microsoft.com/france/technet/beta/default.mspx">French Technet page</a> they are still using &#8220;Windows Server 2008&#8243;. <strong>Update: They just removed it from both sites, but it is <a href="http://www.microsoft.com/presspass/press/2007/may07/05-15WinHEC07PR.mspx">official </a>now, anyway.</strong> This probably means that we won&#8217;t see the final before 2008. Last week, I introduced <a href="/archives/windows-server-longhorn-server-core-essentials/">Windows Server 2008 Server Core</a>. Today, I will show you how to do some basic configuration. It will give you an idea how you can manage Server Core.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2007/05/server_core_setup.png" title="Server Core Setup" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/05/server_core_setup.png','Server Core Setup',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/05/server_core_setup.thumbnail.png" title="Server Core Setup" alt="Server Core Setup" align="left" /></a>Installation of Server Core is easy. At the beginning of the setup process, you can choose if you want to install the standard server version or Server Core. This implies that it is impossible to transform a standard installation in Server Core and vice versa.</p>
<p>I found it interesting that the password for the Administrator account is empty after the setup. So, the first thing you should do is to set a password: <strong>Net user administrator *
</strong></p>
<p>Next, you can start a new console with <strong>start cmd /separate</strong>, just in case you accidentally close your console. You also can start a new console thru the task manager: <strong>Ctrl+Alt+Del</strong>.</p>
<p>The next thing you probably want to do is to configure your network interface: With <strong>netsh interface ipv4 show interfaces</strong><em>, </em>you can list the network interfaces of your server. To add an IP address you enter: <strong>netsh interface ipv4 add address &#8220;Local Area Connection&#8221; <em>IP-address subnet-mask gateway</em></strong> where &#8220;Local Area Connection&#8221; is the interface name. (Expressions in italic are variables you have to replace with your own settings.) To configure a DNS server type:  <strong>netsh interface ipv4 set dnsserver &#8220;Local Area Connection&#8221; static <em>DNS-IP
</em></strong></p>
<p>Working on the command line is more fun if you can copy and paste from online documentations like this one, for example. You have to <strong>enable RDP access</strong> to your test server, first. To allow Terminal Service access enter: <strong>cscript c:\windows\system32\scregedit.wsf /AR 0</strong>. If you want to connect from a Windows version older than Vista you should use <strong>/CS</strong> instead of /AR.</p>
<p>In Beta 3 the Window firewall is enabled by default. To allow a RDP connection, you can just open the port 3389. However, for testing purposes I recommend disabling the firewall if your network is behind a firewall, anyway. Otherwise you will always wonder if the Windows firewall is not configured correctly whenever one of your tests fails. To disable the Windows Firewall enter: <strong><em>netsh firewall set opmode disable</em></strong>.</p>
<p>The setup process names your server automatically, but you might want to change this name: <strong>netdom renamecomputer <em>old-computer-name</em> /newname:<em>new-computer-name</em> /force /reboot:30 </strong>This command will also reboot your server. If you don&#8217;t know the old computer name just enter <strong>set </strong>and check the corresponding environment variable.</p>
<p>Maybe it is now time to activate your installation. If you enter <strong>slmgr.vbs –ato,</strong> it will take some seconds until you get the message that your server has been activated (hopefully).</p>
<p>In my last post about <a href="/archives/windows-server-longhorn-server-core-essentials/">Server Core,</a> I mentioned already that you can use it only for certain roles. With the <strong>oclist</strong> command you get a list of these roles and with <strong>ocsetup</strong> you can add a certain role. For example, if you want to use Server Core as DHCP server you would enter <strong>ocsetup DHCPServerCore</strong>. To start the DHCP server enter <strong>net start &#8220;DHCP server&#8221;</strong> and to automatically start the DHCP service during the boot process you would enter <strong>sc config dhcpserver start= auto</strong>.</p>
<p>Then, you can configure the DHCP server remotely with the graphical user interface from the <a href="/archives/vista-compatibility-update-for-the-adminpak/">adminpak</a>. It seems that some remote tools don&#8217;t work properly, yet. I wasn&#8217;t able to configure the Windows Firewall remotely this way.</p>
<p>If your Server Core system isn&#8217;t a member server of a Windows domain, you should create a user account having the same name and password as the logon name on your desktop first: <strong>net user /add <em>username password</em></strong>. This way, you&#8217;ll be authenticated automatically whenever you use one of the remote tools. You could also add your test server to your Windows domain with the netdom command instead. I don&#8217;t know if you want to do this with a beta version, though.</p>
<p>The only role you can&#8217;t configure with ocsetup is the Active Directory role. To install Active Directory you have to use the <strong>dcpromo</strong> command as usual.</p>
<p>When you are done with your configurations you can use the <strong>logoff</strong> command to logout. Or maybe you&#8217;re a typical Windows admin and think that all this command line typing will only cause finger arthritis in the long run. In this case you can enter <strong>shutdown /r</strong> to reboot and install the standard version of Windows Server 2008 with a graphical user interface. Of course, you could also give Server Core a second change, type <strong>shutdown /s </strong>to turn off your server and continue with the finger exercises tomorrow. <img src='http://4sysops.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-dns-zones-overview/" title="Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview (January 10, 2012)">Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview</a> (2)</li>
	<li><a href="http://4sysops.com/archives/uninstall-windows-32-bit-on-windows-64-bit-wow64-on-windows-server-2008-r2-server-core/" title="Uninstall Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core (August 3, 2011)">Uninstall Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-core-configurator-2-0-powerful-gui-for-windows-server-r2-server-core/" title="FREE: Core Configurator 2.0 &#8211; Powerful GUI for Windows Server R2 Server Core (December 23, 2009)">FREE: Core Configurator 2.0 &#8211; Powerful GUI for Windows Server R2 Server Core</a> (1)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-r2-server-core-sconfig-and-other-new-features/" title="Windows Server 2008 R2 Server Core &#8211; Sconfig and other new features (September 23, 2009)">Windows Server 2008 R2 Server Core &#8211; Sconfig and other new features</a> (2)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-foundation-why-microsofts-licensing-policy-is-outdated/" title="Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated (April 13, 2009)">Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-server-2008-longhorn-getting-started-with-server-core/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Windows Server Longhorn: Server Core essentials</title>
		<link>http://4sysops.com/archives/windows-server-longhorn-server-core-essentials/</link>
		<comments>http://4sysops.com/archives/windows-server-longhorn-server-core-essentials/#comments</comments>
		<pubDate>Fri, 11 May 2007 11:18:16 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[server core]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/windows-server-longhorn-server-core-essentials/</guid>
		<description><![CDATA[<p>This post belongs to my series about Microsoft&#8217;s next server OS, Windows Server Longhorn. Today I am answering some essential questions about Server Core.</p>
<p><strong>What is Server Core?</strong>
In Server Core only the services required to perform the following server roles are installed: Active Directory Domain Services, Active Directory Lightweight Directory Services (AD LDS), Dynamic Host Configuration Protocol (DHCP) Server, DNS Server, File Services, Print Server, Streaming Media Services.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2007/05/server_core.png" title="Server Core" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/05/server_core.png','Server Core',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/05/server_core.thumbnail.png" title="Server Core" alt="Server Core" align="right" /></a><strong>How can you manage Server Core?</strong>
Server Core doesn&#8217;t have a graphical user interface. You can manage Server Core on the command line or if you prefer a graphical user interface, remotely with the usual Administration tools. Server Core doesn&#8217;t support Powershell and .Net, but you can use the Windows Scripting Host (WSH). Microsoft offers some scripts which you can use to configure Server Core. It is also possible to configure Server Core with Group Policy.</p>
<p><strong>Why do you need Server Core?</strong>
The advantages of Server Core are: security improvement (reduced &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>This post belongs to my series about Microsoft&#8217;s next server OS, Windows Server Longhorn. Today I am answering some essential questions about Server Core.</p>
<p><strong>What is Server Core?</strong>
In Server Core only the services required to perform the following server roles are installed: Active Directory Domain Services, Active Directory Lightweight Directory Services (AD LDS), Dynamic Host Configuration Protocol (DHCP) Server, DNS Server, File Services, Print Server, Streaming Media Services.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2007/05/server_core.png" title="Server Core" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/05/server_core.png','Server Core',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/05/server_core.thumbnail.png" title="Server Core" alt="Server Core" align="right" /></a><strong>How can you manage Server Core?</strong>
Server Core doesn&#8217;t have a graphical user interface. You can manage Server Core on the command line or if you prefer a graphical user interface, remotely with the usual Administration tools. Server Core doesn&#8217;t support Powershell and .Net, but you can use the Windows Scripting Host (WSH). Microsoft offers some scripts which you can use to configure Server Core. It is also possible to configure Server Core with Group Policy.</p>
<p><strong>Why do you need Server Core?</strong>
The advantages of Server Core are: security improvement (reduced attack surface), needs less system resources (occupies only one third disk space), patching is easier, boots up faster.</p>
<p><strong>How can you install Server Core?</strong>
You can choose to install Server Core during the normal Windows Server Longhorn setup process.</p>
<p><strong>What can&#8217;t you do with Server Core?</strong>
You can only use Server Core for the roles mentioned above. This means that you can&#8217;t use Server Core for database systems or as application server, for example.</p>
<p><strong>What other Longhorn features does Server Core support?</strong>
Server Core supports Microsoft Failover Cluster, Network Load Balancing, Subsystem for UNIX-based Applications, Windows Backup, Multipath I/O, Removable Storage Management, Windows Bitlocker Drive Encryption, Simple Network Management Protocol (SNMP), Windows Internet Naming Service (WINS), Telnet client, Quality of Service (QoS).</p>
<p>In the next post of this series I&#8217;ll show you <a href="/archives/windows-server-2008-longhorn-getting-started-with-server-core/">how to get started with Server Core</a>.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-dns-zones-overview/" title="Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview (January 10, 2012)">Microsoft Exam 70-640 &#8211; DNS Zones &#8211; Overview</a> (2)</li>
	<li><a href="http://4sysops.com/archives/uninstall-windows-32-bit-on-windows-64-bit-wow64-on-windows-server-2008-r2-server-core/" title="Uninstall Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core (August 3, 2011)">Uninstall Windows 32-bit on Windows 64-bit (WoW64) on Windows Server 2008 R2 Server Core</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-core-configurator-2-0-powerful-gui-for-windows-server-r2-server-core/" title="FREE: Core Configurator 2.0 &#8211; Powerful GUI for Windows Server R2 Server Core (December 23, 2009)">FREE: Core Configurator 2.0 &#8211; Powerful GUI for Windows Server R2 Server Core</a> (1)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-r2-server-core-sconfig-and-other-new-features/" title="Windows Server 2008 R2 Server Core &#8211; Sconfig and other new features (September 23, 2009)">Windows Server 2008 R2 Server Core &#8211; Sconfig and other new features</a> (2)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-foundation-why-microsofts-licensing-policy-is-outdated/" title="Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated (April 13, 2009)">Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-server-longhorn-server-core-essentials/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

