<?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>Jared Heinrichs &#187; Windows 2008</title>
	<atom:link href="http://jaredheinrichs.com/category/operating-system/windows-2008/feed" rel="self" type="application/rss+xml" />
	<link>http://jaredheinrichs.com</link>
	<description>A Winnipeg &#34;How to&#34; Blog on Software and Technology</description>
	<lastBuildDate>Tue, 31 Jan 2012 20:27:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Network Adapter doesn&#8217;t show up in Windows 2003 Hyper-V Virtual machine</title>
		<link>http://jaredheinrichs.com/network-adapter-doesnt-show-up-in-windows-2003-hyper-v-virtual-machine.html</link>
		<comments>http://jaredheinrichs.com/network-adapter-doesnt-show-up-in-windows-2003-hyper-v-virtual-machine.html#comments</comments>
		<pubDate>Wed, 08 Jun 2011 14:30:02 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Hyper-V]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/network-adapter-doesnt-show-up-in-windows-2003-hyper-v-virtual-machine.html</guid>
		<description><![CDATA[The most likely reason why the network adapter doesn’t show up in a Windows 2003 virtual machine is that you need to use a legacy adapter. In order to use a legacy adapter you need to: Make sure that the &#8230; <a href="http://jaredheinrichs.com/network-adapter-doesnt-show-up-in-windows-2003-hyper-v-virtual-machine.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The most likely reason why the network adapter doesn’t show up in a Windows 2003 virtual machine is that you need to use a legacy adapter. In order to use a legacy adapter you need to:</p>
<ol>
<li>Make sure that the virtual machine in question is turned off and is not in any hibernation state.</li>
<li>Once that is done you right click the Virtual machine. Remove any NIC’s that may currently be installed. </li>
<li>Click “Add hardware”. It should be the top most option.</li>
<li>You will select Legacy NIC</li>
<li>Apply the settings and start the virtual machine</li>
</ol>
<p>Notice that the Legacy Network Adapter will be yellowie-orangish color and say “Legacy Network Adapter”.</p>
<p><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2011/06/image4.png" width="620" height="360" /></p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/network-adapter-doesnt-show-up-in-windows-2003-hyper-v-virtual-machine.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 2008 DNS issue resolving top level domains</title>
		<link>http://jaredheinrichs.com/windows-2008-dns-issue-resolving-top-level-domains.html</link>
		<comments>http://jaredheinrichs.com/windows-2008-dns-issue-resolving-top-level-domains.html#comments</comments>
		<pubDate>Sun, 31 Oct 2010 02:23:54 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/windows-2008-dns-issue-resolving-top-level-domains.html</guid>
		<description><![CDATA[I normally get servers to use Root DNS servers as I have never trusted Shaw’s or (especially) MTS’s DNS servers here in Winnipeg. We’ve been seeing more and more issue regarding DNS with Server 2008. It seemed like if you &#8230; <a href="http://jaredheinrichs.com/windows-2008-dns-issue-resolving-top-level-domains.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I normally get servers to use Root DNS servers as I have never trusted Shaw’s or (especially) MTS’s DNS servers here in Winnipeg.</p>
<p>We’ve been seeing more and more issue regarding DNS with Server 2008. It seemed like if you restarted the cache/ or restarted the DNS service everything would start working right away. I later found that if you pinged the domain you were having trouble with on the client machines directly from the DNS server, that too would correct the connection issues for that one domain.</p>
<p>I later figured I would use forwarders for all external DNS requests as the company wasn’t having any issue before I setup their SBS. I hadn’t heard back from them.</p>
<p>After some investigation I found the cause of the problem to be a bug in the DNS cache information, where the Time To Live (TTL) on certain top level domains is incompatible with the minimum TTL allowed by Windows Server 2008 DNS, the information would expire but not be removed from the cache, making the information unusable by the DNS server, but not make it fetch new information, because it was still in the cache.</p>
<p>Basically there is two fixes. Either use DNS forwarders or edit a registry setting.</p>
<ol>
<li>Start Registry Editor (regedit.exe).</li>
<li>Locate the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DNS\Parameters</li>
<li>On the Edit menu, click New, click DWORD (32-bit) Value, and then add the following value:</li>
<li>value: MaxCacheTTL</li>
<li>Data Type: DWORD</li>
<li>Data value: 0x2A300 (172800 seconds in decimal, or 2 days)</li>
<li>Click OK.</li>
<li>Quit Registry Editor.</li>
<li>Restart the DNS Server service.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/windows-2008-dns-issue-resolving-top-level-domains.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MMC error 18ea3f92-d6aa&#8211;41d9-a205-2023400c8fbb</title>
		<link>http://jaredheinrichs.com/mmc-error-18ea3f92-d6aa-41d9-a205-2023400c8fbb.html</link>
		<comments>http://jaredheinrichs.com/mmc-error-18ea3f92-d6aa-41d9-a205-2023400c8fbb.html#comments</comments>
		<pubDate>Sun, 31 Oct 2010 02:02:05 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/mmc-error-18ea3f92-d6aa-41d9-a205-2023400c8fbb.html</guid>
		<description><![CDATA[The other day about 1/2 way into the day I get a call from a client saying “we haven’t received any emails all day”. I automatically go to the exchange server to look at the services. I noticed most of &#8230; <a href="http://jaredheinrichs.com/mmc-error-18ea3f92-d6aa-41d9-a205-2023400c8fbb.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The other day about 1/2 way into the day I get a call from a client saying “we haven’t received any emails all day”. I automatically go to the exchange server to look at the services. I noticed most of the exchange services were running. IIS and two Exchange services weren’t running however. What made this a bit tricky was all the client computers said that exchange was up and running. They just couldn’t send or receive emails.</p>
<p>The next thing I did was to go look in the Error Event Log on the server. When I went to open the MMC for the server manager it came back with the error: 18ea3f92-d6aa&#8211;41d9-a205-2023400c8fbb. I tried a few other things that used MMC’s and almost all of them came back with that same error: 18ea3f92-d6aa&#8211;41d9-a205-2023400c8fbb.</p>
<p>After doing some searches most people gave up and redid their servers if they got this error. Some of the things they had suggested I tried. Still nothing.</p>
<p>I thought, I wonder if I remotely opened up the event viewer. I entered the server name.Voila! I could see all the errors.</p>
<p>After further inspections I found what seemed to be the error that started them all. It was Event 5173 – WAS. The error read:</p>
<ul>
<li><em>The Windows Process Activation Service encountered an error trying to read configuration data for config section &#8216;system.applicationHost/webLimits&#8217; from file &#8216;\\?\C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG\machine.config&#8217;, line number &#8217;146&#8242;.  The error message is: &#8216;The configuration section &#8216;system.serviceModel&#8217; cannot be read because it is missing a section declaration<br />
&#8216;.  The data field contains the error number.</em></li>
</ul>
<p>I went to that folder and opened the machine.config file. It’s an XML file that contains a bunch of configuration information about the machine for .net. When I saw that file I figured that there was going to be some crazy ASCII characters in it. Everything seemed to be fine.</p>
<p>According to this <a href="http://technet.microsoft.com/en-us/library/cc735135(WS.10).aspx" target="_blank">Microsoft KB</a> the server supposedly backs up files in another location. Don’t even bother. No dice.</p>
<p>I did notice in the C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG folder that there was a machine.config.default file. It was from several years ago and it was 2kb smaller then the current file which was 22kb. I renamed the current machine.config file  and called it machine.config.old and made a copy of the “default” file. I renamed it to machine.config.</p>
<p>I went into services and started World Wide Web service. It took a few seconds but it started! I then proceeded to go and start the rest of the services that should have auto started with the machine. They all started! I went and checked my Outlook client. The emails in the outbox had already left. Within about 20 minutes the mail was flowing again like it should have been.</p>
<p>Hopefully this helps anyone who had the same issues I had.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/mmc-error-18ea3f92-d6aa-41d9-a205-2023400c8fbb.html/feed</wfw:commentRss>
		<slash:comments>46</slash:comments>
		</item>
		<item>
		<title>How to Install Remote Web Workplace on Windows Server 2008</title>
		<link>http://jaredheinrichs.com/how-to-install-remote-web-workplace-on-windows-server-2008.html</link>
		<comments>http://jaredheinrichs.com/how-to-install-remote-web-workplace-on-windows-server-2008.html#comments</comments>
		<pubDate>Fri, 22 Oct 2010 13:53:40 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/how-to-install-remote-web-workplace-on-windows-server-2008.html</guid>
		<description><![CDATA[I plan on trying this out later and make more notes if need be. Following the successful installation of System Center Essentials 2007 SP1 on Windows Server 2008 Standard x86, we typically install Remote Web Workplace on the server as &#8230; <a href="http://jaredheinrichs.com/how-to-install-remote-web-workplace-on-windows-server-2008.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I plan on trying this out later and make more notes if need be.</p>
<p>Following the successful installation of System Center Essentials 2007 SP1 on Windows Server 2008 Standard x86, we typically install Remote Web Workplace on the server as part of our System Center Remote Operations Manager deployment.</p>
<p>Just as with installing SCE on Windows Server 2008, there are a few tricks to installing RWW.</p>
<p><strong>Conventions</strong></p>
<p>In this post I use the terms &lt;server&gt; to indicate the NETBIOS name of the server on which we are installing RWW and &lt;domain&gt; to indicate the FQDN of the domain that the server belongs to.</p>
<p><strong>Install Remote Web Workplace</strong></p>
<ol>
<li>Log on to your server as an administrator&#160; </li>
<li>Run remoteww.msi from the Remote Operations Manager CD </li>
<li>Click Next at the welcome screen </li>
<li>Click Next after accepting the license agreement </li>
<li>Click Install </li>
<li>Click Finish after installation succeeds </li>
</ol>
<p><strong>Create an Application Pool to Support Remote Web Workplace</strong></p>
<ol>
<li>Start &gt; Run &gt; Inetmgr </li>
<li>Expand &lt;server&gt; and select Application Pools </li>
<li>Click Add Application Pool… in the right pane </li>
<li>Click OK after specifying the following settings:
<ol>
<li>Name: Remote AppPool </li>
<li>.NET Framework Version: .NET Framework v2.0.50727 </li>
<li>Managed pipeline mode: Classic </li>
<li>Start application pool immediately: Checked </li>
</ol>
</li>
<li>Click Advanced Settings… in the right pane </li>
<li>Change Idle Time-out (minutes) to 480 and click OK </li>
</ol>
<blockquote><p>It took me about a month to figure out why my Remote Web Workplace sessions were being dropped after 20 minutes.&#160; Setting the idle timeout for the application pool is critical when using Remote Web Workplace with IIS7 on Windows Server 2008.&#160; This value determines the maximum duration of a remote session.&#160; If left at the default of 20 minutes, your connection will be dropped after 20 minutes and you will receive an error <strong>VBScript: an internal error has occurred</strong>.</p>
</blockquote>
<p><strong>Secure Remote Web Workplace&#160; </strong></p>
<ol>
<li>Expand Sites &gt; Default Web Site in the left pane </li>
<li>Select Remote and click Basic Settings… in the right pane </li>
<li>Click the Select… button </li>
<li>Select Remote AppPool in the Application pool dropdown and click OK </li>
<li>Click OK </li>
<li>Double click Authentication in the middle pane </li>
<li>Select Anonymous Authentication and click Enable in the right pane </li>
<li>Highlight Default Web Site in the left pane and click Bindings… in the right pane </li>
<li>Click Add… </li>
<li>Select https… in the Type dropdown </li>
<li>Select &lt;server&gt;.&lt;domain&gt; in the SSL certification dropdown </li>
<li>Click OK </li>
<li>Click Close </li>
</ol>
<p><strong>Test Remote Web Workplace</strong></p>
<ol>
<li>Open https://&lt;server&gt;/remote in a web browser </li>
<li>Accept any certificate warnings that may be issued by your browser </li>
<li>Log on to Remote Web Workplace using your network logon </li>
<li>Verify that you can connect to a server or desktop on your network </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-install-remote-web-workplace-on-windows-server-2008.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to copy files from Hyper-V host to clients</title>
		<link>http://jaredheinrichs.com/how-to-copy-files-from-hyper-v-host-to-clients.html</link>
		<comments>http://jaredheinrichs.com/how-to-copy-files-from-hyper-v-host-to-clients.html#comments</comments>
		<pubDate>Thu, 02 Sep 2010 12:27:36 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/how-to-copy-files-from-hyper-v-host-to-clients.html</guid>
		<description><![CDATA[I’ve been doing a deep dive into hyper-V. While I think Microsoft has it’s leg up on VMWare with price and performance it’s still lacking in the tools arena. One thing I was wanting to do was transfer a file &#8230; <a href="http://jaredheinrichs.com/how-to-copy-files-from-hyper-v-host-to-clients.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I’ve been doing a deep dive into hyper-V. While I think Microsoft has it’s leg up on VMWare with price and performance it’s still lacking in the tools arena. One thing I was wanting to do was transfer a file from the Hyper-V host to the Hyper-V client. The Hyper-V client machines were running in a different subnet then what my original machines were running in.</p>
<p>After doing some searching around I found a great article about setting up a <a href="http://www.andrewconnell.com/blog/articles/allowing-a-host-machine-to-talk-to-guest-vms-in.aspx" target="_blank">private virtual NIC on both the Hyper-V Host and Hyper-V client</a> and setting the IPs to the same subnet.</p>
<p>While this might be OK for some people I really miss the ability to just copy files from the host machine like I could in Virtual PC/VMware.</p>
<p>After day dreaming for a bit how this could be done I thought I remember seeing an option in Windows 7 Disk manager to not only CREATE but Mount VHD files. I then started thinking what if I create a VHD and then mount it. Copy the files to the VHD and then mount the VHD in the virtual machine.</p>
<p>It could be like using a networked USB Drive.</p>
<p>Open Disk Management in Windows 7. Create VHD.</p>
<p><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="How to copy files from Hyper-V host to clients 01" border="0" alt="How to copy files from Hyper-V host to clients 01" src="http://jaredheinrichs.com/wp-content/uploads/2010/09/image.png" width="345" height="403" /></p>
<p>I saved this file to my desktop. It doesn’t seem to let you save to a network location.</p>
<p><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="How to copy files from Hyper-V host to clients 02" border="0" alt="How to copy files from Hyper-V host to clients 02" src="http://jaredheinrichs.com/wp-content/uploads/2010/09/image1.png" width="378" height="339" /></p>
<p>You will need to initialize the disk</p>
<p><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="How to copy files from Hyper-V host to clients 03" border="0" alt="How to copy files from Hyper-V host to clients 03" src="http://jaredheinrichs.com/wp-content/uploads/2010/09/image2.png" width="463" height="206" /></p>
<p><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="How to copy files from Hyper-V host to clients 04" border="0" alt="How to copy files from Hyper-V host to clients 04" src="http://jaredheinrichs.com/wp-content/uploads/2010/09/image3.png" width="398" height="270" /></p>
<p><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="How to copy files from Hyper-V host to clients 05" border="0" alt="How to copy files from Hyper-V host to clients 05" src="http://jaredheinrichs.com/wp-content/uploads/2010/09/image4.png" width="552" height="141" /></p>
<p>This will walk you through the volume and format wizard. I am assuming you have experience with this.</p>
<p>Copy the files you want on the virtual disk drive.</p>
<p>You will need to “detach” the VHD drive in Drive Manager.</p>
<p><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="How to copy files from Hyper-V host to clients 06" border="0" alt="How to copy files from Hyper-V host to clients 06" src="http://jaredheinrichs.com/wp-content/uploads/2010/09/image5.png" width="388" height="112" /></p>
<p>Click “OK” when this window pops up.</p>
<p><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="How to copy files from Hyper-V host to clients 07" border="0" alt="How to copy files from Hyper-V host to clients 07" src="http://jaredheinrichs.com/wp-content/uploads/2010/09/image6.png" width="375" height="183" /></p>
<p>Copy this VHD to the Hyper-V Host. I like to put it in a shared directory I use for media. ie. iso’s &amp; vhd’s etc.</p>
<p>Open the properties of the virtual machine.</p>
<p>Add a Hard drive. Point the wizard to where ever you copied the newly created VHD.</p>
<p>Hit apply.</p>
<p>Boot up the Virtual Machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-copy-files-from-hyper-v-host-to-clients.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remotely manager a Hyper-V server</title>
		<link>http://jaredheinrichs.com/how-to-remotely-manager-a-hyper-v-server.html</link>
		<comments>http://jaredheinrichs.com/how-to-remotely-manager-a-hyper-v-server.html#comments</comments>
		<pubDate>Wed, 11 Aug 2010 15:08:47 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/how-to-remotely-manager-a-hyper-v-server.html</guid>
		<description><![CDATA[There are two ways you can remotely manager a Hyper-V Server. The first one is free and the second one is a paid upgrade. 1.) Hyper-V Manager can be installed as a download for Windows Vista and Windows 7. I’ve &#8230; <a href="http://jaredheinrichs.com/how-to-remotely-manager-a-hyper-v-server.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There are two ways you can remotely manager a Hyper-V Server. The first one is free and the second one is a paid upgrade.</p>
<p>1.) Hyper-V Manager can be installed as a download for Windows Vista and Windows 7. I’ve written a <a href="http://jaredheinrichs.com/how-to-manage-hyper-v-server-from-windows-7.html">How to manage Hyper-V server from Windows 7</a> article.</p>
<p>2.) System Center Virtual Machine Manager (SCVMM) is so much better then Hyper-V Manager. In my opinion this should not be an add-on. Unfortunately it isn’t. Here’s a link to the <a href="http://www.microsoft.com/systemcenter/en/us/virtual-machine-manager.aspx">SCVMM website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-remotely-manager-a-hyper-v-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install PHP in Windows 2008 Server and IIS</title>
		<link>http://jaredheinrichs.com/how-to-install-php-in-windows-2008-server-and-iis.html</link>
		<comments>http://jaredheinrichs.com/how-to-install-php-in-windows-2008-server-and-iis.html#comments</comments>
		<pubDate>Thu, 21 Jan 2010 16:53:59 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/how-to-install-php-in-windows-2008-server-and-iis.html</guid>
		<description><![CDATA[install package in C:\PHP (for example) from php.net but I would recommend use zip package since you will do the manual setup anyway. Edit php.ini to set extensions that you want to enable Set environment path=c:\php;%path% IIS Manager steps Open &#8230; <a href="http://jaredheinrichs.com/how-to-install-php-in-windows-2008-server-and-iis.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ol>
<li>
<h5>install package in C:\PHP (for example) from php.net but I would recommend use zip package since you will do the manual setup anyway.</h5>
</li>
<li>
<h5>Edit php.ini to set extensions that you want to enable</h5>
</li>
<li>
<h5>Set environment path=c:\php;%path%</h5>
</li>
<li>
<h5>IIS Manager steps</h5>
</li>
<ol>
<li>
<h5>Open the Internet Information Services (IIS) Manager.</h5>
</li>
<li>
<h5>Double-click “Handler Mappings” from the main IIS screen.</h5>
</li>
<li>
<h5>Click on “Add Script Map.” to add &quot;script mappings&quot; handler for for c:\PHP\php5isapi.dll with extension *.php and answer &quot;yes&quot; to create &quot;isapi and cgi restrictions&quot; when prompted</h5>
</li>
<li>
<h5>Set your web site application pool to &quot;Classic mode&quot;</h5>
</li>
<li>
<h5>Add ISAPI filters to point to c:\PHP\php5isapi.dll</h5>
</li>
</ol>
<li>
<h5>Copy c:\php\php.ini to c:\windows</h5>
</li>
<li>
<h5>Reboot your server&#8230;</h5>
</li>
</ol>
<h5>&#160;</h5>
<h5>Done !!</h5>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-install-php-in-windows-2008-server-and-iis.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use Sysprep with Virtual Servers</title>
		<link>http://jaredheinrichs.com/how-to-use-sysprep-with-virtual-servers.html</link>
		<comments>http://jaredheinrichs.com/how-to-use-sysprep-with-virtual-servers.html#comments</comments>
		<pubDate>Mon, 27 Jul 2009 17:28:04 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Hyper-V]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/how-to-use-sysprep-with-virtual-servers.html</guid>
		<description><![CDATA[This post will be a complete how to on using Sysprep with Windows Server. The reason why I am writing this post is I have answered this question “How do I use Sysprep” that I figured a lot of people &#8230; <a href="http://jaredheinrichs.com/how-to-use-sysprep-with-virtual-servers.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This post will be a complete how to on using Sysprep with Windows Server. The reason why I am writing this post is I have answered this question “How do I use Sysprep” that I figured a lot of people would benefit from it.</p>
<p> <span id="more-1302"></span><br />
<h4>What is Sysprep?</h4>
<p>Sysprep is a tool that Microsoft released way back to help with cloning physical machines. Because Virtual machine act very much like their Physical brethren, one would think that you could use it on virtual machines as well. You would be write! In fact I find that it’s usage in Virtual machines makes even more sense.</p>
<h4>Pre-requisites</h4>
<ol>
<li>Make sure you have installed a Virtualization software. Virtual PC , VM Workstation etc.</li>
<li>Have all Server Media. You will need to copy some files off the server disks. </li>
</ol>
<h4>Windows 2003 Server</h4>
<p>1.) Make sure that you install the Windows Server 2003</p>
<p>2.) Run all the updates you will want on the Base server. You can do this by visiting Windows Update and applying all the updates. This will most likely take a very long time.</p>
<p>3.) Open “My Computer” and create a folder called “Support”.</p>
<p>4.) Put in CD/DVD into computer or mount an ISO of the OS. (if it isn’t still there from the install)</p>
<p>5.) Go to the “\Support\Tools” folder on the disk. Open the support.cab file by double clicking on it.</p>
<p>6.) Highlight all the files and copy them to “C:\Support”.</p>
<p>7.) Right click “My Computer” and select properties.</p>
<p>8.) Click the “Advance Tab”.</p>
<p>9.) Click “Environment Variables” button</p>
<p>10.) Go to the end of the “Variable value” box and type “;c:\support”. The “;” makes sure the OS knows to make “support” a separate value.</p>
<p>11.) Hit “OK” , “OK&#8217;” etc till you have all the windows closed.</p>
<p>12.) Restart your machine to enable the path setting you just entered.</p>
<p>13.) Log into the server after reboot.</p>
<p>14.) open command prompt by clicking “STAT – RUN” then typing “CMD”.</p>
<p>15.) Type “sysprep” at the command prompt.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2009/07/image36.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="How to use Sysprep image 1" border="0" alt="How to use Sysprep image 1" src="http://jaredheinrichs.com/wp-content/uploads/2009/07/image_thumb29.png" width="477" height="104" /></a> </p>
<p>16.) A new window will open called “System Preparation Tool 2.0”. Click “Ok”.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2009/07/image37.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="How to use Sysprep image 2" border="0" alt="How to use Sysprep image 2" src="http://jaredheinrichs.com/wp-content/uploads/2009/07/image_thumb30.png" width="404" height="125" /></a> </p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2009/07/image38.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="How to use Sysprep image 3" border="0" alt="How to use Sysprep image 3" src="http://jaredheinrichs.com/wp-content/uploads/2009/07/image_thumb31.png" width="226" height="244" /></a> </p>
<p>17.) Click “Reseal”</p>
<p>Machine will turn off.</p>
<p>18.)This file can now be used on several machines. I’d make a folder where you store you’re VMS and create a folder called one called “Sysprep Image”.</p>
<p>19.) Turn on your machine. You will see something similar to a default install without waiting for files to be copied!</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2009/07/image39.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="How to use Sysprep image 4" border="0" alt="How to use Sysprep image 4" src="http://jaredheinrichs.com/wp-content/uploads/2009/07/image_thumb32.png" width="244" height="184" /></a>&#160;<a href="http://jaredheinrichs.com/wp-content/uploads/2009/07/image40.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="How to use Sysprep image 5" border="0" alt="How to use Sysprep image 5" src="http://jaredheinrichs.com/wp-content/uploads/2009/07/image_thumb33.png" width="244" height="185" /></a> </p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2009/07/image41.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="How to use Sysprep image 6" border="0" alt="How to use Sysprep image 6" src="http://jaredheinrichs.com/wp-content/uploads/2009/07/image_thumb34.png" width="244" height="184" /></a>&#160;<a href="http://jaredheinrichs.com/wp-content/uploads/2009/07/image42.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="How to use Sysprep image 7" border="0" alt="How to use Sysprep image 7" src="http://jaredheinrichs.com/wp-content/uploads/2009/07/image_thumb35.png" width="244" height="188" /></a> </p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2009/07/image43.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="How to use Sysprep image 8" border="0" alt="How to use Sysprep image 8" src="http://jaredheinrichs.com/wp-content/uploads/2009/07/image_thumb36.png" width="244" height="188" /></a>&#160;<a href="http://jaredheinrichs.com/wp-content/uploads/2009/07/image44.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="How to use Sysprep image 9" border="0" alt="How to use Sysprep image 9" src="http://jaredheinrichs.com/wp-content/uploads/2009/07/image_thumb37.png" width="244" height="187" /></a> </p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2009/07/image45.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="How to use Sysprep image 10" border="0" alt="How to use Sysprep image 10" src="http://jaredheinrichs.com/wp-content/uploads/2009/07/image_thumb38.png" width="244" height="188" /></a>&#160;<a href="http://jaredheinrichs.com/wp-content/uploads/2009/07/image46.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="How to use Sysprep image 11" border="0" alt="How to use Sysprep image 11" src="http://jaredheinrichs.com/wp-content/uploads/2009/07/image_thumb39.png" width="244" height="188" /></a> </p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2009/07/image47.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="How to use Sysprep image 12" border="0" alt="How to use Sysprep image 12" src="http://jaredheinrichs.com/wp-content/uploads/2009/07/image_thumb40.png" width="244" height="187" /></a>&#160;<a href="http://jaredheinrichs.com/wp-content/uploads/2009/07/image48.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="How to use Sysprep image 13" border="0" alt="How to use Sysprep image 13" src="http://jaredheinrichs.com/wp-content/uploads/2009/07/image_thumb41.png" width="244" height="187" /></a> </p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2009/07/image49.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="How to use Sysprep image 14" border="0" alt="How to use Sysprep image 14" src="http://jaredheinrichs.com/wp-content/uploads/2009/07/image_thumb42.png" width="244" height="188" /></a>&#160;<a href="http://jaredheinrichs.com/wp-content/uploads/2009/07/image50.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="How to use Sysprep image 15" border="0" alt="How to use Sysprep image 15" src="http://jaredheinrichs.com/wp-content/uploads/2009/07/image_thumb43.png" width="244" height="188" /></a> </p>
<p>Once you click finish your machine is production ready. Best of all this machine is supported by Microsoft. If you use a program to just change the SID of the machine Microsoft will NOT support it.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-use-sysprep-with-virtual-servers.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Vista SP2 &amp; Windows Server 2008 SP2 cleanup tool</title>
		<link>http://jaredheinrichs.com/windows-vista-sp2-windows-server-2008-sp2-cleanup-tool.html</link>
		<comments>http://jaredheinrichs.com/windows-vista-sp2-windows-server-2008-sp2-cleanup-tool.html#comments</comments>
		<pubDate>Wed, 27 May 2009 12:54:15 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/windows-vista-sp2-windows-server-2008-sp2-cleanup-tool.html</guid>
		<description><![CDATA[Part of the SP2 package Service Pack Cleanup Tool In Vista SP2 To Clean up Old RTM &#38; SP1 Backup Files The recently released Windows Vista SP2 has shown significant enhancement and improvement in terms of compatibility, reliability, performance, and &#8230; <a href="http://jaredheinrichs.com/windows-vista-sp2-windows-server-2008-sp2-cleanup-tool.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h3>Part of the SP2 package</h3>
<h4>Service Pack Cleanup Tool In Vista SP2 To Clean up Old RTM &amp; SP1 Backup Files</h4>
<p>The recently released Windows Vista SP2 has shown significant enhancement and improvement in terms of compatibility, reliability, performance, and speed compared to the earlier SP1. If users had noticed, after installing the Vista SP2, the hard disk’s space had been taken up substantially. This was mainly because a lot of old Vista RTM and SP1 backup files and components were not deleted upon the installation of new SP2. </p>
<p>To housekeep your hard disk and clean up those old and unused SP1 backup files, users probably can try the new Service Pack Cleanup Tool which is also named as compcln.exe. This successor for SP1 cleanup tool, Vsp1cln.exe, can easily remove all the system files (RTM &amp; SP1) inherited from the older versions but replaced by Vista SP2. </p>
<p>Running this compeln.exe tool is pretty simple:</p>
<ol>
<li>Click Start&gt;All Programs&gt;Accessories&gt;Command Prompt or click Start&gt;Run and type cmd to open Command Prompt Windows</li>
<li>Execute the command “Compcln.exe”. The path is “c:\Windows\System32 \compcln.exe”.</li>
<li>Users will be prompted a question whether to keep Vista SP2 permanently in the system.</li>
<li>Once users type “Y” and press enter, the system will start performing the windows components clean</li>
</ol>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2009/05/image43.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2009/05/image-thumb8.png" width="545" height="172" /></a> </p>
<p>After the cleansing process, users will notice the free hard disk space has increased substantially.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/windows-vista-sp2-windows-server-2008-sp2-cleanup-tool.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Malware stats on different versions of Windows</title>
		<link>http://jaredheinrichs.com/malware-stats-on-different-versions-of-windows.html</link>
		<comments>http://jaredheinrichs.com/malware-stats-on-different-versions-of-windows.html#comments</comments>
		<pubDate>Wed, 22 Apr 2009 15:31:41 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Windows 2003 Server]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/malware-stats-on-different-versions-of-windows.html</guid>
		<description><![CDATA[Microsoft is making their OS’s more secure Depending on your background, you may find different sections of the newly published Microsoft Security Intelligence Report (SIR) to be of more interest.&#160; In today’s post, we would like to highlight the section &#8230; <a href="http://jaredheinrichs.com/malware-stats-on-different-versions-of-windows.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h3>Microsoft is making their OS’s more secure</h3>
<p>Depending on your background, you may find different sections of the newly published <a href="http://www.microsoft.com/sir">Microsoft Security Intelligence Report</a> (SIR) to be of more interest.&#160; In today’s post, we would like to highlight the section on infection rates based on the operating system (OS) version and the service pack level.&#160; Microsoft has consistently observed that machines with newer OS and with more recent service packs are less likely to be infected by malware.&#160; The graph below shows the number of computers having malware removed per 1,000 executions of the MSRT on that OS/SP during the second half of 2008 (2H08).</p>
<p><img alt="" src="http://blogs.technet.com/photos/mmpcblog/images/3229054/original.aspx" width="464" height="293" /></p>
<p>In the SIR, you will find the the following conclusions based on this data:</p>
<ul>
<li>The infection rate for Windows Vista is significantly lower than that of its predecessor, Windows XP, in all configurations.</li>
<li>Comparing the latest service packs for each version, the infection rate of Windows Vista SP1 is 60.6 percent less than that of Windows XP SP3.</li>
<li>Comparing the RTM versions of these operating systems, the infection rate of the RTM version of Windows Vista is 89.1 percent less than that of the RTM version of Windows XP.</li>
<li>The infection rate of Windows Server 2008 RTM is 52.6 percent less than that of its predecessor, Windows Server 2003 SP2.</li>
<li>The higher the service pack level, the lower the rate of infection. This trend can be observed consistently across client and server operating systems.</li>
</ul>
<p>There are two reasons for this:</p>
<ol>
<li>Service packs include all previously released security updates. They can also include additional security features, mitigations, or changes to default settings to protect users.</li>
<li>Users who install service packs generally maintain their computers better than users who do not install service packs and may also be more cautious in the way they browse the Internet, open attachments, and engage in other activities that can open computers to attack.</li>
</ol>
<p>Server versions of Windows typically display a lower infection rate on average than client versions. Servers tend to have a lower effective attack surface than computers running client operating systems as they are more likely to be used under controlled conditions by trained administrators and to be protected by one or more layers of security. In particular, Windows Server 2003 its successors are hardened against attack in a number of ways, reflecting this difference in usage.</p>
<p>Continue <a href="http://blogs.technet.com/mmpc/archive/2009/04/21/malware-distribution-across-operating-systems.aspx">http://blogs.technet.com/mmpc/archive/2009/04/21/malware-distribution-across-operating-systems.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/malware-stats-on-different-versions-of-windows.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

