<?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; Hyper-V</title>
	<atom:link href="http://jaredheinrichs.com/category/operating-system/windows-2008/hyper-v/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>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 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>Hyper-V Virtualization Server version Upgrade available</title>
		<link>http://jaredheinrichs.com/hyper-v-virtualization-server-version-upgrade-available.html</link>
		<comments>http://jaredheinrichs.com/hyper-v-virtualization-server-version-upgrade-available.html#comments</comments>
		<pubDate>Mon, 23 Mar 2009 19:18:01 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Virtual Machine Manager]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/?p=366</guid>
		<description><![CDATA[Warning on Hyper-V hosts under SCVMM I have seen this documented in a couple of places now &#8211; but I also see a number of people still wondering why this is happening and how to stop it, so I thought &#8230; <a href="http://jaredheinrichs.com/hyper-v-virtualization-server-version-upgrade-available.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h3>Warning on Hyper-V hosts under SCVMM</h3>
<p>I have seen this documented in a couple of places now &#8211; but I also see a number of people still wondering why this is happening and how to stop it, so I thought I would post it here too.&#160; When you first add a Hyper-V host to SCVMM 2008 you may see a warning icon displayed with the message &quot;Needs Attention&quot; and &quot;Virtualization service version status is not up-to-date&quot;.&#160; To get rid of this alert there are three updates that need to be applied to the Hyper-V server:</p>
<ul>
<li><strong><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=F3AB3D4B-63C8-4424-A738-BADED34D24ED" target="_blank">KB950050</a>: </strong>This is the RTM update for Hyper-V</li>
<li><strong><a href=" http://www.microsoft.com/downloads/details.aspx?FamilyID=fd44b4e3-2dcc-4299-b345-bc09a9a37b60" target="_blank">KB956589</a>:</strong>&#160; This is an update to Hyper-V specifically for SCVMM compatibility</li>
<li><strong><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=9EC9DBB9-82AD-4D34-9267-76A0126A8F18" target="_blank">KB956774</a>: </strong>This is an update to the Background Intelligent Transfer Service (BITS) client in Windows Server 2008</li>
</ul>
<p>Once you have these three updates installed everything should come up green.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/hyper-v-virtualization-server-version-upgrade-available.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

