<?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>Tariq Jaber.. &#187; Windows Server 2008</title>
	<atom:link href="http://tariqjaber.com/blog/tag/windows-server-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://tariqjaber.com/blog</link>
	<description>IT Professional</description>
	<lastBuildDate>Wed, 05 Jan 2011 08:00:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Syspreping a Hyper-V machine</title>
		<link>http://tariqjaber.com/blog/2010/sysprep-a-hyper-v-machine/</link>
		<comments>http://tariqjaber.com/blog/2010/sysprep-a-hyper-v-machine/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 20:59:25 +0000</pubDate>
		<dc:creator>Tariq Jaber</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[sysprep]]></category>

		<guid isPermaLink="false">http://tariqjaber.com/blog/?p=86</guid>
		<description><![CDATA[If you want to sysprep a Hyper-V machine, make sure it has no snapshots. I was syspreping one of my Hyper-V machines, I copied the syspreped vhd and created a new virtual machine linked to this existing syspreped vhd. When I start this new virtual machine it starts as it wasn’t syspreped with menu to [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to sysprep a Hyper-V machine, make sure it has no snapshots.</p>
<p>I was syspreping one of my Hyper-V machines, I copied the syspreped vhd and created a new virtual machine linked to this existing syspreped vhd. When I start this new virtual machine it starts as it wasn’t syspreped with menu to select either to “Safe mode” or to “Start Windows normally”.</p>
<p>I deleted the snapshots that I don’t need and I applied others to the original virtual machine. After this, I was able to sysprep and create a new virtual machine successfully.</p>
<p>PS: Usually we will sysprep a clean machine, not a machine with applications and services installed on it with so many snapshots.</p>
]]></content:encoded>
			<wfw:commentRss>http://tariqjaber.com/blog/2010/sysprep-a-hyper-v-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to sysprep Windows Server 2008</title>
		<link>http://tariqjaber.com/blog/2010/how-to-sysprep-windows-server-2008/</link>
		<comments>http://tariqjaber.com/blog/2010/how-to-sysprep-windows-server-2008/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 20:56:04 +0000</pubDate>
		<dc:creator>Tariq Jaber</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[sysprep]]></category>

		<guid isPermaLink="false">http://tariqjaber.com/blog/?p=80</guid>
		<description><![CDATA[If you want to sysprep a Windows Server 2008 machine, it is an easy process : Navigate to C:\Windows\System32\Sysprep Run Sysprep.exe Check &#8220;Generalize&#8221; (this regenerates SID’s) Change Shutdown option to to Shutdown. That is it :)]]></description>
			<content:encoded><![CDATA[<p>If you want to sysprep a Windows Server 2008 machine, it is an easy process :</p>
<ul>
<li>Navigate to C:\Windows\System32\Sysprep</li>
<li>Run Sysprep.exe</li>
<li>Check &#8220;Generalize&#8221; (this regenerates SID’s)</li>
<li>Change Shutdown option to to Shutdown.</li>
</ul>
<p>That is it :)</p>
]]></content:encoded>
			<wfw:commentRss>http://tariqjaber.com/blog/2010/how-to-sysprep-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding DHCP Scopes using command line in Windows Server 2008</title>
		<link>http://tariqjaber.com/blog/2010/adding-dhcp-scopes-using-command-line-in-windows-server-2008/</link>
		<comments>http://tariqjaber.com/blog/2010/adding-dhcp-scopes-using-command-line-in-windows-server-2008/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 07:20:31 +0000</pubDate>
		<dc:creator>Tariq Jaber</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[DHCP]]></category>

		<guid isPermaLink="false">http://tariqjaber.com/blog/?p=56</guid>
		<description><![CDATA[Adding so many DHCP scopes to the server all at the same time, this will consume a lot of time, so it is good to know how to add, configure and activate DHCP scopes using command line in Windows Server 2008. The following commands are used to add the scope 172.16.16.0 with the name of [...]]]></description>
			<content:encoded><![CDATA[<p>Adding so many DHCP scopes to the server all at the same time, this will consume a lot of time, so it is good to know how to add, configure and activate DHCP scopes using command line in Windows Server 2008.</p>
<p>The following commands are used to add the scope 172.16.16.0 with the name of “HR Users” with the subnet mask 255.255.255.0.</p>
<p>The IP range for</p>
<blockquote>
<h6>netsh dhcp server \\DHCP-Server add scope 172.16.16.0 255.255.255.0 &#8220;HR Users&#8221;<br />
netsh dhcp server \\DHCP-Server scope 172.16.16.0 add iprange 172.16.16.1 172.16.16.254<br />
netsh dhcp server \\DHCP-Server scope 172.16.16.0 add excluderange 172.16.16.1 172.16.16.20<br />
netsh dhcp server \\DHCP-Server scope 172.16.16.0 set optionvalue 003 ipaddress 172.16.16.1<br />
netsh dhcp server \\DHCP-Server scope 172.16.16.0 set optionvalue 006 ipaddress 172.16.10.10 172.16.10.11<br />
netsh dhcp server \\DHCP-Server scope 172.16.16.0 set state 1</h6>
</blockquote>
<p>Commands’ description:</p>
<blockquote>
<h6>netsh dhcp server \\&lt;Server&gt; add scope &lt;Subnet&gt; &lt;Subnet mask&gt; &lt;ScopeName&gt;<br />
netsh dhcp server \\&lt;Server&gt; scope 172.16.16.0 add iprange &lt;StartIP&gt; &lt;EndIP&gt;<br />
netsh dhcp server \\&lt;Server&gt; scope 172.16.16.0 add excluderange &lt;StartExclusion&gt; &lt;End-Exclusion&gt;<br />
netsh dhcp server \\&lt;Server&gt; scope 172.16.16.0 set optionvalue 003 IPADDRESS &lt;Gateway1&gt;<br />
netsh dhcp server \\&lt;Server&gt; scope 172.16.16.0 set optionvalue 006 IPADDRESS &lt;Primary DNS&gt; &lt;Secondary DNS&gt;<br />
netsh dhcp server \\&lt;Server&gt; scope 172.16.16.0 set state 1</h6>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://tariqjaber.com/blog/2010/adding-dhcp-scopes-using-command-line-in-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

