<?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</title>
	<atom:link href="http://jaredheinrichs.com/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>Sat, 19 May 2012 22:43:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to setup Remote Desktop Services and Load balancing</title>
		<link>http://jaredheinrichs.com/how-to-setup-remote-desktop-services-and-load-balancing.html</link>
		<comments>http://jaredheinrichs.com/how-to-setup-remote-desktop-services-and-load-balancing.html#comments</comments>
		<pubDate>Thu, 17 May 2012 21:27:58 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/?p=4999</guid>
		<description><![CDATA[This is the first of three How-To posts. As I finish the different parts I will cross link to them. Part 1 Show you how to setup remote desktop services on a single server I will also show you how &#8230; <a href="http://jaredheinrichs.com/how-to-setup-remote-desktop-services-and-load-balancing.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is the first of three How-To posts. As I finish the different parts I will cross link to them.</p>
<h3>Part 1</h3>
<ul>
<li>Show you how to setup remote desktop services on a single server
<li>I will also show you how to setup a licensing server.
<li>We will setup a second server and configure and configure the Connection broker. The connection broker allows for Load Balancing.</li>
</ul>
<h3>Part 2</h3>
<ul>
<li>I will cover how to install RemoteApp
<li>install a RemoteApp Application</li>
</ul>
<h3>Part 3</h3>
<ul>
<li>I will cover Configuring Remote Desktop Gateway</li>
</ul>
<p>&nbsp;</p>
<h3>Part 1</h3>
<p>We will be installing the Remote Desktop Connection broker role. It provides:</p>
<ul>
<li>Load balancing sessions between multiple hosts
<li>Allows users to re-connect to an existing session
<li>Integrates with RD Virtualization Host servers for VDI. </li>
</ul>
<p>First click on “Add Roles” in Server Administrator</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image17.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2012/05/image_thumb7.png" width="522" height="174"></a></p>
<p>&nbsp;</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image18.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2012/05/image_thumb8.png" width="519" height="441"></a>&nbsp;</p>
<p>Since this is the first server and we are planning to eventually have two RDS servers we will install the base role “Remote Desktop Session Host”. Because This will also be eventually the connection broker as well I will install it as well at the same time. The second server that get’s installed will not need the connection broker.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image19.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2012/05/image_thumb9.png" width="520" height="449"></a></p>
<p>You will want to take notice of this. Any apps you may have already installed on the server might not work with Remote Desktop services. It’s a best practice to NEVER install apps on the server before installing Remote Desktop Services.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image20.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2012/05/image_thumb10.png" width="522" height="125"></a></p>
<p>This is similar to what you see when you connect to Windows Vista/7/2008 box via remote desktop.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image21.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2012/05/image_thumb11.png" width="520" height="285"></a></p>
<p>It will ask you what kind of Cals you have purchased. For this post I will be using a 120 day trial.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image22.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2012/05/image_thumb12.png" width="517" height="278"></a></p>
<p>Enter users that you want to have access to this. By default Administrators are added by default.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image23.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2012/05/image_thumb13.png" width="514" height="224"></a></p>
<p>There are some advance items that you get with 2008R2. Some of these items can cause a bigger strain on your host as well as your network bandwidth. Please read to see if you really need these items. I will leave them unchecked.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image24.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2012/05/image_thumb14.png" width="516" height="351"></a></p>
<p>Installing the RDS role you will notice a few things will be enabled and a few things will be disabled depending on what you selected in the setup Wizard.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image25.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2012/05/image_thumb15.png" width="516" height="351"></a></p>
<p>Hitting next will install RDS on the server. The install normally take around 5 minutes to go through. After it is done installing the RDS role your machine will need a reboot.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image26.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2012/05/image_thumb16.png" width="513" height="349"></a></p>
<p>After a restart you will now see that you have a few extra MMC tools in the start menu-Administration Tools – Remote Desktop Services.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image27.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2012/05/image_thumb17.png" width="418" height="251"></a></p>
<p>Open “Remote Desktop Session Hosts Configuration”. It’s a good idea to get familiar with the settings. Most people will go with defaults. These are going to be general settings that can be over ridden later by individual users.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image28.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2012/05/image_thumb18.png" width="513" height="170"></a></p>
<p>One tab you might want to change in order to help with support is:</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image29.png"><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="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2012/05/image_thumb19.png" width="396" height="491"></a></p>
<p>One thing you should not change is the security section. Microsoft RECOMMENDS that you DO NOT touch this tab. If you need to give users RDS access you should use the Group that is made at the time of installation. Here’s the recommendation directly from Microsoft.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image30.png"><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="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2012/05/image_thumb20.png" width="329" height="146"></a></p>
<p>Next we will activate and install the licensing server. In server manager under Remote Desktop Services click on Remote Desktop Licensing. Click “Add Role Services” link on the right hand side.<a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image31.png"><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="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2012/05/image_thumb21.png" width="524" height="316"></a></p>
<p>Again select “Remote Desktop Licensing” and click NEXT.</p>
<p>Configure the scope. I almost always choose forest.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image32.png"><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="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2012/05/image_thumb22.png" width="533" height="374"></a></p>
<p>Hit NEXT and then Install.</p>
<p>Now that you’ve installed RD Licensing Server you can Go to the START menu and open up RD Licensing Manager. Once open right click “RDS” and select Activate Server.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image33.png"><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="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2012/05/image_thumb23.png" width="539" height="231"></a></p>
<p>Hit NEXT on the first screen. On the next I almost always select “Automatic connection”. Make sure you have an internet connection before trying this.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image34.png"><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="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2012/05/image_thumb24.png" width="542" height="340"></a></p>
<p>You should see something similar:</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image35.png"><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="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2012/05/image_thumb25.png" width="460" height="145"></a></p>
<p>Fill out your information.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image36.png"><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="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2012/05/image_thumb26.png" width="461" height="234"></a></p>
<p>You will see the server getting activated.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image37.png"><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="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2012/05/image_thumb27.png" width="463" height="146"></a></p>
<p>Hit next and next. Select your License program:</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image38.png"><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="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2012/05/image_thumb28.png" width="464" height="351"></a></p>
<p>Enter your License code and hit Add…</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image39.png"><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="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2012/05/image_thumb29.png" width="464" height="414"></a></p>
<p>The next few screens I can’t show you but it’s really just a next, next next.&nbsp; Once check your RD Licensing monitor Manager. There should be a little green check on the RDS server now.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image40.png"><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="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2012/05/image_thumb30.png" width="469" height="120"></a></p>
<p>Now that you have setup one server for RDS you will need to setup a second server. Please follow the same steps for the second server.</p>
<p>** <strong><em>The second server will only have the RD Session Host services role installed **</em></strong></p>
<h3>RDS &#8211; Configuring Load Balancing and setting up Desktop Connection Broker</h3>
<p>First of I should explain what the connection broker is. The RD connection broker is a role service included with RDS. It provides you with:</p>
<ul>
<li>Load Balances between session between multiple session hosts
<li>Allows users to reconnect to an existing session
<li>Integrates with RD Virtualization Host servers for VDI</li>
</ul>
<p>The number one issue people have is that once they install the connection broker they forget that they need to add the computer to the Session Broker Computers group. The first server I installed RDS to is actually called RDS. The second server RDS server on my network called RDS2. Because The connection broker is installed on the first machine “RDS” I will go into the server manager on RDS. In server Manager go to “Configuration”-“Local Users and Groups”-“Session Broker computers” and add all the session host computers that you would like to add to your RD Connection farm.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image41.png"><img style="background-image: none; border-bottom: 0px; border-left: 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/2012/05/image_thumb31.png" width="506" height="328"></a></p>
<p>Make sure that both RDS servers (RDS &amp; RDS2) are added to the “Session Broker Computers” Group.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image42.png"><img style="background-image: none; border-bottom: 0px; border-left: 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/2012/05/image_thumb32.png" width="427" height="238"></a></p>
<p>Add the servers and hit apply. Open Remote Desktop Session Host Configuration</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image43.png"><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/2012/05/image_thumb33.png" width="504" height="229"></a></p>
<p>Down the page in the Remote Desktop Session Host Configuration manager you will see a section that says:</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image44.png"><img style="background-image: none; border-bottom: 0px; border-left: 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/2012/05/image_thumb34.png" width="331" height="60"></a></p>
<p>In order to setup Load balancing this needs to say “YES”. Double click “Member of farm in RD Connection Broker”. A new window will open. The RD Connection Broker tab should be automatically selected. In the window that opens you will notice almost everything is greyed out. You will need to click on “Change Settings…” button in order to make changes in this window.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image45.png"><img style="background-image: none; border-bottom: 0px; border-left: 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/2012/05/image_thumb35.png" width="432" height="191"></a></p>
<p>A new window will open. Because you are creating a RD Farm you want both servers setup the same way. You will select Farm Member, Enter the name of the RD connection broker (RDS) and the name you want to give the farm. Just make sure that all other RD Hosts use the exact same name. The name is case-sensitive I believe. Hit “OK”</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image46.png"><img style="background-image: none; border-bottom: 0px; border-left: 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/2012/05/image_thumb36.png" width="439" height="419"></a></p>
<p>The windows that was greyed out before should now look similar. I told the setup that I want to participate in load-balancing. If you used “100” on each server, both servers would have equal weight. 100 does not mean 100%. The number is relative to the other numbers set to the other hosts. Hit’s OK.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image47.png"><img style="background-image: none; border-bottom: 0px; border-left: 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/2012/05/image_thumb37.png" width="404" height="435"></a></p>
<p>… More to come…</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-setup-remote-desktop-services-and-load-balancing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMM&#8211;Install virtual machine guest components is greyed out</title>
		<link>http://jaredheinrichs.com/vmminstall-virtual-machine-guest-components-is-greyed-out.html</link>
		<comments>http://jaredheinrichs.com/vmminstall-virtual-machine-guest-components-is-greyed-out.html#comments</comments>
		<pubDate>Mon, 14 May 2012 20:16:13 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Hyper-V]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/?p=4961</guid>
		<description><![CDATA[If you right click a running virtual Machine in VMM you will notice that the option to “install virtual guest services” is greyed out. This “issue” is by design. You can only “install the virtual guest services” while the machine &#8230; <a href="http://jaredheinrichs.com/vmminstall-virtual-machine-guest-components-is-greyed-out.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you right click a running virtual Machine in VMM you will notice that the option to “install virtual guest services” is greyed out.</p>
<p>This “issue” is by design. You can only “install the virtual guest services” while the machine is off or through Hyper-V manager which makes you reboot the computer. The install normally takes around 2 minutes but can vary due to the size of the VM.</p>
<p>Hope this helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/vmminstall-virtual-machine-guest-components-is-greyed-out.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMM error 609 when trying to deploy a Virtual Machine using a template</title>
		<link>http://jaredheinrichs.com/vmm-error-609-when-trying-to-deploy-a-virtual-machine-using-a-template.html</link>
		<comments>http://jaredheinrichs.com/vmm-error-609-when-trying-to-deploy-a-virtual-machine-using-a-template.html#comments</comments>
		<pubDate>Mon, 14 May 2012 18:39:49 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Virtual Machine Manager]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/?p=4958</guid>
		<description><![CDATA[Are you trying to use Virtual Machine Manager (VMM) and getting the VMM 609 error? You aren’t alone. I figured out this morning it is related to the integration components and that they are not at the same level as &#8230; <a href="http://jaredheinrichs.com/vmm-error-609-when-trying-to-deploy-a-virtual-machine-using-a-template.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Are you trying to use Virtual Machine Manager (VMM) and getting the VMM 609 error?</p>
<p>You aren’t alone. I figured out this morning it is related to the integration components and that they are not at the same level as the server.&nbsp; Months ago I create a new VM. After creating it I sys-prepped my machine and used the sys-prepped drive as part of my templates in the VMM library. Since creating the template my server got updated and so did the integration components. Because of this, when I went to go use the template I got heart beat errors because the VM and Host are not at the same level.</p>
<p>Lesson learned? Well, make sure that you always have the same integration components installed. Want to learn from my Hyper-V mishaps? Check out the <a href="http://jaredheinrichs.com/category/operating-system/sc-virtual-machine-manager-scvmm" target="_blank">Virtual Machine Manager</a> &amp; <a href="http://jaredheinrichs.com/category/operating-system/hyper-v" target="_blank">Hyper-V</a> section of my blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/vmm-error-609-when-trying-to-deploy-a-virtual-machine-using-a-template.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to sync multiple calendars from a single gmail account to a Windows 7 phone</title>
		<link>http://jaredheinrichs.com/how-to-sync-multiple-calendars-from-a-single-gmail-account-to-a-windows-7-phone.html</link>
		<comments>http://jaredheinrichs.com/how-to-sync-multiple-calendars-from-a-single-gmail-account-to-a-windows-7-phone.html#comments</comments>
		<pubDate>Mon, 14 May 2012 14:11:16 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/?p=4953</guid>
		<description><![CDATA[I won a Windows 7 Phone and I am loving it. One thing I was having an issue with was getting multiple calendars from a SINGLE gmail account to sync with a Windows 7 phone. When researching it online I &#8230; <a href="http://jaredheinrichs.com/how-to-sync-multiple-calendars-from-a-single-gmail-account-to-a-windows-7-phone.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I won a Windows 7 Phone and I am loving it. One thing I was having an issue with was getting multiple calendars from a SINGLE gmail account to sync with a Windows 7 phone. When researching it online I found that most people were saying it “Couldn’t be done”. Another suggestions was that I would need to make multiple gmail accounts since the phone would only sync with the default google calendar.</p>
<p>Well it turns out the phone can sync multiple calendars from Google. </p>
<p>So here’s the deal:</p>
<ol>
<li>Make sure you’ve setup your Windows 7 phone with your Google email acccount. Make sure it has synced completely. </li>
<li>Go to <a href="http://m.google.com/sync">http://m.google.com/sync</a> </li>
<li>Log in with your gmail username and password </li>
<li>You should see at least one device. ie. Windows 7 phone </li>
<li>Enable all the calendars that you would like to have synced on your phone. </li>
<li>Save your preferences </li>
</ol>
<p>NOTE -If people have shared calendars with you as well, you can actually select these calendars as well.</p>
<p>I hope this saved you some time.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-sync-multiple-calendars-from-a-single-gmail-account-to-a-windows-7-phone.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The VMM server domain functional level is . VMM requires a minimum domain functional level of 2.</title>
		<link>http://jaredheinrichs.com/the-vmm-server-domain-functional-level-is-vmm-requires-a-minimum-domain-functional-level-of-2.html</link>
		<comments>http://jaredheinrichs.com/the-vmm-server-domain-functional-level-is-vmm-requires-a-minimum-domain-functional-level-of-2.html#comments</comments>
		<pubDate>Fri, 11 May 2012 19:39:25 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Virtual Machine Manager]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/?p=4948</guid>
		<description><![CDATA[Are you getting the error: “The VMM server domain functional level is . VMM requires a minimum domain functional level of 2.”? You might be surprised that the Virtual Machine Manager Configuration Analyzer will spit this message out if you &#8230; <a href="http://jaredheinrichs.com/the-vmm-server-domain-functional-level-is-vmm-requires-a-minimum-domain-functional-level-of-2.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Are you getting the error: “The VMM server domain functional level is . VMM requires a minimum domain functional level of 2.”?</p>
<p>You might be surprised that the Virtual Machine Manager Configuration Analyzer will spit this message out if you aren’t logged in as a domain admin when you run the tool!</p>
<p>Log off and log back on as a domain admin and you won’t have to worry about this issue anymore!</p>
<p>Hope this helps someone else.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/the-vmm-server-domain-functional-level-is-vmm-requires-a-minimum-domain-functional-level-of-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DriveOne for your planet @ Parkside Ford Lincoln Winnipeg</title>
		<link>http://jaredheinrichs.com/driveone-for-your-planet-parkside-ford-lincoln-winnipeg.html</link>
		<comments>http://jaredheinrichs.com/driveone-for-your-planet-parkside-ford-lincoln-winnipeg.html#comments</comments>
		<pubDate>Fri, 11 May 2012 18:50:00 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/?p=4973</guid>
		<description><![CDATA[Just encase you can’t read the brochure here’s the text: Ford is proud to bring it’s innocative DriveOne program to Winnipeg – and this time it’s for our planet! On May 12, it’s your first chance ever to test drive &#8230; <a href="http://jaredheinrichs.com/driveone-for-your-planet-parkside-ford-lincoln-winnipeg.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Just encase you can’t read the brochure here’s the text: </p>
<p>Ford is proud to bring it’s innocative DriveOne program to Winnipeg – and this time it’s for our planet! On May 12, it’s your first chance ever to test drive some of Ford’s newest fuel efficient vehicles. For every test drive Parkside Ford Lincoln and Ford Canada will donate $20.00 to take pride Winnipeg in an effort to raise $6000.00!</p>
<p>One of the cars you can test drive is the 2012 Focus Electric. It is North America’s most fuel-efficient five passenger vehicle. Along with the 2013 Escape Ecoboost you can get your first look at the fusion Energi. You can learn more about hybrid, plugin-hybrid and Ecoboost battery technologies.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image12.png"><img style="background-image: none; border-bottom: 0px; border-left: 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/2012/05/image_thumb2.png" width="451" height="581"></a></p>
<p>&nbsp;</p>
<p>PLEASE NOTE &#8211; The photos from the event were provided to me by Dooley Communications.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image13.png"><img style="background-image: none; border-bottom: 0px; border-left: 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/2012/05/image_thumb3.png" width="458" height="344"></a></p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image14.png"><img style="background-image: none; border-bottom: 0px; border-left: 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/2012/05/image_thumb4.png" width="463" height="348"></a></p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image15.png"><img style="background-image: none; border-bottom: 0px; border-left: 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/2012/05/image_thumb5.png" width="467" height="351"></a></p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image16.png"><img style="background-image: none; border-bottom: 0px; border-left: 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/2012/05/image_thumb6.png" width="467" height="351"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/driveone-for-your-planet-parkside-ford-lincoln-winnipeg.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Winnipeg Assiniboine park and photography fee&#8211;$150+GST</title>
		<link>http://jaredheinrichs.com/winnipeg-assiniboine-park-and-photography-fee150gst.html</link>
		<comments>http://jaredheinrichs.com/winnipeg-assiniboine-park-and-photography-fee150gst.html#comments</comments>
		<pubDate>Thu, 10 May 2012 19:33:59 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/?p=4943</guid>
		<description><![CDATA[Here’s the two pieces of information that was sent out. This first was an “Initial WOOPS”&#8230; They ended up retracting the letter by saying it was a draft. First Letter &#8220;As a photographer, you may have clients that would like &#8230; <a href="http://jaredheinrichs.com/winnipeg-assiniboine-park-and-photography-fee150gst.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here’s the two pieces of information that was sent out. This first was an “Initial WOOPS”&#8230; They ended up retracting the letter by saying it was a draft.</p>
<h3>First Letter</h3>
<p>&#8220;As a photographer, you may have clients that would like to have their wedding photos taken in Assiniboine Park. We define a photo shoot as an event that you receive compensation from the client for taking the photos. The cost of a photo shoot is $150 plus &#8230;GST. This cost ensures that you have a reserved space available for your photo shoot, the horticultural material and grounds are in order and staff is available to assist in keeping visitors away from your shoot.<br />
You can book your photo shoots by phoning Assiniboine Park’s Events Office at 204-927-6060. A Park Event Coordinator will assist you.<br />
Assiniboine Park is one of Winnipeg’s public parks and is managed by a not-for-profit organization, the Assiniboine Park Conservancy. In order to achieve our mandate we generate revenue by charging fees for weddings, professional photography, tours, receptions and film shoots. These funds enable us to hire staff, provide programming, and maintain our plant and art collections.<br />
By working together we can continue to provide Winnipeg with a unique spot for special occasions.</p>
<p>Yours truly,<br />
Lorne Perrin<br />
Lorne W. Perrin<br />
Vice President, Marketing &amp; Park Services&#8221;</p>
<h3>Second letter</h3>
<p>May 3, 2012<br />
As a photographer, you may have clients that would like to have their wedding photos taken in Assiniboine Park. While you are welcome to take advantage of all the park has to offer, there are only three locations for which a fee must be paid to the Assiniboine Park Conservancy.</p>
<p>These locations are; The Leo Mol Gardens, the Conservatory building, and the Formal Gardens in the South East Corner of the park. Professional photography is not permitted in the English Gardens. The fees paid for these locations are used to fund the beautiful work done by our horticulture department in these areas. The cost of a photo shoot is $150 plus GST. This cost ensures that you have a reserved space available for your photo shoot, the horticultural material and grounds are in order and staff is available to assist in keeping visitors away from your shoot if necessary.</p>
<p>You can book your photo shoots by phoning Assiniboine Park’s Events Office at 204-927-6060. A Park Event Coordinator will assist you. Assiniboine Park is one of Winnipeg’s public parks and is managed by a not-for-profit organization, the Assiniboine Park Conservancy. In order to achieve our mandate we generate revenue by charging fees for weddings, professional photography, tours, receptions and film shoots. These funds enable us to hire staff, provide programming, and maintain our plant and art collections.</p>
<p>By working together we can continue to provide Winnipeg with a unique spot for special occasions.</p>
<p>Yours truly;<br />
Lorne W. Perrin<br />
Vice President, Marketing &amp; Park Services</p>
<h3>What are your views?</h3>
<p>I personally think this is a slap to the face to Winnipeg. Who’s mandate was this?</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/winnipeg-assiniboine-park-and-photography-fee150gst.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Virtual Machine Manager (VMM)</title>
		<link>http://jaredheinrichs.com/how-to-install-virtual-machine-manager-vmm.html</link>
		<comments>http://jaredheinrichs.com/how-to-install-virtual-machine-manager-vmm.html#comments</comments>
		<pubDate>Fri, 04 May 2012 03:53:06 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Virtual Machine Manager]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/?p=4940</guid>
		<description><![CDATA[This post will go over how to easily install Virtual Machine Manager. There are may things that can get quite frustrating when you try to install VMM. This post will be using a machine that is a Windows 2008R2 machine &#8230; <a href="http://jaredheinrichs.com/how-to-install-virtual-machine-manager-vmm.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This post will go over how to easily install Virtual Machine Manager. There are may things that can get quite frustrating when you try to install VMM. This post will be using a machine that is a Windows 2008R2 machine and we will be installing VMM 2008R2. I do recommend that you do learn why you may or may not choose certain options like SQL vs SQL Express.</p>
<p>I have partitioned the Machine’s drive into a smaller system drive and&#160; much larger data drive that will house the VMM library data. I also make sure that the server has at least 2GB of ram. If you don’t the install will squawk at you but allow you to still install things. I also wanted to tell you I am installing this on a DC. Microsoft doesn’t like you installing this on a DC especially if you are wanting a self service portal. You’ve been warned.</p>
<p>You are going to need to download and install a few pieces of software (don’t run them just yet):</p>
<ol>
<li><a href="http://www.microsoft.com/en-us/download/details.aspx?id=3075" target="_blank">Microsoft Baseline Configuration Analyzer</a> (this is needed by the SCVMM Configuration Analyzer)</li>
<li><a href="http://www.microsoft.com/en-us/download/details.aspx?id=14951" target="_blank">System Center Virtual Machine Manager 2008, 2008 R2, and 2008 R2 SP1 Configuration Analyzer</a></li>
</ol>
<h3>Install IIS on the server</h3>
<p>Open Server Manager and right click Roles. Click “Add Roles”.</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/2012/05/image2.png" width="349" height="169" /></p>
<p>Make sure IIS is checked off. Click Next.</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/2012/05/image3.png" width="371" height="136" /></p>
<p>Ensure that these additional IIS items are all checked off and hit Next and Install:</p>
<ul>
<li>Static Content</li>
<li>Default Document</li>
<li>Directory Browsing</li>
<li>HTTP Errors</li>
<li>ASP.NET</li>
<li>.NET Extensibility</li>
<li>ISAPI Extensions</li>
<li>ISAPI Filters</li>
<li>Request Filtering</li>
<li>IIS 6 Metabase Compatibility</li>
<li>IIS 6 WMI Compatibility</li>
</ul>
<p>You should restart your machine since you just installed a feature. Once you have done this your machine should validate and everything should go very smoothly. To validate your machine run the VMM configuration Analyzer. This should now be in your start menu since you installed it in the previous steps.</p>
<p><img style="background-image: none; border-bottom: 0px; border-left: 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/2012/05/image4.png" width="460" height="454" /></p>
<p>If you followed my instructions you should see something like this:</p>
<p><img style="background-image: none; border-bottom: 0px; border-left: 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/2012/05/image5.png" width="674" height="302" /></p>
<p>Run setup on the VMM Disk</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/2012/05/image6.png" width="695" height="391" /></p>
<p>The install is easy. When it asks where to install the files I switched it from C: to E:</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/2012/05/image7.png" width="458" height="105" /></p>
<p>When it asks about SQL server I am just going to us SQL Express.</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/2012/05/image8.png" width="446" height="94" /></p>
<p>Specify a Share. Again I am moving things to E:</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/2012/05/image9.png" width="429" height="341" /></p>
<p>The rest of the install I just selected the defaults. Once it is finished updating I recommend that you run the machine through Windows Update and make sure everything is all patched and up to date.</p>
<p>You will most likely want to install the VMM Administrator Console. You can do this by running it off the setup program of VMM.</p>
<p><img style="background-image: none; border-bottom: 0px; border-left: 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/2012/05/image10.png" width="621" height="347" /></p>
<p>The install of the VMM Administrator Console is very simple. It’s your typical Next, Next, Next install. It will ask where you want to install it and what ports you want it to run on. I told it to install to the E: and I kept the ports the set to the default numbers.</p>
<p><img style="background-image: none; border-bottom: 0px; border-left: 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/2012/05/image11.png" width="618" height="441" /></p>
<p>Hope this helped you get VMM up and running a bit faster.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-install-virtual-machine-manager-vmm.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This Active Directory Domain Controller is NOT the last AD DC in the domain</title>
		<link>http://jaredheinrichs.com/this-active-directory-domain-controller-is-not-the-last-ad-dc-in-the-domain.html</link>
		<comments>http://jaredheinrichs.com/this-active-directory-domain-controller-is-not-the-last-ad-dc-in-the-domain.html#comments</comments>
		<pubDate>Thu, 03 May 2012 03:26:37 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Active Directory (2003)]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/?p=4925</guid>
		<description><![CDATA[Did you get the following error: “The operation failed because: This Active Directory Controller is not the last AD DC in the domain. The server is unwilling to process the request.” when you typed in dcpromo? If you really want &#8230; <a href="http://jaredheinrichs.com/this-active-directory-domain-controller-is-not-the-last-ad-dc-in-the-domain.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Did you get the following error: “The operation failed because: This Active Directory Controller is not the last AD DC in the domain. The server is unwilling to process the request.” when you typed in dcpromo?</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="The operation failed because: This Active Directory Controller is not the last AD DC in the domain. The server is unwilling to process the request" border="0" alt="The operation failed because: This Active Directory Controller is not the last AD DC in the domain. The server is unwilling to process the request" src="http://jaredheinrichs.com/wp-content/uploads/2012/05/image_thumb.png" width="413" height="193"></a></p>
<p>If you really want to remove the domain controller from the domain you will need to issue the command:</p>
<p><code>dcpromo /forceremoval</code></p>
<p>Hope this helps you get rid of the error: “The operation failed because: This Active Directory Controller is not the last AD DC in the domain. The server is unwilling to process the request.” </p>
<p>PS – Remember to uninstall the AD Binaries by using Server Manager.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/05/image1.png"><img style="background-image: none; border-bottom: 0px; border-left: 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/2012/05/image_thumb1.png" width="385" height="306"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/this-active-directory-domain-controller-is-not-the-last-ad-dc-in-the-domain.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install CentOS on Hyper-V with networking</title>
		<link>http://jaredheinrichs.com/how-to-install-centos-on-hyper-v-with-networking.html</link>
		<comments>http://jaredheinrichs.com/how-to-install-centos-on-hyper-v-with-networking.html#comments</comments>
		<pubDate>Sun, 29 Apr 2012 05:19:40 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/?p=4920</guid>
		<description><![CDATA[I had one heck of a time getting CentOS working on Hyper-V. I am using Microsoft Hyper-V Server and CentOS 6.2. I sifted through many online forums and blog posts to make an “All-in-one” resource guide on how to get &#8230; <a href="http://jaredheinrichs.com/how-to-install-centos-on-hyper-v-with-networking.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I had one heck of a time getting CentOS working on Hyper-V. I am using Microsoft Hyper-V Server and CentOS 6.2. I sifted through many online forums and blog posts to make an “All-in-one” resource guide on how to get centOS working on Hyper-V. Don’t worry about installing a legacy NIC either <img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-winkingsmile" alt="Winking smile" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/wlEmoticon-winkingsmile.png"></p>
<p>First I will explain what I used to get things working. I am using 3 machines for this “How to” and I will refer to them in this way:</p>
<ul>
<li>DC – Has Hyper-V Manager installed. Running AD</li>
<li>HYPERV – The actual Hyper-V Server. Part of the Domain configured on DC.</li>
<li>centOS – Hyper-V Linux Guest</li>
</ul>
<p>You will need to download a few things:</p>
<ul>
<li><a href="http://www.centos.org/modules/tinycontent/index.php?id=30" target="_blank">centOS ISO</a></li>
<li>Linux Integration Components &#8211; <a href="http://www.microsoft.com/en-us/download/details.aspx?id=28188" target="_blank">Linux.IC.v3.2.iso</a></li>
<li>On HYPERV I create a folder C:\iso and put copy both of the ISO files here.</li>
</ul>
<h3>Step by step how I installed CentOS on Hyper-V with Networking. </h3>
<p>On DC open Hyper-V Manager. Create a new virtual machine.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/04/image28.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to install CentOS on Hyper-V with networking" border="0" alt="How to install CentOS on Hyper-V with networking" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/image_thumb8.png" width="335" height="138"></a></p>
<p>Name the Virtual Machine. hit Next.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/04/image29.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to install CentOS on Hyper-V with networking" border="0" alt="How to install CentOS on Hyper-V with networking" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/image_thumb9.png" width="444" height="213"></a></p>
<p>Enter the amount of ram you want to give the centOS guest machine.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/04/image30.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to install CentOS on Hyper-V with networking 01" border="0" alt="How to install CentOS on Hyper-V with networking 01" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/image_thumb10.png" width="295" height="137"></a></p>
<p>Make sure to tell the Virtual Machine what Hyper-V Network to use.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/04/image31.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to install CentOS on Hyper-V with networking 02" border="0" alt="How to install CentOS on Hyper-V with networking 02" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/image_thumb11.png" width="398" height="120"></a></p>
<p>I just took all the defaults.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/04/image32.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to install CentOS on Hyper-V with networking 03" border="0" alt="How to install CentOS on Hyper-V with networking 03" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/image_thumb12.png" width="464" height="166"></a></p>
<p>Tell Hyper-V Manager to use an ISO file. C:\iso\CentOS-6.2-x86_64-bin-DVD1.iso</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/04/image33.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to install CentOS on Hyper-V with networking 04" border="0" alt="How to install CentOS on Hyper-V with networking 04" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/image_thumb13.png" width="515" height="136"></a></p>
<p>Hit next and finish</p>
<p>Right Click the centOS Guest and click START. When the VM starts click “Install or Upgrade…”</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/04/image34.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to install CentOS on Hyper-V with networking 05" border="0" alt="How to install CentOS on Hyper-V with networking 05" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/image_thumb14.png" width="490" height="267"></a></p>
<p>I would recommend that you hit ok to test the media. I’ve already done this so I will hit “Skip”.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/04/image35.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to install CentOS on Hyper-V with networking 06" border="0" alt="How to install CentOS on Hyper-V with networking 06" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/image_thumb15.png" width="334" height="260"></a></p>
<p>Hit Ok</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/04/image36.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to install CentOS on Hyper-V with networking 07" border="0" alt="How to install CentOS on Hyper-V with networking 07" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/image_thumb16.png" width="333" height="166"></a></p>
<p>Hit Ok</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/04/image37.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to install CentOS on Hyper-V with networking 08" border="0" alt="How to install CentOS on Hyper-V with networking 08" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/image_thumb17.png" width="336" height="346"></a></p>
<p>Hit Ok</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/04/image38.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to install CentOS on Hyper-V with networking 09" border="0" alt="How to install CentOS on Hyper-V with networking 09" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/image_thumb18.png" width="302" height="340"></a></p>
<p>“Re-initialize all”.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/04/image39.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to install CentOS on Hyper-V with networking 10" border="0" alt="How to install CentOS on Hyper-V with networking 10" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/image_thumb19.png" width="600" height="367"></a></p>
<p>Select your UTC.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/04/image40.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to install CentOS on Hyper-V with networking 11" border="0" alt="How to install CentOS on Hyper-V with networking 11" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/image_thumb20.png" width="344" height="324"></a></p>
<p>Enter your password.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/04/image41.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to install CentOS on Hyper-V with networking 12" border="0" alt="How to install CentOS on Hyper-V with networking 12" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/image_thumb21.png" width="431" height="287"></a></p>
<p>Use the defaults</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/04/image42.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to install CentOS on Hyper-V with networking 13" border="0" alt="How to install CentOS on Hyper-V with networking 13" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/image_thumb22.png" width="515" height="330"></a></p>
<p>Write changes to disk</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/04/image43.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to install CentOS on Hyper-V with networking 14" border="0" alt="How to install CentOS on Hyper-V with networking 14" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/image_thumb23.png" width="516" height="181"></a></p>
<p>Twiddle your thumbs and grab a coffee. This will take a few minutes.</p>
<p>Yay! You should be done now. REBOOT!</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/04/image44.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to install CentOS on Hyper-V with networking 15" border="0" alt="How to install CentOS on Hyper-V with networking 15" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/image_thumb24.png" width="520" height="227"></a></p>
<p>When the centOS machine reboot login with root and password you entered during the setup.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/04/image45.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to install CentOS on Hyper-V with networking 16" border="0" alt="How to install CentOS on Hyper-V with networking 16" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/image_thumb25.png" width="387" height="159"></a></p>
<p>On DC in Hyper-V Manager we need to load the Linux Integrated components ISO in the virtual Machine.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/04/image46.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to install CentOS on Hyper-V with networking 17" border="0" alt="How to install CentOS on Hyper-V with networking 17" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/image_thumb26.png" width="458" height="159"></a></p>
<p>Once you have applied the new ISO go back to the centOS VM. You will need to start typing a bunch of commands. If we were to take the PDF seriously and type in the commands as is you will get the error message:</p>
<p><strong><em>ls: cannot access kmod-hyper-v-rhel6-43.1.x86_64.rpm: no such file or directory<br />ls: cannot access hyper-v-rhel6-43.1.x86_64.rpm: no such file or directory<br />RPM’s are missing</em></strong>
<p>Wow that is a mouthful! So instead of wasting your time let’s not follow the PDF and do it correctly from the beginning. I’m going to explain the screenshot first so you can understand what is happening.</p>
<p>We’re going to mount the CD inside centOS. We then need to copy the files from the CD and then run the Linux Integration components installer. There are 5 command you will have to enter. The last command starts with a “.” just encase you didn’t see that.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/04/image47.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to install CentOS on Hyper-V with networking 18" border="0" alt="How to install CentOS on Hyper-V with networking 18" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/image_thumb27.png" width="607" height="175"></a></p>
<p>You should see a bunch of things being installed. When done it will ask you to reboot your machine.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/04/image48.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to install CentOS on Hyper-V with networking 19" border="0" alt="How to install CentOS on Hyper-V with networking 19" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/image_thumb28.png" width="610" height="216"></a></p>
<p>Here’s the command to reboot. When the machine boots please login as root.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/04/image49.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to install CentOS on Hyper-V with networking 20" border="0" alt="How to install CentOS on Hyper-V with networking 20" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/image_thumb29.png" width="321" height="27"></a></p>
<p>Congrats. You now have the Linux Integration components installed. You can verify that they are by looking at the Hyper-V manager. If the tools tell you the heartbeat is “OK” you know you’ve successfully completed all the steps up till now. You should also be able to click inside the virtual machine without doing a dance and you can hit power on the Hyper-V tools and the VM should power down nicely.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/04/image50.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to install CentOS on Hyper-V with networking 21" border="0" alt="How to install CentOS on Hyper-V with networking 21" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/image_thumb30.png" width="609" height="135"></a></p>
<p>Yippy! Actually not really. Our VM on reboot will not have a NIC. We first will need to right click the centOS VM and write down the MAC address Hyper-V gave the centOS VM.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/04/image51.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to install CentOS on Hyper-V with networking 23" border="0" alt="How to install CentOS on Hyper-V with networking 23" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/image_thumb31.png" width="448" height="220"></a></p>
<p>We will now need to make a bunch of changes to some centOS config files. Very fun!</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/04/image52.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to install CentOS on Hyper-V with networking 24" border="0" alt="How to install CentOS on Hyper-V with networking 24" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/image_thumb32.png" width="362" height="25"></a></p>
<p>Press i Key on keyboard and type the below lines. Please notice I used the MAC address from the screen shot a few lines up </p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/04/image53.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to install CentOS on Hyper-V with networking 25" border="0" alt="How to install CentOS on Hyper-V with networking 25" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/image_thumb33.png" width="385" height="216"></a></p>
<p>To save the file hit: “ESC” then “SHIFT + :” and then type “wq” and hit ENTER.</p>
<p>We will need to edit another file.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/04/image54.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to install CentOS on Hyper-V with networking 26" border="0" alt="How to install CentOS on Hyper-V with networking 26" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/image_thumb34.png" width="285" height="31"></a></p>
<p>Again you’ll want to hit “I” to insert some info.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/04/image55.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to install CentOS on Hyper-V with networking 27" border="0" alt="How to install CentOS on Hyper-V with networking 27" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/image_thumb35.png" width="311" height="158"></a></p>
<p>To save the file hit: “ESC” then “SHIFT + :” and then type “wq” and hit ENTER.</p>
<p>You will now need to bring up the network card (ifup eth01 command) and then verify that it got an IP address (ifconfig command)</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/04/image56.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to install CentOS on Hyper-V with networking 28" border="0" alt="How to install CentOS on Hyper-V with networking 28" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/image_thumb36.png" width="576" height="350"></a></p>
<p>The first thing I would do to test the NIC and it’s stability is by updating the box with all the updates. To do this we will use the yum command.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2012/04/image57.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="How to install CentOS on Hyper-V with networking 29" border="0" alt="How to install CentOS on Hyper-V with networking 29" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/image_thumb37.png" width="406" height="34"></a></p>
<p>After all the updates get applied. Force the machine to reboot. Double check all the updates got applied. Hopefully I saved you a few hours of mindless searches <img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://jaredheinrichs.com/wp-content/uploads/2012/04/wlEmoticon-smile1.png"></p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-install-centos-on-hyper-v-with-networking.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

