<?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>The world of Marc O&#039;Polo - Blog &#187; Windows 2008</title>
	<atom:link href="http://blog.mrpol.nl/tag/windows-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mrpol.nl</link>
	<description>About Windows Server, Terminal Server, Virtualization and more</description>
	<lastBuildDate>Fri, 03 Feb 2012 23:57:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Device Manager is running in read-only mode</title>
		<link>http://blog.mrpol.nl/2012/01/04/device-manager-is-running-in-read-only-mode/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=device-manager-is-running-in-read-only-mode</link>
		<comments>http://blog.mrpol.nl/2012/01/04/device-manager-is-running-in-read-only-mode/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 09:11:54 +0000</pubDate>
		<dc:creator>M.Pol</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows 2008 R2]]></category>

		<guid isPermaLink="false">http://blog.mrpol.nl/?p=791</guid>
		<description><![CDATA[Today I was creating a template for my VMware environment, when I was trying to change the graphical interface card I was running into some problems. This is the message the Device Manager is giving me. The result is that I cannot change any drivers or devices. The solution is very simple but not obvious. [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was creating a template for my VMware environment, when I was trying to change the graphical interface card I was running into some problems. This is the message the Device Manager is giving me.</p>
<p><a href="http://blog.mrpol.nl/wp-content/uploads/2012/01/4-1-2012-9-45-40.png"><img class="alignnone size-full wp-image-792 colorbox-791" title="4-1-2012 9-45-40" src="http://blog.mrpol.nl/wp-content/uploads/2012/01/4-1-2012-9-45-40.png" alt="" width="417" height="165" /></a></p>
<p>The result is that I cannot change any drivers or devices.</p>
<p><a href="http://blog.mrpol.nl/wp-content/uploads/2012/01/4-1-2012-9-46-08.png"><img class="alignnone size-full wp-image-793 colorbox-791" title="4-1-2012 9-46-08" src="http://blog.mrpol.nl/wp-content/uploads/2012/01/4-1-2012-9-46-08.png" alt="" width="541" height="119" /></a></p>
<p>The solution is very simple but not obvious. My computer name is longer than 15 characters. This is a problem for NetBIOS computers. It turns out this is also a problem for the device manager. So I changed my computer name to a name with less than 15 characters, now everything works normal again.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mrpol.nl/2012/01/04/device-manager-is-running-in-read-only-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset Domain Administrator Password</title>
		<link>http://blog.mrpol.nl/2011/07/05/reset-domain-administrator-password-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=reset-domain-administrator-password-2</link>
		<comments>http://blog.mrpol.nl/2011/07/05/reset-domain-administrator-password-2/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 12:02:15 +0000</pubDate>
		<dc:creator>M.Pol</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows 2008 R2]]></category>

		<guid isPermaLink="false">http://blog.mrpol.nl/2011/07/05/reset-domain-administrator-password-2/</guid>
		<description><![CDATA[A Client of our company had a problem, they got in an argument with their current IT Management company. Eventually the IT Management company wouldn&#8217;t give up the administrator account password of the complete domain. So this client was locked out of his own network. We were asked if there was a way to reset [...]]]></description>
			<content:encoded><![CDATA[<p>A Client of our company had a problem, they got in an argument with their current IT Management company. Eventually the IT Management company wouldn&#8217;t give up the administrator account password of the complete domain. So this client was locked out of his own network. We were asked if there was a way to reset this password. So I started looking on the internet for some solutions.</p>
<p>The first one I tried in my own lab was the one that Daniel Petri describes in het Blog post at: <a href="http://www.petri.co.il/reset_domain_admin_password_in_windows_server_2003_ad.htm">http://www.petri.co.il/reset_domain_admin_password_in_windows_server_2003_ad.htm</a></p>
<p>There were some requirements for this trick.</p>
<ul>
<li>Local access to the domain controller (DC). </li>
<li>The Local Administrator password. </li>
<li>Two tools provided by Microsoft in their Resource Kit: SRVANY and INSTSRV. Download them from <a href="http://www.petri.co.il/software/srvany.zip">HERE</a> (24kb). </li>
</ul>
<p>The first one was no problem, but the second one in my case was a problem, we didn’t no the local administrator password.</p>
<p>So this is how I did it, first of all download the DART tools (Diagnostics and Recovery Toolset) from the Microsoft website, this is available for MDOP License owners. See <a href="http://www.microsoft.com/windows/enterprise/products/mdop/dart.aspx">http://www.microsoft.com/windows/enterprise/products/mdop/dart.aspx</a></p>
<p>There are other ways to get your hands on this tool, go to the Technet site and get a Technet Subscription. And if you don’t have access to both sources, go search Google.</p>
<p>I restarted the domain domain controller, and boot into the DART tool. Go to the Locksmith tool, and reset the password of the Administator account. Reboot the server, in Active Directory Recovery mode. This is important because now the Local accounts are available for logon. The local accounts are disabled on a Domain Controller, this is by design. In recovery mode logon with your new local Administrator password. Now do the trick that Daniel Petri describes in his post.</p>
<p>This is how it works globally.</p>
<p><b>Step 1</b></p>
<p><i>Restart Windows 2003 in Directory Service Restore Mode.</i></p>
<p>Note: At startup, press F8 and choose Directory Service Restore Mode. It disables Active Directory. When the login screen appears, log on as Local Administrator. You now have full access to the computer resources, but you cannot make any changes to Active Directory.</p>
<p><a href="http://blog.mrpol.nl/wp-content/uploads/2011/07/clip_image001.jpg"><img class="colorbox-702"  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="clip_image001" border="0" alt="clip_image001" src="http://blog.mrpol.nl/wp-content/uploads/2011/07/clip_image001_thumb.jpg" width="244" height="67" /></a></p>
<p><b>Step 2</b></p>
<p><i>You are now going to install SRVANY.</i> This utility can virtually run any programs as a service. The interesting point is that the program will have SYSTEM privileges (LSA) (as it inherits the SRVANY security descriptor), i.e. it will have full access on the system. That is more than enough to reset a Domain Admin password. You will configure SRVANY to start the command prompt (which will run the &#8216;net user&#8217; command).</p>
<p>Copy SRVANY and INSTSRV to a temporary folder, mine is called D:\temp. Copy cmd.exe to this folder too (cmd.exe is the command prompt, usually located at %WINDIR%\System32).</p>
<p>Start a command prompt, point to d:\temp (or whatever you call it), and type:</p>
<p><i><font face="Consolas">instsrv PassRecovery &quot;d:\temp\srvany.exe&quot;</font></i></p>
<p>(change the path to suit your own).</p>
<p>It is now time to configure SRVANY.</p>
<p>Start Regedit, and navigate to</p>
<p>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\PassRecovery</p>
<p>Create a new subkey called Parameters and add two new values:</p>
<p>name: Application</p>
<p>type: REG_SZ (string)</p>
<p>value: d:\temp\cmd.exe</p>
<p>name: AppParameters</p>
<p>type: REG_SZ (string)</p>
<p>value: /k net user administrator 123456 /domain</p>
<p>Replace 123456 with the password you want. Keep in my mind that the default domain policy require complex passwords (including digits, respecting a minimal length etc) so unless you&#8217;ve changed the default domain policy use a complex password such as P@ssw0rd</p>
<p>Now open the Services applet (Control Panel\Administrative Tools\Services) and open the PassRecovery property tab. Check the starting mode is set to Automatic.</p>
<p><a href="http://blog.mrpol.nl/wp-content/uploads/2011/07/clip_image002.jpg"><img class="colorbox-702"  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="clip_image002" border="0" alt="clip_image002" src="http://blog.mrpol.nl/wp-content/uploads/2011/07/clip_image002_thumb.jpg" width="223" height="244" /></a></p>
<p>Go to the Log On tab and enable the option Allow service to interact with the desktop.</p>
<p>Restart Windows normally, SRVANY will run the NET USER command and reset the domain admin password.</p>
<p><b>Step 3</b></p>
<p><i>Log on with the Administrator&#8217;s account and the password you&#8217;ve set in step #2.</i></p>
<p>Use this command prompt to uninstall SRVANY (do not forget to do it!) by typing:</p>
<p>net stop PassRecovery</p>
<p>sc delete PassRecovery </p>
<p>Now delete d:\temp and change the admin password if you fancy.</p>
<p>Done!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mrpol.nl/2011/07/05/reset-domain-administrator-password-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Test Lab Guides</title>
		<link>http://blog.mrpol.nl/2010/12/02/microsoft-test-lab-guides/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=microsoft-test-lab-guides</link>
		<comments>http://blog.mrpol.nl/2010/12/02/microsoft-test-lab-guides/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 08:50:00 +0000</pubDate>
		<dc:creator>M.Pol</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows 2008 R2]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://blog.mrpol.nl/?p=473</guid>
		<description><![CDATA[Recently Microsoft released a lot of Lab Guides for different Microsoft products to test. See http://social.technet.microsoft.com/wiki/contents/articles/test-lab-guides.aspx Test Lab Guides Test lab guides (TLGs) allow you to get valuable hands-on experience with new products and technologies using a pre-defined and tested methodology that results in a working configuration. When you use a TLG to create a [...]]]></description>
			<content:encoded><![CDATA[<p>Recently Microsoft released a lot of Lab Guides for different Microsoft products to test. See <a href="http://social.technet.microsoft.com/wiki/contents/articles/test-lab-guides.aspx">http://social.technet.microsoft.com/wiki/contents/articles/test-lab-guides.aspx</a></p>
<h2>Test Lab Guides</h2>
<div>Test lab guides (TLGs) allow you to get valuable hands-on experience with new products and technologies using a pre-defined and tested methodology that results in a working configuration. When you use a TLG to create a test lab, instructions define what servers to create, how to configure the operating systems and system services, and how to install and configure any additional products or technologies. A TLG experience enables you to see all of the components and the configuration steps on both the front-end and back-end that are required for a product or technology or for a multi-product or technology solution.</div>
<div>
<p>A challenge in creating useful TLGs is to enable their reusability and extensibility. Because creating a test lab can represent a significant investment of time and resources, your ability to reuse and extend the work required to create test labs is important. An ideal test lab environment would enable you to create a basic lab configuration, save that configuration, and then build out multiple test lab scenarios in the future by starting with the base configuration.</p>
<p>For a test lab based on physical computers, you can image the drives for future test labs. For a test lab based on virtual machines, you can create snapshots for future test labs. This allows you to easily return to a desired configuration for further learning and experimentation.</p>
<p>The types of TLG documents are the following:</p>
<ul>
<li>Base configuration TLG</li>
<li>Modular TLGs</li>
<li>TLG extensions</li>
<li>Troubleshooting TLGs</li>
<li>Test lab troubleshooting scenarios</li>
<li>TLG portal pages</li>
</ul>
<h2>Base Configuration TLG</h2>
<p>The <a href="http://go.microsoft.com/fwlink/?LinkId=198140">Base Configuration TLG</a> allows you to create the base configuration test lab, upon which you can build test labs based on other TLGs from Microsoft, TLG extensions in the TechNet Wiki, or a test lab of your own design that can include Microsoft or non-Microsoft products.</p>
<p>The base configuration TLG is just the beginning of the test lab experience. Other TLGs or TLG extensions in the TechNet Wiki focus on Microsoft products or platform technologies, but all of them use the Base Configuration TLG as a starting point.</p>
<p>After configuring the computers of the base configuration test lab, make sure that you perform a disk image on each computer if you are using physical computers, or perform virtual machine snapshots if you are using virtual machines.</p>
<h2>Modular TLGs</h2>
<p>A modular TLG describes how to set up and demonstrate a technology, product, or solution for either the Base Configuration test lab or a test lab based on another modular TLG.</p>
<p>The following modular TLGs are available:</p>
<ul>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=205134">Test Lab Guide: Fabrikam Base Configuration</a></li>
<li><a href="http://go.microsoft.com/fwlink/?Linkid=150613">Test Lab Guide: Demonstrate DirectAccess</a></li>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=186697">Test Lab Guide: Demonstrate DirectAccess with Network Access Protection (NAP)</a></li>
<li><a href="http://go.microsoft.com/fwlink/?LinkID=198436">Test Lab Guide: Demonstrate UAG DirectAccess</a></li>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=198539">Test Lab Guide: Demonstrate UAG DirectAccess Remote Management</a></li>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=198543">Test Lab Guide: Demonstrate UAG DirectAccess Network Load Balancing and Array Configuration</a></li>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=198546">Test Lab Guide: Demonstrate UAG DirectAccess and Network Access Protection (NAP)</a></li>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=204993">Test Lab Guide: Demonstrate UAG SP1 RC DirectAccess</a></li>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=205210">Test Lab Guide: Demonstrate UAG SP1 RC DirectAccess Remote Management</a></li>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=205354">Test Lab Guide: Demonstrate UAG SP1 RC DirectAccess with NAP</a></li>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=205454">Test Lab Guide: Demonstrate UAG SP1 RC DirectAccess Force Tunneling</a></li>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=205738">Test Lab Guide: Demonstrate UAG SP1 RC DirectAccess Connectivity Assistant</a></li>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=206283">Test Lab Guide: Demonstrate UAG SP1 RC DirectAccess with Secure Socket Tunneling Protocol (SSTP)</a></li>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=206505">Test Lab Guide: Demonstrate Forefront UAG SP1 RC DirectAccess with Secure Socket Tunneling Protocol (SSTP) and Remote Desktop Gateway (RDG)</a></li>
<li><a href="http://technet.microsoft.com/en-us/library/fim_cm_test_lab_guide%28WS.10%29.aspx">Test Lab Guide: Demonstrate FIM CM 2010</a></li>
<li><a href="http://go.microsoft.com/fwlink/?LinkID=206341">Test Lab Guide: Exchange Server 2010 with Service Pack 1 </a></li>
<li><a href="http://go.microsoft.com/fwlink/?LinkID=206340">Test Lab Guide: SQL Server 2008 R2 </a></li>
</ul>
<p>To create your own modular TLG in the TechNet Wiki, see the <a href="http://social.technet.microsoft.com/wiki/contents/articles/wiki-modular-test-lab-guide-template.aspx">Wiki: Modular Test Lab Guide Template</a>.</p>
<h2>TLG Extensions</h2>
<p>A TLG extension article, published in the TechNet Wiki, describes how to configure additional functionality or advanced or uncommon configurations based on a working test lab. A TLG extension extends a modular TLG.</p>
<p>The TLG extension article includes instructions to configure and test the additional functionality, and then manually restore the test lab to its original state. A TLG extension article also includes virtualization advice so that you can create snapshots to store the modified test lab configuration and easily restore the original working test lab configuration.</p>
<p>Examples of TLG extensions are the following:</p>
<ul>
<li><a href="http://social.technet.microsoft.com/wiki/contents/articles/directaccess-test-lab-extension-selected-server-access.aspx">DirectAccess Test Lab Extension: Selected Server Access</a></li>
<li><a href="http://social.technet.microsoft.com/wiki/contents/articles/directaccess-test-lab-extension-remote-management.aspx">DirectAccess Test Lab Extension: Remote Management</a></li>
</ul>
<p>To create your own TLG extension, see <a href="http://social.technet.microsoft.com/wiki/contents/articles/wiki-test-lab-extension-template.aspx">Wiki: Test Lab Extension Template</a>.</p>
<h2>Troubleshooting TLGs</h2>
<p>A troubleshooting TLG describes the troubleshooting tools and how they appear in a working test lab for a technology, product, or multi-technology and product solution. The working test lab is typically based on a modular TLG.</p>
<p>A troubleshooting TLG also takes you through a set of troubleshooting scenarios. Each troubleshooting scenario steps you through the following:</p>
<ul>
<li>Breaking the configuration of the test lab in a specific way</li>
<li>Demonstrating the effect on the technology or product functionality</li>
<li>Performing root cause analysis of the problem using the troubleshooting tools and recommended troubleshooting techniques</li>
<li>Correcting the problem</li>
</ul>
<p>The following troubleshooting TLGs are available:</p>
<ul>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=181160">Test Lab Guide: Troubleshoot DirectAccess</a></li>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=193603">Test Lab Guide: Troubleshoot DirectAccess with Network Access Protection (NAP)</a></li>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=198547">Test Lab Guide: Troubleshoot UAG DirectAccess</a></li>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=200004">Test Lab Guide: Troubleshoot UAG DirectAccess with NAP</a></li>
</ul>
<p>To create your own troubleshooting TLG in the TechNet Wiki, see the <a href="http://social.technet.microsoft.com/wiki/contents/articles/wiki-troubleshooting-test-lab-guide-template.aspx">Wiki: Troubleshooting Test Lab Guide Template</a>.</p>
<h2>Test Lab Troubleshooting Scenarios</h2>
<p>A test lab troubleshooting scenario, published in the TechNet Wiki, provides an additional scenario to demonstrate the results of a misconfiguration or other type of common problem and guide the reader through the root cause determination and correction. Test lab troubleshooting scenarios extend a troubleshooting TLG.</p>
<p>For an example of a test lab troubleshooting scenario, click <a href="http://social.technet.microsoft.com/wiki/contents/articles/test-lab-troubleshooting-scenario-directaccess-client-cannot-detect-the-intranet-due-to-incorrect-dns-record.aspx">here</a>.</p>
<p>To create your own test lab troubleshooting scenario, see <a href="http://social.technet.microsoft.com/wiki/contents/articles/wiki-test-lab-troubleshooting-scenario-template.aspx">Wiki: Test Lab Troubleshooting Scenario Template</a>.</p>
<h2>TLG Portal Pages</h2>
<p>A TLG portal page is a TechNet Wiki article that provides links to all of the resources for a specific technology or product.</p>
<p>The following TLG portal pages are available:</p>
<ul>
<li><a href="http://social.technet.microsoft.com/wiki/contents/articles/directaccess-test-lab-for-windows-server-2008-r2.aspx">DirectAccess Test Lab for Windows Server 2008 R2</a></li>
<li><a href="http://social.technet.microsoft.com/wiki/contents/articles/uag-directaccess-test-lab-guide-portal-page.aspx">UAG DirectAccess Test Lab Guide Portal Page</a></li>
</ul>
<h2>Additional Resources</h2>
<p>For the latest information about TLGs, see the <a href="http://blogs.technet.com/b/tlgs/">Microsoft TLG blog</a>.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.mrpol.nl/2010/12/02/microsoft-test-lab-guides/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hyper-V How To: Plan Performance</title>
		<link>http://blog.mrpol.nl/2009/12/01/hyper-v-how-to-plan-performance/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hyper-v-how-to-plan-performance</link>
		<comments>http://blog.mrpol.nl/2009/12/01/hyper-v-how-to-plan-performance/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 08:14:20 +0000</pubDate>
		<dc:creator>M.Pol</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows 2008 R2]]></category>

		<guid isPermaLink="false">http://blog.mrpol.nl/?p=211</guid>
		<description><![CDATA[Good read from Microsoft. Source : http://blogs.technet.com/tonyso/archive/2009/11/30/hyper-v-how-to-plan-performance.aspx Customers often ask “Given a hardware load-out X, how many Ys can I get/run/host?” The frustrating answer always starts with “…it depends…”. We caveat this way not because we want to frustrate, but because it is true. Many teams will go on to say “We have tested the [...]]]></description>
			<content:encoded><![CDATA[<p>Good read from Microsoft. Source : <a href="http://blogs.technet.com/tonyso/archive/2009/11/30/hyper-v-how-to-plan-performance.aspx">http://blogs.technet.com/tonyso/archive/2009/11/30/hyper-v-how-to-plan-performance.aspx</a></p>
<p>Customers often ask “Given a hardware load-out X, how many Ys can I get/run/host?”</p>
<p>The frustrating answer always starts with “…it depends…”. We caveat this way not because we want to frustrate, but because it is true. Many teams will go on to say “We have tested the following in our labs and gotten the displayed results…”</p>
<p>1 X = thingy</p>
<p>2 X = more thingies</p>
<p>3X = many more thingies</p>
<p>While accurate, not super-helpful.</p>
<p>The truth is that to do good perf planning for Hyper-V you have to run some tests.</p>
<p>Run them using your actual production load (<a href="http://technet.microsoft.com/en-us/library/bb963740.aspx">converted to Virtual Machines</a>) in a test environment.</p>
<blockquote><p><strong>TIP</strong>: you can download the <a href="http://technet.microsoft.com/en-us/evalcenter/cc793138.aspx">free VHD version of SCVMM</a>, then run it as a VM to convert your production machines to “test” virtual machines.</p></blockquote>
<p>Then play with your assumptions and tweak things higher and lower and to your design tolerance and actually observe how perf goes.</p>
<p>Add an overhead/forgot-to-test percentage, done.</p>
<p><span id="more-211"></span></p>
<p>So, how to do that for Hyper-V? Here are some perf testing resources to help you:</p>
<ul>
<li><a href="http://technet.microsoft.com/en-us/library/dd277865.aspxhttp://technet.microsoft.com/en-us/library/dd277865.aspx">Performance and capacity requirements for Hyper-V</a></li>
<li><strong><a href="http://blogs.msdn.com/tvoellm/archive/2008/06/06/hyper-v-performance-faq.aspx">Hyper-V Performance FAQ</a></strong></li>
<li><a href="http://msdn.microsoft.com/en-us/library/cc768535(BTS.10).aspx">Measuring Performance on Hyper-V</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/dd722848(BTS.10).aspx">Checklist: Measuring Performance on Hyper-V</a></li>
<li><a href="http://www.microsoft.com/whdc/system/sysperf/Perf_tun_srv.mspx">Performance Tuning Guidelines for Windows Server 2008</a></li>
<li><a href="http://www.microsoft.com/whdc/system/sysperf/Win7Perf.mspx">Performance Testing Guide for Windows Paper</a></li>
<li><a href="http://blogs.microsoft.co.il/blogs/dario/archive/2008/08/14/optimizing-hyper-v-performance-advanced-fine-tuning.aspx">Optimizing Hyper-V performance: Advanced fine-tuning</a></li>
<li><a href="http://blogs.technet.com/eec/archive/2009/09/22/3282538.aspx">Hyper-V Support, Performance and Load Tools</a></li>
<li><a href="http://blogs.technet.com/pfe-ireland/archive/2008/05/16/how-to-create-a-windows-server-2008-cluster-within-hyper-v-using-simulated-iscsi-storage.aspx">Hyper-V How To: Set Up a Virtualization Test Lab using Windows Server 2008 Cluster, Hyper-V and simulated iSCSI&#8230;</a></li>
<li><a href="http://blogs.technet.com/tonyso/archive/2008/08/12/hyper-v-server-sizing-how-much-memory-for-the-host.aspx">Hyper-V Server Sizing: How Much Memory for the Host?</a></li>
<li><a href="http://blogs.technet.com/tonyso/archive/2008/08/12/vm-perftuning-minimize-vm-background-processing.aspx">VM Perftuning: Minimize VM background processing</a></li>
<li><a href="http://blogs.technet.com/tonyso/archive/2008/12/04/hyper-v-how-to-balance-vm-i-o.aspx">Hyper-V How To: Balance VM I/O</a></li>
<li><a href="http://blogs.msdn.com/tvoellm/archive/2009/04/23/monitoring-hyper-v-performance.aspx">Monitoring Hyper-V Performance</a></li>
<li><a href="http://blogs.msdn.com/tvoellm/archive/2008/07/14/how-to-get-processor-utilization-for-hyper-v-via-wmi.aspx">How to get Processor Utilization for Hyper-V via WMI</a></li>
<li><a href="http://blogs.msdn.com/tvoellm/archive/2008/05/04/hyper-v-performance-counters-part-one-of-many.aspx">Hyper-V Performance Counters – Part one of many &#8211; The overview</a></li>
<li><a href="http://blogs.msdn.com/tvoellm/archive/2008/05/09/hyper-v-performance-counters-part-two-of-many-hyper-v-hypervisor-counter-set.aspx">Hyper-V Performance Counters – Part two of many – “Hyper-V Hypervisor” counter set</a></li>
<li><a href="http://blogs.msdn.com/tvoellm/archive/2008/05/09/hyper-v-performance-counters-part-three-of-many-hyper-v-logical-processors-counter-set.aspx">Hyper-V Performance Counters – Part three of many – “Hyper-V Hypervisor Logical Processors” counter set</a></li>
<li><a href="http://blogs.msdn.com/tvoellm/archive/2008/05/12/hyper-v-performance-counters-part-four-of-many-hyper-v-hypervisor-virtual-processor-and-hyper-v-hypervisor-root-virtual-processor-counter-set.aspx">Hyper-V Performance Counters – Part four of many – “Hyper-V Hypervisor Virtual Processor” and “Hyper-V Hypervisor Root Virtual Processor” counter set</a></li>
<li><a href="http://blogs.msdn.com/tvoellm/archive/2008/09/29/hyper-v-performance-counters-part-five-of-many-hyper-vm-vm-vid-numa-node.aspx">Hyper-V Performance Counters &#8211; Part five of many &#8211; &#8220;Hyper-VM VM Vid Numa Node</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.mrpol.nl/2009/12/01/hyper-v-how-to-plan-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

