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

<channel>
	<title>Shariq Sheikh &#124; Port 389 &#187; Server Core</title>
	<atom:link href="http://www.shariqsheikh.com/blog/index.php/category/core/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shariqsheikh.com/blog</link>
	<description>- activity of Active Directory and the rest</description>
	<lastBuildDate>Thu, 22 Jul 2010 17:01:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Can I install KMS on Server Core ?</title>
		<link>http://www.shariqsheikh.com/blog/index.php/200912/can-i-install-kms-on-server-core/</link>
		<comments>http://www.shariqsheikh.com/blog/index.php/200912/can-i-install-kms-on-server-core/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 22:49:54 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Server Core]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[KMS]]></category>
		<category><![CDATA[Volume Activation 2.0]]></category>

		<guid isPermaLink="false">http://www.shariqsheikh.com/blog/index.php/200912/can-i-install-kms-on-server-core/</guid>
		<description><![CDATA[Server Core seems to be the perfect candidate for installing KMS. Key Management Service mediates your Volume Licensing with Microsoft Activation Services and acts as the man-in-the-middle for the activation for all your KMS clients that comprise of Vista, Windows 7, Windows Server 2008 and R2. With Windows 7 and Windows Server 2008 R2, what [...]]]></description>
			<content:encoded><![CDATA[<p>Server Core seems to be the perfect candidate for installing KMS. Key Management Service mediates your Volume Licensing with Microsoft Activation Services and acts as the man-in-the-middle for the activation for all your KMS clients that comprise of Vista, Windows 7, Windows Server 2008 and R2. With Windows 7 and Windows Server 2008 R2, what you have in KMS is Volume Activation 2.0. In contrast with KMS, what you have is MAK that stands for <em>multiple activation key</em>. MAK is targeted for clients that stay off the network whereas KMS is designed for your internal clients. Following I have a simple overview design of how it works.</p>
<p><a href="http://www.shariqsheikh.com/blog/wp-content/uploads/2009/12/image.png"><img style="display: inline" title="image" alt="image" src="http://www.shariqsheikh.com/blog/wp-content/uploads/2009/12/image_thumb.png" width="876" height="506"/></a></p>
<p>My Windows Server 2008 R2 Server Core has a very small footprint, it is a single processor/20gb hd/512mb ram machine. The first thing you need is the KMS Host key from your Microsoft Volume Licensing site or from your TAM.<br />The command to register the machine as the KMS host is <em>slmgr /ipk &lt;your key&gt;</em></p>
<p><em></em><br /><a href="http://www.shariqsheikh.com/blog/wp-content/uploads/2009/12/mozscreenshot5.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="moz-screenshot-5" border="0" alt="moz-screenshot-5" src="http://www.shariqsheikh.com/blog/wp-content/uploads/2009/12/mozscreenshot5_thumb.jpg" width="660" height="326"/></a></p>
<p>Once it is registered, you need to activate the host itself. Run <em>slmgr -ato</em><br />You can check the status and brief description of the KMS host by running <em>slmgr –dli</em></p>
<p><em></em></p>
<p><a href="http://www.shariqsheikh.com/blog/wp-content/uploads/2009/12/mozscreenshot6.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="moz-screenshot-6" border="0" alt="moz-screenshot-6" src="http://www.shariqsheikh.com/blog/wp-content/uploads/2009/12/mozscreenshot6_thumb.jpg" width="670" height="480"/></a></p>
<p>The verbose information is provided via <em>slmgr –dlv</em></p>
<p><em></em></p>
<p><a href="http://www.shariqsheikh.com/blog/wp-content/uploads/2009/12/mozscreenshot7.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="moz-screenshot-7" border="0" alt="moz-screenshot-7" src="http://www.shariqsheikh.com/blog/wp-content/uploads/2009/12/mozscreenshot7_thumb.jpg" width="690" height="593"/></a></p>
<p>Once KMS is setup, it will register its SRV record in DNS. You can verify from your workstation if it has done so via,</p>
<p><em>nslookup -type=srv _vlmcs._tcp</em></p>
<p>From then on clients will automatically be reverted to your KMS host for activation but as hinted in the drawing above, starting with Windows 7 and 08 R2, the minimum threshold (activation attempts/requests) that are needed to fully activate the KMS host is 25 Vista/Windows 7 clients or 5 Server 2008 (R2). This number can comprise of virtual and physical loads, previously this was limited to physical systems only. The slmgr -dlv will show you the total requests received.<br />Note that the KMS is desgined to let you better manage your internal activation for compliance reason. Micrsoft does not go receive any internal information from between the KMS host and KMS client. KMS has you abide your EA Volume Licenseing, check the VL Product Groups shown in the diagram that are pertinent for your environment. I find the group B to be most commonly required.</p>
<p>Important note : Installing/configuring the KMS does not open up the pertinent firewall port (default port 1688). From running &#8220;slmgr -dli&#8221; you will notice that it says that the KMS is listening on port 1688 but the rule is not enabled so you may do so like this.</p>
<p>netsh advfirewall&gt;FIREWALL add rule name=&#8221;KMS&#8221; dir=in action=allow protocol=tcp<br />localport=1688<br />Ok.</p>
<p>For more information see this <a href="http://technet.microsoft.com/en-us/library/cc303280.aspx" target="_blank">link.</a></p>
<p><a href="http://technorati.com/tag/Server%20Core"></a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.shariqsheikh.com%2Fblog%2Findex.php%2F200912%2Fcan-i-install-kms-on-server-core%2F&amp;linkname=Can%20I%20install%20KMS%20on%20Server%20Core%20%3F">Share/Bookmark</a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.shariqsheikh.com/blog/index.php/200912/can-i-install-kms-on-server-core/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is there an Active Directory Visual Illustration/Diagram ?</title>
		<link>http://www.shariqsheikh.com/blog/index.php/200909/is-there-an-active-directory-visual-illustrationdiagram/</link>
		<comments>http://www.shariqsheikh.com/blog/index.php/200909/is-there-an-active-directory-visual-illustrationdiagram/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 16:18:43 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[RODC]]></category>
		<category><![CDATA[Server Core]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Posters]]></category>

		<guid isPermaLink="false">http://www.shariqsheikh.com/blog/index.php/200909/is-there-an-active-directory-visual-illustrationdiagram/</guid>
		<description><![CDATA[A question was raised on ActiveDir, and I learned about an old TechNet Jigsaw on AD’s interworking. &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; Along with that, there was a new Windows Server 2008 AD Feature Components which [...]]]></description>
			<content:encoded><![CDATA[<p>A question was raised on ActiveDir, and I learned about an old TechNet Jigsaw on AD’s interworking.</p>
<p style="text-align: center"><a href="http://www.shariqsheikh.com/blog/wp-content/uploads/2009/09/adjigsaw.png"><img style="border-bottom: 0pt; border-left: 0pt; display: inline; margin-left: 0px; border-top: 0pt; margin-right: 0px; border-right: 0pt" class="aligncenter" title="ADjigsaw" border="0" alt="ADjigsaw" align="left" src="http://www.shariqsheikh.com/blog/wp-content/uploads/2009/09/adjigsaw-thumb.png" width="709" height="772"/></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Along with that, there was a new Windows Server 2008 AD Feature Components which I received at Tech-Ed 2007 and it illustrates the new and improved AD pieces introduced with Windows Server 2008. This poster covers ADLDS, ADFS, ADRMS, and RODCs.</p>
<p>&nbsp;</p>
<p><a href="http://www.shariqsheikh.com/blog/wp-content/uploads/2009/09/ad08features.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="AD08features" border="0" alt="AD08features" src="http://www.shariqsheikh.com/blog/wp-content/uploads/2009/09/ad08features-thumb.png" width="944" height="613"/></a></p>
<p>And an additional poster on general new Windows Server 2008 Feature Components that covers TS, NAP, IIS 7.0, Virtualization, Server Core and BitLocker.</p>
<p><a href="http://www.shariqsheikh.com/blog/wp-content/uploads/2009/09/08features.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="08features" border="0" alt="08features" src="http://www.shariqsheikh.com/blog/wp-content/uploads/2009/09/08features-thumb.png" width="943" height="610"/></a></p>
<p>Both of the above illustrations and very good quality large size posters (30x20in) and are good to hang in your office/cube. Printing them on regular printer may distort the quality, so you may try the plotter <img src='http://www.shariqsheikh.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . All three can be downloaded from the following links :</p>
<h3><span style="font-size: x-small"><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=C236336D-AB43-44B1-AD6F-A2F668FB8C02&amp;displaylang=en" target="_blank">TechNet Magazine Active Directory Component Jigsaw Poster</a></span></h3>
<h3><span style="font-size: x-small"><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c2b9e44e-0bbd-47cb-bc09-b3d48be7f867&amp;displaylang=en" target="_blank">Windows Server 2008 Component Posters (both)</a></span></h3>
<p>P.S This is my first test post using <a href="http://download.live.com/writer" target="_blank">WLW</a>.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.shariqsheikh.com%2Fblog%2Findex.php%2F200909%2Fis-there-an-active-directory-visual-illustrationdiagram%2F&amp;linkname=Is%20there%20an%20Active%20Directory%20Visual%20Illustration%2FDiagram%20%3F">Share/Bookmark</a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.shariqsheikh.com/blog/index.php/200909/is-there-an-active-directory-visual-illustrationdiagram/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Getting started with Server Core is easier now in R2</title>
		<link>http://www.shariqsheikh.com/blog/index.php/200906/getting-started-with-server-core-is-easier-now-in-r2/</link>
		<comments>http://www.shariqsheikh.com/blog/index.php/200906/getting-started-with-server-core-is-easier-now-in-r2/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 01:17:51 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Server Core]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>

		<guid isPermaLink="false">http://www.shariqsheikh.com/blog/?p=460</guid>
		<description><![CDATA[Perhaps, inspired by Guy&#8217;s utility &#8216;Server Core Configurator&#8217;. There is now a menu driven utility call SCONFIG.exe in R2 version of Server Core. This allows you to do all the initial configuration tasks, such as rename the computer, join to domain, set an new IP or DNS, or enabled the RDP etc. Previously you had [...]]]></description>
			<content:encoded><![CDATA[<p>Perhaps, inspired by <a href="http://www.shariqsheikh.com/blog/index.php/200806/is-there-a-gui-to-manage-server-core/">Guy&#8217;s utility &#8216;Server Core Configurator&#8217;</a>. There is now a menu driven utility call SCONFIG.exe in R2 version of Server Core. This allows you to do all the initial configuration tasks, such as rename the computer, join to domain, set an new IP or DNS, or enabled the RDP etc. </p>
<p><a href="http://www.shariqsheikh.com/blog/wp-content/uploads/2009/06/08core-2009-06-09-19-54-57.png"><img src="http://www.shariqsheikh.com/blog/wp-content/uploads/2009/06/08core-2009-06-09-19-54-57-300x225.png" alt="08core-2009-06-09-19-54-57" title="08core-2009-06-09-19-54-57" width="300" height="225" class="alignnone size-medium wp-image-461" /></a></p>
<p>Previously you had to rely on netdom, netsh, and WMIC to perform these initial tasks, unless you had the Server Core Configurator (as mentioned above) installed. Note that this SCONFIG menu is very much similar to that of Hyper-V menu.</p>
<p>Here are a few posts that you may find helpful for the pre-R2 Server Core.</p>
<p><a href="http://www.shariqsheikh.com/blog/index.php/200804/how-to-setup-ip-configuration-of-windows-server-2008-server-core/">http://www.shariqsheikh.com/blog/index.php/200804/how-to-setup-ip-configuration-of-windows-server-2008-server-core/</a><br />
<a href="http://www.shariqsheikh.com/blog/index.php/200804/how-to-disable-windows-firewall-in-windows-server-2008-server-core/">http://www.shariqsheikh.com/blog/index.php/200804/how-to-disable-windows-firewall-in-windows-server-2008-server-core/</a><br />
<a href="http://www.shariqsheikh.com/blog/index.php/200804/how-to-enable-rdp-for-windows-server-2008-server-core/">http://www.shariqsheikh.com/blog/index.php/200804/how-to-enable-rdp-for-windows-server-2008-server-core/</a><br />
<a href="http://www.shariqsheikh.com/blog/index.php/200804/how-can-i-rename-windows-server-2008-server-core/">http://www.shariqsheikh.com/blog/index.php/200804/how-can-i-rename-windows-server-2008-server-core/</a><br />
<a href="http://www.shariqsheikh.com/blog/index.php/200804/how-to-activate-windows-server-2008-server-core/">http://www.shariqsheikh.com/blog/index.php/200804/how-to-activate-windows-server-2008-server-core/</a><br />
<a href="http://www.shariqsheikh.com/blog/index.php/200804/how-to-promote-server-core-to-be-a-rodc/">http://www.shariqsheikh.com/blog/index.php/200804/how-to-promote-server-core-to-be-a-rodc/</a><br />
<a href="http://www.shariqsheikh.com/blog/index.php/200805/install-server-roles-and-features-on-server-core/">http://www.shariqsheikh.com/blog/index.php/200805/install-server-roles-and-features-on-server-core/</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.shariqsheikh.com%2Fblog%2Findex.php%2F200906%2Fgetting-started-with-server-core-is-easier-now-in-r2%2F&amp;linkname=Getting%20started%20with%20Server%20Core%20is%20easier%20now%20in%20R2">Share/Bookmark</a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.shariqsheikh.com/blog/index.php/200906/getting-started-with-server-core-is-easier-now-in-r2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hyper-V is just like a server core, with Hypervisor added</title>
		<link>http://www.shariqsheikh.com/blog/index.php/200904/hyper-v-is-just-like-a-server-core-with-hypervisor-added/</link>
		<comments>http://www.shariqsheikh.com/blog/index.php/200904/hyper-v-is-just-like-a-server-core-with-hypervisor-added/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 21:36:33 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Server Core]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.shariqsheikh.com/blog/?p=265</guid>
		<description><![CDATA[Ever since Microsoft joined VMware in handing out their introductory type-1 hypervisor solutions (without management software) out for FREE, there is a fair share of confusion in IT community regarding the standalone Hyper-V. Hyper-V is a standalone product that will run on a bare-metal box and will need to be managed via Windows Server 2008 [...]]]></description>
			<content:encoded><![CDATA[<p>Ever since Microsoft joined VMware in handing out their introductory type-1 hypervisor solutions (without management software) out for FREE, there is a fair share of confusion in IT community regarding the standalone Hyper-V. Hyper-V is a standalone product that will run on a bare-metal box and will need to be managed via Windows Server 2008 Hyper-V Management (feature). Hyper-V is built on Windows Server 2008 Server Core and Windows Admins will find it easy to adjust to managing it. Especially those who have had experience with Server Core.</p>
<p>I wrote a <a href="http://www.shariqsheikh.com/blog/index.php/base/server-core/">few posts</a> earlier on managing Server Core, regarding the initial configuration, opening the needed ports thru firewall, network configuration etc. You will find that there is another layer of managment window on top of that CLI window you are used to seeing in Server Core. That window is there for you to manage the Hyper-V.</p>
<p>As you log in to Hyper-V both windows the CLI and Hyper-V Configuration pop up, with first one in the background. On Hyper-V configuration window, there is 16 options (sub-menu) that are pretty self explanatory and allow you to setup initial configurations such as adding the server to domain, configuring NIC, enabling RDP, and remote management (WinRM) and so forth.</p>
<p>Remember that with the substantial feedback from IT pros, this new version of Server Core (that Hyper-V is built upon) now has the limited .NET layer added which will make the server management easier but as expected it adds to its size to its previous versions. This is of course only part of recently released Hyper-V R2.</p>
<p>Here are some screenshots of Hyper-V R2.</p>
<p><a href="http://www.shariqsheikh.com/blog/wp-content/uploads/2009/04/hyper-v-server-r2-2009-04-19-16-03-30.png"><img src="http://www.shariqsheikh.com/blog/wp-content/uploads/2009/04/hyper-v-server-r2-2009-04-19-16-03-30-300x225.png" alt="" title="hyper-v-server-r2-2009-04-19-16-03-30" width="300" height="225" class="alignnone size-medium wp-image-261" /></a><a href="http://www.shariqsheikh.com/blog/wp-content/uploads/2009/04/hyper-v-server-r2-2009-04-19-16-03-54.png"><img src="http://www.shariqsheikh.com/blog/wp-content/uploads/2009/04/hyper-v-server-r2-2009-04-19-16-03-54-300x225.png" alt="" title="hyper-v-server-r2-2009-04-19-16-03-54" width="300" height="225" class="alignnone size-medium wp-image-262" /></a><a href="http://www.shariqsheikh.com/blog/wp-content/uploads/2009/04/hyper-v-server-r2-2009-04-19-16-11-12.png"><img src="http://www.shariqsheikh.com/blog/wp-content/uploads/2009/04/hyper-v-server-r2-2009-04-19-16-11-12-300x225.png" alt="" title="hyper-v-server-r2-2009-04-19-16-11-12" width="300" height="225" class="alignnone size-medium wp-image-263" /></a><a href="http://www.shariqsheikh.com/blog/wp-content/uploads/2009/04/hyper-v-server-r2-2009-04-19-16-13-56.png"><img src="http://www.shariqsheikh.com/blog/wp-content/uploads/2009/04/hyper-v-server-r2-2009-04-19-16-13-56-300x225.png" alt="" title="hyper-v-server-r2-2009-04-19-16-13-56" width="300" height="225" class="alignnone size-medium wp-image-264" /></a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.shariqsheikh.com%2Fblog%2Findex.php%2F200904%2Fhyper-v-is-just-like-a-server-core-with-hypervisor-added%2F&amp;linkname=Hyper-V%20is%20just%20like%20a%20server%20core%2C%20with%20Hypervisor%20added">Share/Bookmark</a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.shariqsheikh.com/blog/index.php/200904/hyper-v-is-just-like-a-server-core-with-hypervisor-added/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can a RODC also be a DHCP ?</title>
		<link>http://www.shariqsheikh.com/blog/index.php/200806/can-a-rodc-also-be-a-dhcp/</link>
		<comments>http://www.shariqsheikh.com/blog/index.php/200806/can-a-rodc-also-be-a-dhcp/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 01:40:47 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Server Core]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[RODC]]></category>

		<guid isPermaLink="false">http://www.shariqsheikh.com/blog/?p=72</guid>
		<description><![CDATA[Sounds like a no-brainer, but there is catch. I installed DHCP role on my Server Core that I had previously set up as Read-only Domain Controller, using this command. start /w ocsetup DHCPServerCore And then I went ahead and set the service configuration to &#8220;auto&#8221; with this command, sc config dhcpserver start= auto (note the [...]]]></description>
			<content:encoded><![CDATA[<p>Sounds like a no-brainer, but there is catch. I installed DHCP role on my Server Core that I had previously set up as Read-only Domain Controller, using this command.</p>
<blockquote><p><code>start /w ocsetup DHCPServerCore</code></p></blockquote>
<p>And then I went ahead and set the service configuration to &#8220;auto&#8221; with this command,</p>
<blockquote><p><code>sc config dhcpserver start= auto</code> (note the <em>space</em> between the equal sign and <em>auto)</em></p></blockquote>
<p>And then finally when I tried to start the DHCP service with the following command, it failed with these errors.</p>
<blockquote><p><code>net start dhcpserver</code></p>
<p><em>A system error has occured</em></p>
<p><em>System error 50 has occured</em></p>
<p><em>The request is not supported</em></p></blockquote>
<p>So the catch was, that since RODC can&#8217;t write back to the AD to create the needed DHCP security groups i.e DHCP Administrators and DHCP Users, the service would fail.</p>
<p>After creating those <em>domain local</em> security groups on another Windows Server 2008 RWDC, the service does run successfully and you can manage the DHCP Server (that is running on Server Core) from another server using RSAT.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.shariqsheikh.com%2Fblog%2Findex.php%2F200806%2Fcan-a-rodc-also-be-a-dhcp%2F&amp;linkname=Can%20a%20RODC%20also%20be%20a%20DHCP%20%3F">Share/Bookmark</a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.shariqsheikh.com/blog/index.php/200806/can-a-rodc-also-be-a-dhcp/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Is there a GUI to manage Server Core ?</title>
		<link>http://www.shariqsheikh.com/blog/index.php/200806/is-there-a-gui-to-manage-server-core/</link>
		<comments>http://www.shariqsheikh.com/blog/index.php/200806/is-there-a-gui-to-manage-server-core/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 19:19:36 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Server Core]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.shariqsheikh.com/blog/?p=71</guid>
		<description><![CDATA[Yes there is. Inevitable as it was, we the System Admins like to accomplish easy tasks from the tip of our fingers, and do things in a graphical click-ing environment. You might have heard of this utility, which came out few months back called &#8216;Server Core Configurator&#8217; by Guy Teverovsky. I had been reading about [...]]]></description>
			<content:encoded><![CDATA[<p>Yes there is. Inevitable as it was, we the System Admins like to accomplish easy tasks from the tip of our fingers, and do things in a graphical click<em>-ing</em> environment. You might have heard of this utility, which came out few months back called &#8216;Server Core Configurator&#8217;  by Guy Teverovsky. I had been reading about the bugs and fixes at Guy&#8217;s site and hadn&#8217;t given a try. I have now downloaded a copy thats has been fixed up and fine tuned per the request of other readers and users who tried out this utility. I installed it on my Server Core copy and I haven&#8217;t been disappointed, it lets you do a lot of common tasks such as adding the machine to the domain, running DCPROMO on it, changing NIC settings, changing display and time zone etc. which would otherwise require you know the command line or registry edit.</p>
<p>While this utility will come in very handy (until Microsoft perhaps comes out of their own), remember its Microsoft&#8217;s attempt to offer a small footprint OS of Core features with the likes of Linux based DHCP, and DNS system such Infoblox, and they have tried to persuade the System Admins to learn the powerful capabilities of Cscripts, WMI and Netsh. This does take us the <em>other</em> way a little bit. But I sure am happy to see an option that allows to me do all those initial configuration tasks GUI-<em>ily.</em></p>
<p>You be the judge and give it a try, download it from here,</p>
<p><a href="http://blogs.microsoft.co.il/files/folders/guyt/entry68860.aspx">http://blogs.microsoft.co.il/files/folders/guyt/entry68860.aspx</a></p>
<p>P.S You can only launch the application from the folder where it was installed, i.e change the directory to the C:\Program Files\Server Core Configurator where it installs by default.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.shariqsheikh.com%2Fblog%2Findex.php%2F200806%2Fis-there-a-gui-to-manage-server-core%2F&amp;linkname=Is%20there%20a%20GUI%20to%20manage%20Server%20Core%20%3F">Share/Bookmark</a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.shariqsheikh.com/blog/index.php/200806/is-there-a-gui-to-manage-server-core/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to turn on Automatic Updates in Server Core</title>
		<link>http://www.shariqsheikh.com/blog/index.php/200805/how-to-turn-on-automatic-updates-in-server-core/</link>
		<comments>http://www.shariqsheikh.com/blog/index.php/200805/how-to-turn-on-automatic-updates-in-server-core/#comments</comments>
		<pubDate>Fri, 02 May 2008 19:23:34 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Server Core]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.shariqsheikh.com/blog/?p=70</guid>
		<description><![CDATA[Its pretty simple to turn the automatic updates in Server Core by using scregedit to modify the registry, simply type in this command : cscript c:\Windows\system32\scregedit.wsf /au 4 After that, you do have to stop and start the Windows Update service net stop wuauserv net start wuauserv The swtich /au 4 sets the time for [...]]]></description>
			<content:encoded><![CDATA[<p>Its pretty simple to turn the automatic updates in Server Core by using <em>scregedit</em> to modify the registry, simply type in this command :</p>
<blockquote><p><code>cscript c:\Windows\system32\scregedit.wsf /au 4</code></p></blockquote>
<p>After that, you do have to stop and start the Windows Update service </p>
<blockquote><p><code>net stop wuauserv</code><br />
<code>net start wuauserv</code></p></blockquote>
<p>The swtich /au 4 sets the time for checking the updates at 3am. It also sets the server to reboot if the updates require it to. You can disable automatic updates by using /au 1 switch or /v to view the current settings. To force an immediate check for updates, run the following command:</p>
<blockquote><p><code>wuauclt /detectnow</code></p></blockquote>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.shariqsheikh.com%2Fblog%2Findex.php%2F200805%2Fhow-to-turn-on-automatic-updates-in-server-core%2F&amp;linkname=How%20to%20turn%20on%20Automatic%20Updates%20in%20Server%20Core">Share/Bookmark</a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.shariqsheikh.com/blog/index.php/200805/how-to-turn-on-automatic-updates-in-server-core/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remotley Administer Server Core from Vista or Windows Server 2008</title>
		<link>http://www.shariqsheikh.com/blog/index.php/200805/remotley-administer-server-core-from-vista-or-windows-server-2008/</link>
		<comments>http://www.shariqsheikh.com/blog/index.php/200805/remotley-administer-server-core-from-vista-or-windows-server-2008/#comments</comments>
		<pubDate>Fri, 02 May 2008 19:01:47 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Server Core]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.shariqsheikh.com/blog/?p=69</guid>
		<description><![CDATA[You can use Windows Remote Shell (WinRS) in Vista and Windows Server 2008 to remotely manage and administer Server Core. The WinRS client passes the commands to a WinRS listener on Server Core, which passes the commands to a prompt, captures the output and returns it to the WinRS client. To do this, you have [...]]]></description>
			<content:encoded><![CDATA[<p>You can use Windows Remote Shell (WinRS) in Vista and Windows Server 2008 to remotely manage and administer Server Core. The WinRS client passes the commands to a WinRS listener on Server Core, which passes the commands to a prompt, captures the output and returns it to the WinRS client. To do this, you have to enable Windows Remote Managment (WinRM) on Server Core, you will run the following command :</p>
<blockquote><p><code>winrm quickconfig</code></p></blockquote>
<p>You can then run for example this command to see the license status on the Server Core remotely from Vista or the full installation on Windows Server 2008</p>
<blockquote><p>
<code>winrs -r:<em>NameofServerCore</em> "cscript c:\Windows\System32\slmgr.vbs -dli"</code></p></blockquote>
<p>Note that you can also use tools such as Windows Management Instrumentation command line (WMIC) and PowerShell thru WMI calls to manager Server Core. At this time Server Core does not support PowerShell directly since it relies on .NET Framework which is not there in <em>Windows Server without Windows</em></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.shariqsheikh.com%2Fblog%2Findex.php%2F200805%2Fremotley-administer-server-core-from-vista-or-windows-server-2008%2F&amp;linkname=Remotley%20Administer%20Server%20Core%20from%20Vista%20or%20Windows%20Server%202008">Share/Bookmark</a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.shariqsheikh.com/blog/index.php/200805/remotley-administer-server-core-from-vista-or-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Server Roles and features on Server Core</title>
		<link>http://www.shariqsheikh.com/blog/index.php/200805/install-server-roles-and-features-on-server-core/</link>
		<comments>http://www.shariqsheikh.com/blog/index.php/200805/install-server-roles-and-features-on-server-core/#comments</comments>
		<pubDate>Fri, 02 May 2008 15:47:57 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Server Core]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.shariqsheikh.com/blog/?p=68</guid>
		<description><![CDATA[So In Windows Server 2008, there are roles such as AD Domain Services, DHCP, DNS, the roles services pertaining to roles such as AD Certificate Services, DFS, and finally there are optional features such as .NET Framework Services, Network Load Balancine (NLB), etc. With the exception of the Active Directory Domain Services role, you install [...]]]></description>
			<content:encoded><![CDATA[<p>So In Windows Server 2008, there are roles such as AD Domain Services, DHCP, DNS, the roles services pertaining to roles such as AD Certificate Services, DFS, and finally there are optional features such as .NET Framework Services, Network Load Balancine (NLB), etc. With the exception of the Active Directory Domain Services role, you install server roles and features by using the <em>ocsetup</em> command. The syntax for <em>ocsetup </em>is the same for roles and features. The command is case sensitive, and you need to know the correct capitalization for a server role or feature, you can get that by running<em> oclist</em> command.</p>
<p>For instance, the following command installs Windows Server Backup, which is a <em>feature</em></p>
<blockquote><p><code>start /w ocsetup WindowsServerBackup</code></p></blockquote>
<p>Using the /w switch indicates when <em>ocsetup</em> has finished installing the new role of feature. It also stops user from initiating another command while it&#8217;s running.</p>
<p>You can also find out what is already installed by running following <em>oclist</em> syntax</p>
<blockquote><p><code>oclist | find "installed"</code></p></blockquote>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.shariqsheikh.com%2Fblog%2Findex.php%2F200805%2Finstall-server-roles-and-features-on-server-core%2F&amp;linkname=Install%20Server%20Roles%20and%20features%20on%20Server%20Core">Share/Bookmark</a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.shariqsheikh.com/blog/index.php/200805/install-server-roles-and-features-on-server-core/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to promote Server Core to be a RODC</title>
		<link>http://www.shariqsheikh.com/blog/index.php/200804/how-to-promote-server-core-to-be-a-rodc/</link>
		<comments>http://www.shariqsheikh.com/blog/index.php/200804/how-to-promote-server-core-to-be-a-rodc/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 02:43:43 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Server Core]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[RODC]]></category>

		<guid isPermaLink="false">http://www.shariqsheikh.com/blog/?p=65</guid>
		<description><![CDATA[The Windows Server 2008 Server Core installation does support Read Only Domain Controllers (RODC). This support makes Server Core ideal for brance office scenarios. To make a Server Core part of your domain as RODC, you use the unattended answer file with the following text with your settings and passwords [DCInstall] InstallDNS=Yes ConfirmGC=Yes RebootOnCompletion=Yes ReplicaDomainDNSName=2008.lab [...]]]></description>
			<content:encoded><![CDATA[<p>The Windows Server 2008 Server Core installation does support Read Only Domain Controllers (RODC). This support makes Server Core ideal for brance office scenarios. To make a Server Core part of your domain as RODC, you use the unattended answer file with the following text <em>with your settings and passwords</em></p>
<blockquote><p><code>[DCInstall]<br />
InstallDNS=Yes<br />
ConfirmGC=Yes<br />
RebootOnCompletion=Yes<br />
ReplicaDomainDNSName=2008.lab<br />
ReplicaOrNewDomain=readonlyreplica<br />
ReplicationSourceDC=dc3.2008.lab<br />
SafeModeAdminPassword=<br />
SiteName=Default-First-Site-name<br />
UserDomain=2008.lab<br />
UserName=admin08<br />
Password=<br />
CreateDNSDelegation=No</code></p></blockquote>
<p>You can place the text file on the root of your C drive on the server core and run the following command</p>
<blockquote><p><code>dcpromo /unattend:unattend.txt</code> <em>where unattend.txt is the text file you created above</em></p></blockquote>
<p>Later on we will discuss other embedded command line structures and built-in programs such as OCSETUP which will allow you to add roles and features to your server core. Keep in mind that making the domain controller is the only setup you must not use OCSETUP for, and you must utilize DCPROMO for it, otherwise your server may not function properly.</p>
<p>After running the above process, you will notice that from a Windows Server 2008 full installation, using ADUC we can readily confirm that our DC is RODC.</p>
<p><a href="http://www.shariqsheikh.com/blog/wp-content/uploads/2008/04/rodc.jpg"><img class="alignnone size-medium wp-image-66" title="rodc" src="http://www.shariqsheikh.com/blog/wp-content/uploads/2008/04/rodc-300x50.jpg" alt="" width="300" height="50" /></a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.shariqsheikh.com%2Fblog%2Findex.php%2F200804%2Fhow-to-promote-server-core-to-be-a-rodc%2F&amp;linkname=How%20to%20promote%20Server%20Core%20to%20be%20a%20RODC">Share/Bookmark</a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.shariqsheikh.com/blog/index.php/200804/how-to-promote-server-core-to-be-a-rodc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
