<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://trycatch.be/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Windows Server 2008 (R2) blog by Kurt Roggen [BE]</title><link>http://trycatch.be/blogs/roggenk/default.aspx</link><description>An ITPro blogging on Windows Server 2008 (R2), Server Virtualisation, Group Policies, Active Directory, and ...</description><dc:language>en</dc:language><generator>CommunityServer 2008 SP2 (Build: 31104.93)</generator><item><title>Deploying PowerShell 2.0 in your environment</title><link>http://trycatch.be/blogs/roggenk/archive/2010/07/26/deploying-powershell-2-0-in-your-environment.aspx</link><pubDate>Mon, 26 Jul 2010 12:39:00 GMT</pubDate><guid isPermaLink="false">12bbda7a-b33b-4de2-8627-f5e32a6b90ff:2508</guid><dc:creator>Kurt Roggen</dc:creator><slash:comments>1</slash:comments><comments>http://trycatch.be/blogs/roggenk/archive/2010/07/26/deploying-powershell-2-0-in-your-environment.aspx#comments</comments><description>&lt;p&gt;PowerShell 2.0 brings some great new management functionality such as:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Remoting: lets you run commands on one or more remote computers from a single computer that is running Windows PowerShell. PowerShell remoting allows for multiple ways of connecting, including interactive (1:1), fan-out (1:many) and fan-in (many:1 by using the IIS hosting model). &lt;/li&gt;    &lt;li&gt;New cmdlets: over 100 built-in cmdlets, enabling you to do computer-related tasks, event log and performance counter management task. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;PowerShell version 2.0 is bundled into the &lt;font color="#ff8000"&gt;Windows Management Framework&lt;/font&gt;.&lt;/p&gt;  &lt;p&gt;The &lt;a href="http://trycatch.be/blogs/roggenk/archive/2009/11/02/windows-management-framework-powershell-2-0-amp-winrm-2-0-are-available.aspx" target="_blank"&gt;Windows Management Framework&lt;/a&gt; makes some updated management functionality of Windows 7 and Windows Server 2008 R2 available to be installed on Windows XP, Windows Server 2003, Windows Vista, and Windows Server 2008. &lt;/p&gt;  &lt;p&gt;Windows Management Framework contains 3 components:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Windows Remote Management (WinRM) 2.0 &lt;/li&gt;    &lt;li&gt;Windows PowerShell 2.0 &lt;/li&gt;    &lt;li&gt;Background Intelligent Transfer Service (BITS) 4.0. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Using WSUS (part of Windows Server 2008 R2 as a server role), you can import the PowerShell 2.0 package and approve it for installation on your Windows Server 2008, Windows Server 2003, Windows Vista and Windows XP machines.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/roggenk/image_5F00_69FFB2F9.png" target="_blank"&gt;&lt;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://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/roggenk/image_5F00_thumb_5F00_1A4687B0.png" width="600" height="259" /&gt;&lt;/a&gt;     &lt;br /&gt;&lt;em&gt;&lt;font size="2"&gt;Import updates directly into WSUS&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/roggenk/image_5F00_79531508.png" target="_blank"&gt;&lt;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://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/roggenk/image_5F00_thumb_5F00_4616DB9F.png" width="600" height="317" /&gt;&lt;/a&gt;     &lt;br /&gt;&lt;em&gt;&lt;font size="2"&gt;Add selected updates to download basket&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;Once the updates are imported into the WSUS infrastructure, you can approve the update on the required computer groups containing your targeted machines.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/roggenk/image_5F00_44D242C0.png" target="_blank"&gt;&lt;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://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/roggenk/image_5F00_thumb_5F00_1D97F98B.png" width="350" height="223" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;em&gt;&lt;font size="2"&gt;Approve the imported updates&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; Be aware that the Windows Management Framework is about 30-35 MB in size.&amp;#160; If bandwidth is an issue or if you are dealing with a serious amount of clients, you may want to throttle the bandwidth used by the Background Intelligent Transfer Service (BITS) which is used as transport mechanism by the Windows Update engine. &lt;/p&gt;  &lt;p&gt;More about that another time…&lt;/p&gt;  &lt;p&gt;Related reading:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://support.microsoft.com/kb/968929" target="_blank"&gt;Windows Management Framework (Windows PowerShell 2.0, WinRM 2.0, and BITS 4.0)&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://trycatch.be/aggbug.aspx?PostID=2508" width="1" height="1"&gt;</description><category domain="http://trycatch.be/blogs/roggenk/archive/tags/WSUS/default.aspx">WSUS</category><category domain="http://trycatch.be/blogs/roggenk/archive/tags/Powershell/default.aspx">Powershell</category></item><item><title>WDS Troubleshooting – Part 2</title><link>http://trycatch.be/blogs/roggenk/archive/2010/07/20/wds-troubleshooting-part-2.aspx</link><pubDate>Tue, 20 Jul 2010 12:40:00 GMT</pubDate><guid isPermaLink="false">12bbda7a-b33b-4de2-8627-f5e32a6b90ff:2493</guid><dc:creator>Kurt Roggen</dc:creator><slash:comments>0</slash:comments><comments>http://trycatch.be/blogs/roggenk/archive/2010/07/20/wds-troubleshooting-part-2.aspx#comments</comments><description>&lt;p&gt;To be able to troubleshoot the Windows Deployment Services, it is crucial to first understand the overall WDS architecture, since you can activate logging at most levels in the architecture.&amp;#160; We did that in previous post.&lt;/p&gt;  &lt;p&gt;The second step, is drilling down into these components and their logging/debugging facilities.    &lt;br /&gt;&lt;/p&gt;  &lt;h3&gt;Looking at WDS Configuration&lt;/h3&gt;  &lt;p&gt;To get a quick overview of your current WDS configuration, type the following command:&lt;/p&gt;  &lt;p&gt;C:\&amp;gt;&lt;em&gt; wdsutil /get-server /show:config &lt;/em&gt;&lt;/p&gt;  &lt;p&gt;For more information, read my previous &lt;a href="http://trycatch.be/blogs/roggenk/archive/2010/07/02/looking-at-your-wds-windows-deployment-services-configuration-parameters.aspx" target="_blank"&gt;blog post&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h3&gt;Looking at WDS Eventlogs&lt;/h3&gt;  &lt;p&gt;If the multicast transmission still start automatically too soon, I suggest enabling logging for WDS Events:&lt;/p&gt;  &lt;p&gt;1. Open Server Manager    &lt;br /&gt;2. Select Diagnostics -&amp;gt; Event Viewer -&amp;gt; Applications and Services Logs     &lt;br /&gt;3. Navigate to Microsoft\Deployment-Services-Diagnostics     &lt;br /&gt;4. Right-click the Admin log and choose &lt;strong&gt;Enable log&lt;/strong&gt;     &lt;br /&gt;5. Right-click the Operational log and choose Enable log&lt;/p&gt;  &lt;p&gt;Reproduce the issue and check the event logs.&lt;/p&gt;  &lt;p&gt;&lt;a&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="image_thumb2" border="0" alt="image_thumb2" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/roggenk/image_5F00_thumb2_5F00_6A5B3E83.png" width="600" height="379" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h3&gt;Looking at WDS Logging&lt;/h3&gt;  &lt;ul&gt;   &lt;li&gt;WDS Server-side - %windir%\Tracing\wdsserver.log – Set REG_DWORD EnableFileTracing = 1 &lt;/li&gt;    &lt;li&gt;WDS Mgmt - %windir%\Tracing\wdsmgmt.log &lt;/li&gt;    &lt;li&gt;WDS MMC snapin - %windir%\Tracing\wdsmmc.log &lt;/li&gt;    &lt;li&gt;Client-side - X:\Windows\Panther, $Windows.~BT\Sources\Panther, %systemdrive%\Windows\Panther &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="image_thumb3" border="0" alt="image_thumb3" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/roggenk/image_5F00_thumb3_5F00_7403ACB9.png" width="200" height="230" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Related reading:&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://support.microsoft.com/kb/936625" target="_blank"&gt;KB&lt;/a&gt;&lt;a href="http://support.microsoft.com/kb/936625" target="_blank"&gt;936625&lt;/a&gt; - How to enable logging in Windows Deployment Services (WDS) in Windows Server 2003 and in Windows Server 2008 (R2) &lt;/li&gt;    &lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc772277(WS.10).aspx" target="_blank"&gt;TechNet TechCenter - Troubleshooting WDS Performance Problems&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://trycatch.be/aggbug.aspx?PostID=2493" width="1" height="1"&gt;</description><category domain="http://trycatch.be/blogs/roggenk/archive/tags/WindowsServer2008/default.aspx">WindowsServer2008</category><category domain="http://trycatch.be/blogs/roggenk/archive/tags/WDS/default.aspx">WDS</category><category domain="http://trycatch.be/blogs/roggenk/archive/tags/WindowsServer2008R2/default.aspx">WindowsServer2008R2</category></item><item><title>WDS Troubleshooting – Part 1</title><link>http://trycatch.be/blogs/roggenk/archive/2010/07/15/wds-troubleshooting-part-1.aspx</link><pubDate>Thu, 15 Jul 2010 12:40:00 GMT</pubDate><guid isPermaLink="false">12bbda7a-b33b-4de2-8627-f5e32a6b90ff:2494</guid><dc:creator>Kurt Roggen</dc:creator><slash:comments>2</slash:comments><comments>http://trycatch.be/blogs/roggenk/archive/2010/07/15/wds-troubleshooting-part-1.aspx#comments</comments><description>&lt;p&gt;The other day, I got asked about WDS (Windows Deployment Services) troubleshooting…    &lt;br /&gt;To be able to troubleshoot the Windows Deployment Services, it is crucial to first understand the overall WDS architecture, since you can activate logging at most levels in the architecture.&lt;/p&gt;  &lt;h3&gt;Understanding the WDS Architecture&lt;/h3&gt;  &lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/roggenk/image_5F00_6986EC98.png" target="_blank"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;margin-left:0px;border-left-width:0px;margin-right:0px;" title="image" border="0" alt="image" align="right" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/roggenk/image_5F00_thumb_5F00_30DC428B.png" width="350" height="285" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;u&gt;&lt;strong&gt;WDS Server Service&lt;/strong&gt;       &lt;br /&gt;&lt;/u&gt;The WDSServer service is the main server-side service for Windows Deployment Services. It provides basic service functions such as memory management, thread pooling, and network interface binding in an effort to support its hosted subcomponents, known as providers. The providers provide the true functionality associated with WDSServer. There are five providers included with the default (Deployment Server) installation:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;PXE provider &lt;/li&gt;    &lt;li&gt;PXE server &lt;/li&gt;    &lt;li&gt;Image server &lt;/li&gt;    &lt;li&gt;Multicast server &lt;/li&gt;    &lt;li&gt;TFTP server &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;WDS PXE Server        &lt;br /&gt;&lt;/u&gt;&lt;/strong&gt;The Pre-Boot Execution Environment (PXE) server is used by Windows Deployment Services to provide network boot programs to client computers. PXE technology is a standard created by Intel that establishes a common and consistent set of pre-boot services within the boot firmware. The end goal is to enable a client to perform a network boot and receive a network boot program (NBP) from a network boot server.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;WDS PXE Provider        &lt;br /&gt;&lt;/u&gt;&lt;/strong&gt;The Pre-Boot Execution Environment (PXE) provider for Windows Deployment Services provides client boot services over the network. It registers itself with the WDSServer service (the main server-side service of the Windows Deployment Services solution) and requests a remote procedure call (RPC) endpoint.&lt;/p&gt;  &lt;p&gt;PXE technology is a standard created by Intel that establishes a common and consistent set of pre-boot services within the boot firmware. The end goal is to enable a client to perform a network boot and receive a network boot program (NBP) from a network boot server.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;WDS Image Server        &lt;br /&gt;&lt;/u&gt;&lt;/strong&gt;The Windows Deployment Services image server stores and maintains the installation and boot images. The image server is the module used by the Windows Deployment Services client when it is communicating with the server. The server registers a remote procedure call (RPC) endpoint for communication between the client and the server.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;WDS Multicast Server        &lt;br /&gt;&lt;/u&gt;&lt;/strong&gt;The multicast server deploys an image to a large number of client computers concurrently without overburdening the network. When you create a multicast transmission for an image, the data is sent over the network only once, which can drastically reduce the network bandwidth that is used.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;WDS Multicast Content Provider        &lt;br /&gt;&lt;/u&gt;&lt;/strong&gt;The multicast server uses a content provider to transmit the data from the server to the client. The Windows Deployment Services content provider can transfer any file over a multicast transmission. This content provider connects the multicast transmission or namespace to the data that has been requested by clients.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;WDS TFTP Server        &lt;br /&gt;&lt;/u&gt;&lt;/strong&gt;You use the Windows Deployment Services Trivial File Transfer Protocol (TFTP) server to download the files that are needed to do a network boot using the Pre-Boot Execution Environment (PXE). PXE technology is a standard created by Intel that establishes a common and consistent set of pre-boot services within the boot firmware. The end goal is to enable a client to do a network boot and receive a network boot program (NBP) from a network boot server.&lt;/p&gt;  &lt;p&gt;The TFTP server downloads boot files such as Pxeboot.com, Wdsnbp.com, Bootmgr.exe, and Default.bcd, as well as the boot image that contains Windows Preinstallation Environment (Windows PE).&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;Related reading:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc731814(WS.10).aspx" target="_blank"&gt;Technet - Windows Deployment Services Server Components&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://trycatch.be/aggbug.aspx?PostID=2494" width="1" height="1"&gt;</description><category domain="http://trycatch.be/blogs/roggenk/archive/tags/WindowsServer2008/default.aspx">WindowsServer2008</category><category domain="http://trycatch.be/blogs/roggenk/archive/tags/WDS/default.aspx">WDS</category><category domain="http://trycatch.be/blogs/roggenk/archive/tags/WindowsServer2008R2/default.aspx">WindowsServer2008R2</category></item><item><title>MVP AWARD: MVP MANAGEMENT INFRASTRUCTURE 2010</title><link>http://trycatch.be/blogs/roggenk/archive/2010/07/14/mvp-award-mvp-management-infrastructure-2010.aspx</link><pubDate>Wed, 14 Jul 2010 21:45:36 GMT</pubDate><guid isPermaLink="false">12bbda7a-b33b-4de2-8627-f5e32a6b90ff:2505</guid><dc:creator>Kurt Roggen</dc:creator><slash:comments>0</slash:comments><comments>http://trycatch.be/blogs/roggenk/archive/2010/07/14/mvp-award-mvp-management-infrastructure-2010.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/roggenk/MVP_5F00_2.jpg"&gt;&lt;img style="margin:0px 10px 0px 0px;" title="MVP" border="0" alt="MVP" align="left" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/roggenk/MVP_5F00_thumb.jpg" width="85" height="115" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;I’m proud to announce and pleased to see that Microsoft has recognized all my contributions made in the past, by awarding me with the MVP title in &lt;strong&gt;“&lt;/strong&gt;Management Infrastructure&lt;strong&gt;” &lt;/strong&gt;for the 3rd year in a row.&lt;/p&gt;  &lt;p&gt;In the end, nothing really changes… I will keep doing what I have been doing so far: sharing knowledge and information.&amp;#160; &lt;/p&gt;  &lt;p&gt;Hope you enjoy it, too!!    &lt;br /&gt;Kurt&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://trycatch.be/aggbug.aspx?PostID=2505" width="1" height="1"&gt;</description><category domain="http://trycatch.be/blogs/roggenk/archive/tags/Personal/default.aspx">Personal</category></item><item><title>Tips &amp; Tricks #3 - PowerShell window from here</title><link>http://trycatch.be/blogs/roggenk/archive/2010/07/14/tips-amp-tricks-3-powershell-window-from-here.aspx</link><pubDate>Wed, 14 Jul 2010 12:35:00 GMT</pubDate><guid isPermaLink="false">12bbda7a-b33b-4de2-8627-f5e32a6b90ff:2495</guid><dc:creator>Kurt Roggen</dc:creator><slash:comments>2</slash:comments><comments>http://trycatch.be/blogs/roggenk/archive/2010/07/14/tips-amp-tricks-3-powershell-window-from-here.aspx#comments</comments><description>&lt;p&gt;I&amp;#39;ve been using PowerShell for a while now but it still hasn&amp;#39;t replaced the command prompt for me yet, even though it is extremely powerful!!&amp;#160; I have been using the &lt;a href="http://trycatch.be/blogs/roggenk/archive/2009/11/14/tips-amp-tricks-2-cmd-command-prompt-from-here.aspx"&gt;Command Prompt From Here &lt;/a&gt;a lot to make it easier to open up a command prompt at a specific folder location from the Explorer.&amp;#160; So now I added some settings to the registry that will do the same but with PowerShell instead. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/roggenk/image_5F00_761DAD88.png" target="_blank"&gt;&lt;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://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/roggenk/image_5F00_thumb_5F00_0866744B.png" width="299" height="147" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Here is the &lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/roggenk.Misc/PowerShellFromHere.zip" target="_blank"&gt;registry file&lt;/a&gt; for making the entry in Explorer:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;Windows Registry Editor Version 5.00 &lt;/p&gt;    &lt;p&gt;[HKEY_CLASSES_ROOT\Directory\shell\PowerShell]      &lt;br /&gt;@=&amp;quot;Open PowerShell window here&amp;quot; &lt;/p&gt;    &lt;p&gt;[HKEY_CLASSES_ROOT\Directory\shell\PowerShell\Command]      &lt;br /&gt;@=&amp;quot;\&amp;quot;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe\&amp;quot; -NoExit -Command [Environment]::CurrentDirectory=(Set-Location -LiteralPath:&amp;#39;%L&amp;#39; -PassThru).ProviderPath\&amp;quot;&amp;quot; &lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;Related reading:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;p&gt;&lt;a href="http://trycatch.be/blogs/roggenk/archive/2009/11/14/tips-amp-tricks-2-cmd-command-prompt-from-here.aspx"&gt;Tips &amp;amp; Tricks #2 – CMD: Command Prompt From Here&lt;/a&gt;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;&lt;a href="http://trycatch.be/blogs/roggenk/archive/2009/11/12/tips-amp-tricks-1-uac-shortcut-key-using-mouse-and-or-keyboard.aspx"&gt;Tips &amp;amp; Tricks #1 – UAC: Shortcut Key Using mouse and/or keyboard&lt;/a&gt;&lt;/p&gt;   &lt;/li&gt; &lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://trycatch.be/aggbug.aspx?PostID=2495" width="1" height="1"&gt;</description><category domain="http://trycatch.be/blogs/roggenk/archive/tags/Powershell/default.aspx">Powershell</category></item><item><title>SCVMM &amp; P2V using BlockList.xml – Undocumented</title><link>http://trycatch.be/blogs/roggenk/archive/2010/07/06/scvmm-amp-p2v-using-blocklist-xml-undocumented.aspx</link><pubDate>Tue, 06 Jul 2010 12:37:00 GMT</pubDate><guid isPermaLink="false">12bbda7a-b33b-4de2-8627-f5e32a6b90ff:2496</guid><dc:creator>Kurt Roggen</dc:creator><slash:comments>0</slash:comments><comments>http://trycatch.be/blogs/roggenk/archive/2010/07/06/scvmm-amp-p2v-using-blocklist-xml-undocumented.aspx#comments</comments><description>&lt;p&gt;When doing a P2V (Physical To Virtual) by moving a workload from the physical world into the virtual world, you actually don’t want those specific IHV’s network, storage and other drivers/services starting up at next boot time, because it will cause a long delay to fail all these drivers/services.&amp;#160; They no longer make sense in your virtual environment, where synthetic or legacy drivers take over…&lt;/p&gt;  &lt;p&gt;There are tools out there, that assist you in removing these drivers and services (once you are on the other side) such as the &lt;a href="http://ctxadmtools.musumeci.com.ar/HPPSPCleaner/HPPSPCleaner12.html" target="_blank"&gt;HP Proliant Support Pack Cleaner tool&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;But know that when doing a P2V with SCVMM, there is this undocumented manifest (&lt;font color="#ff8000"&gt;BlockList.xml&lt;/font&gt;) that disables Services and/or Drivers during the P2V process.&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;On the SCVMM server, in the following location C:\Program Files\Microsoft System Center Virtual Machine Manager 2008 R2\VMMData, you can find &lt;strong&gt;BlockList.xml&lt;/strong&gt;.     &lt;br /&gt;In this file, you can list all services and drivers to disable in a virtual machine during the P2V process.     &lt;br /&gt;The syntax of this file is simple and uses the short name for services and drivers.     &lt;br /&gt;    &lt;br /&gt;However editing this file is not supported by Microsoft…&lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New"&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot; ?&amp;gt;      &lt;br /&gt;&amp;lt;BlockList&amp;gt;&amp;#160; &lt;br /&gt;&lt;strong&gt;&lt;em&gt;&amp;#160;&amp;#160; &amp;lt;!-- services to disable –&amp;gt;          &lt;br /&gt;&lt;/em&gt;&lt;/strong&gt;&amp;#160;&amp;#160; &amp;lt;Service&amp;gt;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;Name&amp;gt; &amp;lt;/Name&amp;gt;       &lt;br /&gt;&amp;#160;&amp;#160; &amp;lt;/Service&amp;gt;       &lt;br /&gt;&lt;strong&gt;&lt;em&gt;&amp;#160;&amp;#160; &amp;lt;!-- drivers to disable –&amp;gt; &lt;/em&gt;&lt;/strong&gt;      &lt;br /&gt;&amp;#160;&amp;#160; &amp;lt;Driver&amp;gt;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;Name&amp;gt; &amp;lt;/Name&amp;gt;       &lt;br /&gt;&amp;#160;&amp;#160; &amp;lt;/Driver&amp;gt;&amp;#160; &lt;br /&gt;&lt;strong&gt;&lt;em&gt;&amp;#160;&amp;#160; &amp;lt;!-- programs to disable –&amp;gt;          &lt;br /&gt;&lt;/em&gt;&lt;/strong&gt;&amp;#160;&amp;#160; &amp;lt;Program&amp;gt;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;Name&amp;gt; &amp;lt;/Name&amp;gt;       &lt;br /&gt;&amp;#160;&amp;#160; &amp;lt;/Program&amp;gt;       &lt;br /&gt;&amp;lt;/BlockList&amp;gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;When dealing with HP hardware, you may want to exclude following drivers, services and programs:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;For use with HP hardware/software&lt;/strong&gt;&lt;/p&gt;  &lt;table cellspacing="0" cellpadding="2"&gt;     &lt;tr&gt;       &lt;td&gt;&lt;strong&gt;Driver(s)&lt;/strong&gt;&lt;/td&gt;        &lt;td&gt;&lt;strong&gt;Service(s)&lt;/strong&gt;&lt;/td&gt;        &lt;td&gt;&lt;strong&gt;Program(s)&lt;/strong&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;CpqArray          &lt;br /&gt;CpqArry2           &lt;br /&gt;CpqAsm2           &lt;br /&gt;CpqCiDrv           &lt;br /&gt;CpqCISSE           &lt;br /&gt;HpCISSs2           &lt;br /&gt;CpqCISSM           &lt;br /&gt;CpqTeamMP           &lt;br /&gt;SysMgmt           &lt;br /&gt;q57w2k           &lt;br /&gt;N1000&lt;/td&gt;        &lt;td&gt;CpqNicMgmt          &lt;br /&gt;CpqRcmc           &lt;br /&gt;CpqVCagent           &lt;br /&gt;CqMgHost           &lt;br /&gt;CqMgServ           &lt;br /&gt;CqMgStor           &lt;br /&gt;CpqWebMgmt           &lt;br /&gt;SysDown           &lt;br /&gt;SysMgmtHP&lt;/td&gt;        &lt;td&gt;CPQTeam&lt;/td&gt;     &lt;/tr&gt;   &lt;/table&gt;  &lt;p&gt;&lt;strong&gt;     &lt;br /&gt;For use with Dell hardware/software&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Still in progress&lt;/em&gt;…&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;     &lt;br /&gt;For use with IBM hardware/software&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Still in progress&lt;/em&gt;…    &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;As you seen I’m still in the process of completing the lists for both Dell and IBM hardware, so fee free to sent me your feedback on drivers and services to disable.     &lt;br /&gt;&lt;/strong&gt;    &lt;br /&gt;Anyhow, it would definitely avoid messing around with the CLI using sc.exe&lt;/p&gt;  &lt;p&gt;sc [\\server] query type= driver   &lt;br /&gt;sc [\\server] query type= service&lt;/p&gt;  &lt;p&gt;sc [\\server] config start= disabled&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Related reading:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/dd221390.aspx" target="_blank"&gt;Frequently Asked Questions: P2V and V2V Conversions in SCVMM&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://support.microsoft.com/kb/2014411" target="_blank"&gt;WMI- P2V conversion may fail with error ID 3101 and &amp;quot;Unknown error 0x80041001&amp;quot;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://support.microsoft.com/kb/971816" target="_blank"&gt;BITS - P2V together with System Center Virtual Machine Manager 2008 may fail with error 3154 (0x8099319E) or error 13252 (0x809933C4)&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://trycatch.be/aggbug.aspx?PostID=2496" width="1" height="1"&gt;</description><category domain="http://trycatch.be/blogs/roggenk/archive/tags/VMM2008R2/default.aspx">VMM2008R2</category></item><item><title>Looking at your WDS (Windows Deployment Services) configuration parameters</title><link>http://trycatch.be/blogs/roggenk/archive/2010/07/02/looking-at-your-wds-windows-deployment-services-configuration-parameters.aspx</link><pubDate>Fri, 02 Jul 2010 06:30:00 GMT</pubDate><guid isPermaLink="false">12bbda7a-b33b-4de2-8627-f5e32a6b90ff:2489</guid><dc:creator>Kurt Roggen</dc:creator><slash:comments>0</slash:comments><comments>http://trycatch.be/blogs/roggenk/archive/2010/07/02/looking-at-your-wds-windows-deployment-services-configuration-parameters.aspx#comments</comments><description>&lt;p&gt;To get a quick overview of your current WDS configuration, use the WDS CLI and type the following command:&lt;/p&gt;  &lt;p&gt;C:\&amp;gt;&lt;em&gt; &lt;em&gt;wdsutil /get-server /show:config [/server:yourRemoteServer]&lt;/em&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/roggenk/image18_5F00_180D3EF1.png"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="image_thumb12" border="0" alt="image_thumb12" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/roggenk/image_5F00_thumb12_5F00_752C7D40.png" width="500" height="292" /&gt;&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;To get a more detailed overview of your current WDS configuration, type the following command: &lt;/p&gt;  &lt;p&gt;C:\&amp;gt; &lt;em&gt;wdsutil /get-server /show:all /detailed&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Here’s a quick output of such a configuration listing:&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;C:/&amp;gt; &lt;strong&gt;&lt;em&gt;WDSUTIL /get-Server /server:SEA-WDS /show:Config&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Windows Deployment Services Management Utility [Version 6.0.6001.18000]     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;Copyright (C) Microsoft Corporation. All rights reserved.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;SETUP INFORMATION FOR SERVER BXL-WDS     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;[-----------------------------------------------------------------------------]&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Server State:     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; OS version: 6.0     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; WDS operational mode: Native&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Installation State:     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; REMINST location: W:\Images     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; REMINST share up-to-date: Yes     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Boot files installed:     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; x86&amp;#160; - Yes     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; x64&amp;#160; - No     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ia64 - No&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;[-----------------------------------------------------------------------------]&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;CONFIGURATION INFORMATION FOR SERVER BXL-WDS     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;[-----------------------------------------------------------------------------]&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Server Authorization:     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Authorization state: Not Authorized&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Answer Policy:     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Answer clients: Yes     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Answer only known clients: No     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Response delay: 0 seconds&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Directory Services Use Policy:     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Preferred DC:&amp;#160; &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Preferred GC:&amp;#160; &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Prestage devices using MAC: No     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; New machine naming policy: %61Username%#     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Domain search order: Global Catalog Only     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; New machines join domain: Yes&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;New Machine OU:     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; OU type: Server Domain     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; OU: CN=Computers,DC=contoso,DC=com&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;DHCP Configuration:     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; DHCP service status: Not Installed     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; DHCP option 60 configured: &amp;lt;Not Applicable&amp;gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Pxe Bind Policy:     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Use DHCP ports: Yes     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Rogue detection: Disabled     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; RPC port: 5040&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Interface Bind Policy:     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Policy: Exclude Registered     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Registered interfaces:&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Boot Program Policy:     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Allow N12 for new clients: No     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Architecture discovery: Enabled     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Reset boot program: No     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Default boot programs:     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; x86&amp;#160; - boot\x86\pxeboot.com     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; x64&amp;#160; - boot\x64\pxeboot.com     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ia64 - boot\ia64\bootmgfw.efi     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Default N12 boot programs:     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; x86&amp;#160; - boot\x86\pxeboot.n12     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; x64&amp;#160; - boot\x64\pxeboot.n12     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ia64 - boot\ia64\bootmgfw.efi&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Banned GUIDs List:&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Boot Image Policy:     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Default image type for x64 clients: Both     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Default boot images:     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; x86&amp;#160; -&amp;#160; &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; x64&amp;#160; -&amp;#160; &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ia64 -&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;WDS Client Policy:     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Logging policy:     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Enabled: No     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Logging level: Info&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Unattend policy:     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Enabled: No     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Command-line precedence: No     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; WDS unattend files:     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; x86&amp;#160; -&amp;#160; &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; x64&amp;#160; -&amp;#160; &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ia64 -&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;OSChooser Policy:     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Menu name:&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Server Auto-Refresh Policy:     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Refresh period: 900 seconds&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;BCD Refresh Policy:     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Enabled: No     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Refresh period: 60 minutes&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Auto-Add Policy:     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Policy: Disabled     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Poll interval: 10 seconds     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Max retry count: 2160 times     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Message:&amp;#160; &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Retention period:     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Approved devices: 30 days     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Other devices: 1 days     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Defaults for x86:     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Referral server:&amp;#160; &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Boot program path:&amp;#160; &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; WDS client unattend file path:&amp;#160; &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Boot image path:&amp;#160; &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; User: Domain Admins     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Join rights: Full     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Join domain: Yes     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Defaults for x64:     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Referral server:&amp;#160; &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Boot program path:&amp;#160; &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; WDS client unattend file path:&amp;#160; &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Boot image path:&amp;#160; &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; User: Domain Admins     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Join rights: Full     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Join domain: Yes     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Defaults for ia64:     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Referral server:&amp;#160; &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Boot program path:&amp;#160; &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; WDS client unattend file path:&amp;#160; &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Boot image path:&amp;#160; &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; User: Domain Admins     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Join rights: Full     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Join domain: Yes&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;WDS PXE Providers:     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Name: BINLSVC     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Path: C:\Windows\system32\binlsvc.dll     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Order: 1     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Critical: Yes&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;WDS Transport Server Policy:     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; IPv4 Source: Range     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Start IP: 239.0.0.1     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; End IP: 239.0.0.254     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Start Port: 64001     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; End Port: 65000     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Network Profile: 100Mbps&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;[-----------------------------------------------------------------------------]&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;The command completed successfully.&lt;/i&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://trycatch.be/aggbug.aspx?PostID=2489" width="1" height="1"&gt;</description><category domain="http://trycatch.be/blogs/roggenk/archive/tags/WindowsServer2008/default.aspx">WindowsServer2008</category><category domain="http://trycatch.be/blogs/roggenk/archive/tags/WDS/default.aspx">WDS</category><category domain="http://trycatch.be/blogs/roggenk/archive/tags/WindowsServer2008R2/default.aspx">WindowsServer2008R2</category></item><item><title>F11 “Server Selection” Feature in WDS (Windows Deployment Services) - Undocumented</title><link>http://trycatch.be/blogs/roggenk/archive/2010/07/01/f11-server-selection-feature-in-wds-windows-deployment-services-undocumented.aspx</link><pubDate>Thu, 01 Jul 2010 06:55:00 GMT</pubDate><guid isPermaLink="false">12bbda7a-b33b-4de2-8627-f5e32a6b90ff:2490</guid><dc:creator>Kurt Roggen</dc:creator><slash:comments>0</slash:comments><comments>http://trycatch.be/blogs/roggenk/archive/2010/07/01/f11-server-selection-feature-in-wds-windows-deployment-services-undocumented.aspx#comments</comments><description>There is a little known Server Selection feature in Windows Deployment Services in Windows Server 2008 R2.   &lt;br /&gt;Its not documented and it&amp;#39;s not supported by Microsoft, but it can be very useful for lab and test scenarios...   &lt;p&gt;How to enable it?&amp;#160; Simply go to HKLM\SYSTEM\CurrentControlSet\Services\WDSServer\Providers\WDSPXE\Providers\BINLSVC and set AllowServerSelection to 1.&lt;/p&gt;  &lt;p&gt;After restarting the Windows Deployment Service, you get the &lt;strong&gt;server selection&lt;/strong&gt; option by pressing F11 and the PXE client will now discover all PXE Servers which have this registry key set and allow you to select which one you want to use.&lt;/p&gt;  &lt;p&gt;&lt;img src="http://www.deployvista.com/Portals/0/WDS-F11-1.png" width="550" height="306" alt="" /&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Initial PXE Boot Screen&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;img src="http://www.deployvista.com/Portals/0/WDS-F11-2.png" width="550" height="306" alt="" /&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;PXE/WDS discovery process&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;img src="http://www.deployvista.com/Portals/0/WDS-F11-3.png" width="550" height="306" alt="" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://trycatch.be/aggbug.aspx?PostID=2490" width="1" height="1"&gt;</description><category domain="http://trycatch.be/blogs/roggenk/archive/tags/WDS/default.aspx">WDS</category><category domain="http://trycatch.be/blogs/roggenk/archive/tags/WindowsServer2008R2/default.aspx">WindowsServer2008R2</category></item><item><title>“ProxyDHCP: No reply to request on port 4011” in WDS (Windows Deployment Services)</title><link>http://trycatch.be/blogs/roggenk/archive/2010/06/28/proxydhcp-no-reply-to-request-on-port-4011-in-wds-windows-deployment-services.aspx</link><pubDate>Mon, 28 Jun 2010 07:15:00 GMT</pubDate><guid isPermaLink="false">12bbda7a-b33b-4de2-8627-f5e32a6b90ff:2488</guid><dc:creator>Kurt Roggen</dc:creator><slash:comments>0</slash:comments><comments>http://trycatch.be/blogs/roggenk/archive/2010/06/28/proxydhcp-no-reply-to-request-on-port-4011-in-wds-windows-deployment-services.aspx#comments</comments><description>&lt;p&gt;&lt;/p&gt;  &lt;p&gt;I came across a WDS problem which seemed familiar at first, but in the end turned out to be something “unexpected”:   &lt;br /&gt;“ProxyDHCP: No reply to request on port 4011”&lt;/p&gt;  &lt;p&gt;Typically, you would end up looking at articles like &lt;a href="http://support.microsoft.com/kb/259670" target="_blank"&gt;KB259670&lt;/a&gt; (PXE clients computers do not start when you configure the Dynamic Host Configuration Protocol server to use options 60, 66, 67)… but this was different some clients/servers worked and some didn’t… &lt;/p&gt;  &lt;h3&gt;Symptom&lt;/h3&gt;  &lt;p&gt;When initiating a PXE Boot to the WDS server, the client receives a IP address from the DHCP server, but eventually times out with error “ProxyDHCP: No reply to request on port 4011”    &lt;br /&gt;However, other clients/servers have &lt;strong&gt;&lt;u&gt;no problem&lt;/u&gt;&lt;/strong&gt; PXE booting to the WDS server and getting boot/installation images.&lt;/p&gt;  &lt;h3&gt;Cause&lt;/h3&gt;  &lt;p&gt;There is a database named “Auto-Add Devices database”, used when you are performing the “Pending Devices” actions.&amp;#160; It stores the records for machines with a “pending devices” status and/or devices with an “approved” status. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/roggenk/image8_5F00_36F200F0.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="image_thumb4" border="0" alt="image_thumb4" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/roggenk/image_5F00_thumb4_5F00_10FC509A.png" width="500" height="300" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;h3&gt;Solution &lt;/h3&gt;  &lt;p&gt;The computer GUID is marked as rejected in the Auto-Add database. After a computer has been marked as rejected, the computer will not be able to PXE boot.    &lt;br /&gt;You can clear the entry in the Auto-Add database by deleting all pending computer records (by running &lt;strong&gt;wdsutil /Delete-AutoAddDevices /DeviceType:RejectedDevices&lt;/strong&gt;) or enabling the record to be purged automatically (as mentioned above). &lt;/p&gt; C:\&amp;gt; &lt;em&gt;wdsutil /Delete-AutoAddDevices /DeviceType:ApprovedDevices   &lt;br /&gt;&lt;/em&gt;&lt;em&gt;C:\&amp;gt; wdsutil&lt;strong&gt; &lt;/strong&gt;/Delete-AutoAddDevices /DeviceType:RejectedDevices&lt;/em&gt;   &lt;p&gt;To delete computers that are pending, rejected or approved from the Auto-Add database, use wdsutil /Delete-AutoAddDevices using the syntex below: &lt;/p&gt;  &lt;pre&gt;WDSUTIL /Delete-AutoAddDevices [/Server:&amp;lt;Server name&amp;gt;] /DeviceType:{PendingDevices | RejectedDevices |ApprovedDevices} &lt;/pre&gt;

&lt;h3&gt;More Information&lt;/h3&gt;

&lt;p&gt;The records in the Auto-Add Devices database are purged every 24 hours and the cleanup of any devices with an approved status occurs every 30 days. 
  &lt;br /&gt;You can look at these intervals using the WDS CLI under “Configuration Information - Auto-Add Policy”&lt;/p&gt;

&lt;p&gt;C:\&amp;gt; &lt;em&gt;wdsutil /get-server /show:config [/server:yourRemoteServer]&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/roggenk/image_5F00_2AD086C9.png"&gt;&lt;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://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/roggenk/image_5F00_thumb_5F00_7A1D7F1D.png" width="500" height="292" /&gt;&lt;/a&gt;&amp;#160;&lt;/p&gt;

&lt;p&gt;These values can be changed using the WDS CLI&lt;/p&gt;

&lt;p&gt;&lt;em&gt;C:\&amp;gt; wdsutil /set-server /AutoAddPolicy /RetentionPeriod /Approved:&amp;lt;Time in days&amp;gt; /Others:&amp;lt;Time in days&amp;gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The Auto-Add Devices database (named Binlsvcdb.mdb) can be found in the RemoteInstall\MGMT folder. The database is created by BINLSVC the first time the pending devices policy is enabled.&amp;#160; &lt;/p&gt;

&lt;h3&gt;Related reading:&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href="http://support.microsoft.com/kb/259670" target="_blank"&gt;KB259670&lt;/a&gt; - PXE clients computers do not start when you configure the Dynamic Host Configuration Protocol server to use options 60, 66, 67&lt;/li&gt;

  &lt;li&gt;&lt;a href="http://support.microsoft.com/kb/244036/" target="_blank"&gt;KB244036&lt;/a&gt; - Description of PXE Interaction Among PXE Client, DHCP, and RIS Server&lt;/li&gt;

  &lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/610cac4a-d9a1-445a-b865-df7849087b14"&gt;How to Manage Client Computers&lt;/a&gt; - Auto-Add Database section&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://trycatch.be/aggbug.aspx?PostID=2488" width="1" height="1"&gt;</description><category domain="http://trycatch.be/blogs/roggenk/archive/tags/WDS/default.aspx">WDS</category></item><item><title>“Message from Administrator” in WDS (Windows Deployment Services)</title><link>http://trycatch.be/blogs/roggenk/archive/2010/06/23/message-from-administrator-in-wds-windows-deployment-services.aspx</link><pubDate>Wed, 23 Jun 2010 07:02:00 GMT</pubDate><guid isPermaLink="false">12bbda7a-b33b-4de2-8627-f5e32a6b90ff:2487</guid><dc:creator>Kurt Roggen</dc:creator><slash:comments>0</slash:comments><comments>http://trycatch.be/blogs/roggenk/archive/2010/06/23/message-from-administrator-in-wds-windows-deployment-services.aspx#comments</comments><description>&lt;p&gt;Using Windows Deployment Services, we talked about approving pending computers.&amp;#160; You might also have noticed on the “pending” screen an empty message from the administrator.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/roggenk/image_5F00_678BCEFA.png"&gt;&lt;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://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/roggenk/image_5F00_thumb_5F00_738DBF2E.png" width="504" height="281" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;How can you set a message from the administrator?&lt;/p&gt;  &lt;p&gt;On the WDS server from a command prompt type:&lt;/p&gt;  &lt;p&gt;&lt;em&gt;WDSUtil /set-server /AutoAddPolicy /Message:&amp;quot;To contact your network administrator, please dial 123-4567“&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://trycatch.be/aggbug.aspx?PostID=2487" width="1" height="1"&gt;</description><category domain="http://trycatch.be/blogs/roggenk/archive/tags/WindowsServer2008/default.aspx">WindowsServer2008</category><category domain="http://trycatch.be/blogs/roggenk/archive/tags/WDS/default.aspx">WDS</category><category domain="http://trycatch.be/blogs/roggenk/archive/tags/WindowsServer2008R2/default.aspx">WindowsServer2008R2</category></item><item><title>Best Practice Analyzer for Hyper-V – What does it check?</title><link>http://trycatch.be/blogs/roggenk/archive/2010/06/21/best-practice-analyzer-for-hyper-v-what-does-it-check.aspx</link><pubDate>Mon, 21 Jun 2010 07:39:00 GMT</pubDate><guid isPermaLink="false">12bbda7a-b33b-4de2-8627-f5e32a6b90ff:2483</guid><dc:creator>Kurt Roggen</dc:creator><slash:comments>1</slash:comments><comments>http://trycatch.be/blogs/roggenk/archive/2010/06/21/best-practice-analyzer-for-hyper-v-what-does-it-check.aspx#comments</comments><description>&lt;p&gt;Not so long ago, I wrote about the new &lt;a href="http://trycatch.be/blogs/roggenk/archive/2010/04/27/hyper-v-best-practices-analyzer-is-now-available-for-windows-server-2008-r2.aspx" target="_blank"&gt;Best Practice Analyzer for Hyper-V&lt;/a&gt; being available.&amp;#160; But what does it check?&lt;/p&gt;  &lt;p&gt;It checks 3 areas:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ee941186(WS.10).aspx"&gt;Prerequisites&lt;/a&gt;: identify gaps in Hyper-V configuration that should be addressed before administrators run a Best Practices Analyzer scan on Hyper-V for the first time.&lt;/li&gt;    &lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ee941122(WS.10).aspx"&gt;Configuration&lt;/a&gt;: identify settings that might require modification for Hyper-V to perform optimally. Configuration rules can help prevent setting conflicts that can result in error messages or prevent Hyper-V from carrying out its prescribed duties in an enterprise.&lt;/li&gt;    &lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ee941212(WS.10).aspx"&gt;Operations&lt;/a&gt; : identify best-practice–related, possible causes of a server role’s failure to carry out its prescribed tasks in an enterprise. An example of a violation of operation rules is the use of snapshots on a virtual machine that runs a server workload in a production environment.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;For more information: &lt;a href="http://technet.microsoft.com/en-us/library/ee941124(WS.10).aspx" target="_blank"&gt;Microsoft TechNet: Best Practices Analyzer for Hyper-V&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Related reading:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;p&gt;&lt;a href="http://blogs.technet.com/b/benp/archive/2010/05/13/hyper-v-best-practice-analyzer-what-does-it-check.aspx" target="_blank"&gt;Ben Pearce’s Blog - Hyper-V Best Practice Analyzer - What does it check?&lt;/a&gt;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;&lt;a href="http://trycatch.be/blogs/roggenk/archive/2010/04/27/hyper-v-best-practices-analyzer-is-now-available-for-windows-server-2008-r2.aspx" target="_blank"&gt;Hyper-V Best Practices Analyzer is now available for Windows Server 2008 R2&lt;/a&gt;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;&lt;a href="http://trycatch.be/blogs/roggenk/archive/2010/04/28/new-best-practice-analyzers-7-are-available-for-windows-server-2008-r2.aspx" target="_blank"&gt;New Best Practice Analyzers (7) are available for Windows Server 2008 R2&lt;/a&gt;&lt;/p&gt;   &lt;/li&gt; &lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://trycatch.be/aggbug.aspx?PostID=2483" width="1" height="1"&gt;</description><category domain="http://trycatch.be/blogs/roggenk/archive/tags/HyperV+R2/default.aspx">HyperV R2</category></item><item><title>Approve pending computer in WDS (Windows Deployment Services): Access Denied</title><link>http://trycatch.be/blogs/roggenk/archive/2010/06/21/approve-pending-computer-in-wds-windows-deployment-services-access-denied.aspx</link><pubDate>Mon, 21 Jun 2010 07:14:00 GMT</pubDate><guid isPermaLink="false">12bbda7a-b33b-4de2-8627-f5e32a6b90ff:2486</guid><dc:creator>Kurt Roggen</dc:creator><slash:comments>1</slash:comments><comments>http://trycatch.be/blogs/roggenk/archive/2010/06/21/approve-pending-computer-in-wds-windows-deployment-services-access-denied.aspx#comments</comments><description>&lt;p&gt;Using Windows Deployment Services, you can boot a new (read: unknown) client and &amp;quot;name and approve&amp;quot; it from the WDS console.&amp;#160; A (named) computer object with the right GUID gets created in Active Directory and the machine starts building. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/roggenk/image_5F00_32928DC0.png"&gt;&lt;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://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/roggenk/image_5F00_thumb_5F00_53F2335C.png" width="554" height="310" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;h3&gt;Symptom&lt;/h3&gt;  &lt;p&gt;When you select “Name and Approve” on a pending device, you might get an “Access Denied”.&lt;/p&gt;  &lt;h3&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/roggenk/image_5F00_78EFF3D5.png"&gt;&lt;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://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/roggenk/image_5F00_thumb_5F00_2ED4E8F0.png" width="554" height="332" /&gt;&lt;/a&gt;&lt;/h3&gt;  &lt;h3&gt;Cause&lt;/h3&gt;  &lt;p&gt;The actual account of an approved pending computer is created by using the server’s authentication token, &lt;strong&gt;&lt;u&gt;not&lt;/u&gt;&lt;/strong&gt; using the token of the administrator who is performing the approval.&lt;/p&gt;  &lt;h3&gt;Solution&lt;/h3&gt;  &lt;p&gt;Therefore, in ADDS, you must grant rights to the Windows Deployment Services server’s account (WDSSERVER$) to create computer account objects for the containers and OUs where the approved pending computers will be created.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;To grant permissions to approve a pending computer&lt;/strong&gt; &lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Open &lt;strong&gt;Active Directory Users and Computers&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Right-click the OU where you are creating prestaged computer accounts, and then select &lt;strong&gt;Delegate Control&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;On the first screen of the wizard, click &lt;strong&gt;Next&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Change the object type to include computers. &lt;/li&gt;    &lt;li&gt;Add the computer object of the Windows Deployment Services server, and then click &lt;strong&gt;Next&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Select &lt;strong&gt;Create a Custom task to delegate&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Select &lt;strong&gt;Only the following objects in the folder&lt;/strong&gt;. Then select the &lt;strong&gt;Computer Objects&lt;/strong&gt; check box, select &lt;strong&gt;Create selected objects in this folder&lt;/strong&gt;, and click &lt;strong&gt;Next&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;In the Permissions box, select the &lt;strong&gt;Write all Properties&lt;/strong&gt; check box, and click &lt;strong&gt;Finish&lt;/strong&gt;. &lt;/li&gt; &lt;/ol&gt;  &lt;h3&gt;More information&lt;/h3&gt;  &lt;p&gt;There is also another database named “Auto-Add Devices database”, used when you are performing the “Pending Devices” actions.&amp;#160; It stores the records for machines with a “pending devices” status and/or devices with an “approved” status.&amp;#160; The records in the Auto-Add Devices database are purged every 24 hours and the cleanup of any devices with an approved status occurs every 30 days.&lt;/p&gt;  &lt;p&gt;The Auto-Add Devices database (named Binlsvcdb.mdb) can be found in the RemoteInstall\MGMT folder. The database is created by BINLSVC the first time the pending devices policy is enabled.&amp;#160; &lt;br /&gt;Read and write permissions to the C:\RemoteInstall\MGMT folder (containing the Binlsvcdb.mdb) are also required. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Related reading:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc754005(WS.10).aspx" target="_blank"&gt;Technet: WDS – Required permissions&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://trycatch.be/aggbug.aspx?PostID=2486" width="1" height="1"&gt;</description><category domain="http://trycatch.be/blogs/roggenk/archive/tags/WindowsServer2008/default.aspx">WindowsServer2008</category><category domain="http://trycatch.be/blogs/roggenk/archive/tags/WDS/default.aspx">WDS</category><category domain="http://trycatch.be/blogs/roggenk/archive/tags/WindowsServer2008R2/default.aspx">WindowsServer2008R2</category></item><item><title>Virtual Machine Manager (VMM) Q&amp;A – Part 2</title><link>http://trycatch.be/blogs/roggenk/archive/2010/06/18/virtual-machine-manager-vmm-q-amp-a-part-2.aspx</link><pubDate>Fri, 18 Jun 2010 10:24:35 GMT</pubDate><guid isPermaLink="false">12bbda7a-b33b-4de2-8627-f5e32a6b90ff:2481</guid><dc:creator>Kurt Roggen</dc:creator><slash:comments>2</slash:comments><comments>http://trycatch.be/blogs/roggenk/archive/2010/06/18/virtual-machine-manager-vmm-q-amp-a-part-2.aspx#comments</comments><description>&lt;p&gt;Q: What is the option “Enable spoofing of MAC addresses” on a virtual network adapter?    &lt;br /&gt;A: A virtual network adapter can send/receive packets containing any MAC address.&amp;#160; Equivalent of putting adapter in promiscuous mode.     &lt;br /&gt;More information: &lt;a title="http://blogs.technet.com/jhoward/archive/2009/05/21/new-in-hyper-v-windows-server-2008-r2-part-2-mac-spoofing.aspx" href="http://blogs.technet.com/jhoward/archive/2009/05/21/new-in-hyper-v-windows-server-2008-r2-part-2-mac-spoofing.aspx"&gt;http://blogs.technet.com/jhoward/archive/2009/05/21/new-in-hyper-v-windows-server-2008-r2-part-2-mac-spoofing.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Q: What is the “Processor Compatibility” feature?    &lt;br /&gt;A: Allows more hardware flexibility/mobility between Hyper-V hosts when moving VMs by reducing the CPU instruction set to a common level set. Works only within same CPU family (Intel-to-Intel, AMD-to-AMD). Is a key feature for flexible Live Migration.     &lt;br /&gt;More information: &lt;a title="http://blogs.msdn.com/b/virtual_pc_guy/archive/2009/06/09/processor-compatibility-in-hyper-v-r2.aspx" href="http://blogs.msdn.com/b/virtual_pc_guy/archive/2009/06/09/processor-compatibility-in-hyper-v-r2.aspx"&gt;http://blogs.msdn.com/b/virtual_pc_guy/archive/2009/06/09/processor-compatibility-in-hyper-v-r2.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Q: What is the “Network Optimizations” feature?    &lt;br /&gt;A: With VMM 2008 R2, you can take advantage of network optimization capabilities that are available on hosts that are running Windows Server 2008 R2 Hyper-V. VMM 2008 R2 supports both the Virtual Machine Queue (VMQ) and TCP Chimney features, which improve network performance for virtual machines. Network Optimizations is configurable at the VM level and is visible for capable virtualisation hosts during the virtual machine Intelligent Placement wizard.     &lt;br /&gt;More information: &lt;a href="http://technet.microsoft.com/en-us/library/ee236499.aspx"&gt;http://technet.microsoft.com/en-us/library/ee236499.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Q: What is VMQ (Virtual Machine Queue)?    &lt;br /&gt;A: Network adapters that support the VMQ (Virtual Machine Queue) feature can create a unique network queue for each &lt;strong&gt;&lt;u&gt;virtual network adapter&lt;/u&gt;&lt;/strong&gt; and then connect that queue directly to the virtual machine’s memory. This connection routes packets directly from the hypervisor to the virtual machine, bypassing much of the processing in the virtualization stack.&lt;/p&gt;  &lt;p&gt;Q: Can I use SCVMM to insert my Hyper-V host into a the Hyper-V cluster?    &lt;br /&gt;A: No, you still need to complete most cluster related tasks using the Failover Cluster Manager console.&lt;/p&gt;  &lt;p&gt;Q: What is Storage Quick Migration (SQM)?    &lt;br /&gt;A: Allows the migration of the storage of VM from one location to another with under 1 minute downtime in most cases. The virtual machine can remain running for the almost the entire duration of the transfer of its (read-only) virtual disks from once storage location to another.&amp;#160; The virtual machine is put into saved-state for a short period to migrate its memory state and associated differencing disks.     &lt;br /&gt;More information: &lt;a title="http://blogs.technet.com/b/virtualization/archive/2009/06/25/system-center-virtual-machine-manager-2008-r2-quick-storage-migration.aspx" href="http://blogs.technet.com/b/virtualization/archive/2009/06/25/system-center-virtual-machine-manager-2008-r2-quick-storage-migration.aspx"&gt;http://blogs.technet.com/b/virtualization/archive/2009/06/25/system-center-virtual-machine-manager-2008-r2-quick-storage-migration.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Q: What are CSV (Clustered Shared Volumes)?    &lt;br /&gt;A: Allows for storing multiple Hyper-V VMs, their configuration, snapshots, etc… per LUN by providing coordinated distributed access to a cluster shared volume through a single consistent namespace (C:\ClusterStorage) which is shared among all nodes in the cluster. CSV avoids the “LUN management nightmare”.     &lt;br /&gt;More information: &lt;a title="http://blogs.msdn.com/b/clustering/archive/2009/03/02/9453288.aspx" href="http://blogs.msdn.com/b/clustering/archive/2009/03/02/9453288.aspx"&gt;http://blogs.msdn.com/b/clustering/archive/2009/03/02/9453288.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Q: Does SCVMM 2008 R2 support CSV?    &lt;br /&gt;A: Yes, SCVMM even recognizes the difference between an owner (coordinator) node and non-owner node when deploying VMs to the Hyper-V cluster nodes. When deploying a VM, the VHD is deployed to the Hyper-V CSV owner (coordinator) node first, while the VM is created on the host selected during the VM creation wizard (Intelligent Placement) within SCVMM.     &lt;br /&gt;    &lt;br /&gt;Q: I’m using diskshadow.exe to backup my virtual machines using the Hyper-V VSS Writer.&amp;#160; Can I also use it with CSV disks?     &lt;br /&gt;A: No, unfortunately DiskShadow is &lt;strong&gt;&lt;u&gt;not&lt;/u&gt;&lt;/strong&gt; compatible with CSV in Win2008 R2. You can only do CSV backups from coordinator node safely which is the only node that has access to the (Hyper-V) VSS writer. Windows Server Backup does also &lt;strong&gt;&lt;u&gt;not&lt;/u&gt;&lt;/strong&gt; support backing up virtual machines on Cluster Shared Volumes (CSV volumes).&lt;/p&gt;  &lt;h4&gt;&amp;#160;&lt;/h4&gt;  &lt;h4&gt;Related reading:&lt;/h4&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://trycatch.be/blogs/roggenk/archive/2010/06/07/system-center-virtual-machine-manager-vmm-q-amp-a-part-1.aspx" target="_blank"&gt;System Center Virtual Machine Manager (VMM) Q&amp;amp;A – Part 1&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://trycatch.be/aggbug.aspx?PostID=2481" width="1" height="1"&gt;</description><category domain="http://trycatch.be/blogs/roggenk/archive/tags/VMM2008/default.aspx">VMM2008</category><category domain="http://trycatch.be/blogs/roggenk/archive/tags/VMM2008R2/default.aspx">VMM2008R2</category></item><item><title>System Center Virtual Machine Manager (VMM) Q&amp;A – Part 1</title><link>http://trycatch.be/blogs/roggenk/archive/2010/06/07/system-center-virtual-machine-manager-vmm-q-amp-a-part-1.aspx</link><pubDate>Mon, 07 Jun 2010 09:40:00 GMT</pubDate><guid isPermaLink="false">12bbda7a-b33b-4de2-8627-f5e32a6b90ff:2279</guid><dc:creator>Kurt Roggen</dc:creator><slash:comments>4</slash:comments><comments>http://trycatch.be/blogs/roggenk/archive/2010/06/07/system-center-virtual-machine-manager-vmm-q-amp-a-part-1.aspx#comments</comments><description>&lt;p&gt;Here’s an overview of some of the most raised SCVMM questions and their answers:&lt;/p&gt;  &lt;p&gt;Q: What is CPU Type in SCVMM 2008 R2 VM Processor Hardware Profile?    &lt;br /&gt;A: Just used for Intelligent Placement of virtual machines – not the actual vCPU&amp;#160; &lt;br /&gt;More information: &lt;a title="http://blogs.technet.com/mghazai/archive/2009/12/02/what-is-cpu-type-in-scvmm-2008-r2-vm-processor-hardware-profile.aspx" href="http://blogs.technet.com/mghazai/archive/2009/12/02/what-is-cpu-type-in-scvmm-2008-r2-vm-processor-hardware-profile.aspx"&gt;http://blogs.technet.com/mghazai/archive/2009/12/02/what-is-cpu-type-in-scvmm-2008-r2-vm-processor-hardware-profile.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Q: What is the purpose of SCVMM Network Location and Tag?    &lt;br /&gt;A: Matching virtual networks during virtual machine deployment/migration&amp;#160; &lt;br /&gt;More information: &lt;a title="http://blogs.technet.com/apb/archive/2009/03/20/the-purpose-of-scvmm-network-location-and-tag.aspx" href="http://blogs.technet.com/apb/archive/2009/03/20/the-purpose-of-scvmm-network-location-and-tag.aspx"&gt;http://blogs.technet.com/apb/archive/2009/03/20/the-purpose-of-scvmm-network-location-and-tag.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Q: How can I quickly/easily configure my Hyper-V running in a workgroup to allow remote administration using Hyper-V Manager?    &lt;br /&gt;A: Download &lt;a href="http://code.msdn.microsoft.com/HVRemote" target="_blank"&gt;HVremote&lt;/a&gt;     &lt;br /&gt;More information: &lt;a title="http://blogs.technet.com/jhoward/archive/2008/11/14/configure-hyper-v-remote-management-in-seconds.aspx" href="http://blogs.technet.com/jhoward/archive/2008/11/14/configure-hyper-v-remote-management-in-seconds.aspx"&gt;http://blogs.technet.com/jhoward/archive/2008/11/14/configure-hyper-v-remote-management-in-seconds.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Q: What’s the difference between “Host Reserve” and “Cluster Reserve”    &lt;br /&gt;A: &lt;strong&gt;&lt;em&gt;Host Reserves&lt;/em&gt;&lt;/strong&gt; define how much of a host’s resources are to reserved for the host operating system in terms of CPU, RAM, disk space, IOPS, network.&amp;#160; &lt;br /&gt;&lt;strong&gt;&lt;em&gt;Cluster Reserve &lt;/em&gt;&lt;/strong&gt;specifies the number of node failures a cluster must be able to sustain while still supporting all virtual machines deployed on the host cluster.&amp;#160; &lt;br /&gt;More information: &lt;a href="http://fawzi.wordpress.com/2009/04/13/scvmm-host-reservers-and-cluster-reserve/"&gt;http://fawzi.wordpress.com/2009/04/13/scvmm-host-reservers-and-cluster-reserve/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Q: Can I use DFS on my VMM Library?    &lt;br /&gt;A: Yes, but VMM 2008 is not DFS-aware; neither is it location-aware. There is no special logic in VMM for DFS-R and/or DFS-N. Both are unsupported and can lead to some known issues.     &lt;br /&gt;More information: &lt;a title="http://blogs.technet.com/chengw/archive/2008/08/26/dfs-on-vmm-library.aspx" href="http://blogs.technet.com/chengw/archive/2008/08/26/dfs-on-vmm-library.aspx"&gt;http://blogs.technet.com/chengw/archive/2008/08/26/dfs-on-vmm-library.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Q: What does &amp;#39;over-committed&amp;#39; cluster status mean?    &lt;br /&gt;A: The “&lt;em&gt;cluster reserve”&lt;/em&gt; specifies the number of node failures a cluster must be able to sustain while still supporting all virtual machines that are currently deployed on the clustered hosts.&amp;#160; If this cluster reserve cannot be met, the cluster is “over-commited”.     &lt;br /&gt;More information: &lt;a title="http://blogs.technet.com/mbriggs/archive/2009/12/02/what-does-over-committed-status-really-mean.aspx" href="http://blogs.technet.com/mbriggs/archive/2009/12/02/what-does-over-committed-status-really-mean.aspx"&gt;http://blogs.technet.com/mbriggs/archive/2009/12/02/what-does-over-committed-status-really-mean.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Q: Can VMM be installed inside a VM?    &lt;br /&gt;A: Installing VMM in a virtual machine is a fully supported scenario.&amp;#160; Consider the flexibility of the VM (snapshots, live migration) but also consider moving the VMM Library share(s) out of the VM (for growth and performance reasons). Also exclude the VM from receiving and acting on PRO-tips.     &lt;br /&gt;More information: &lt;a title="http://blogs.technet.com/mbriggs/archive/2009/05/22/should-vmm-live-inside-a-vm-or-on-a-physical-server.aspx" href="http://blogs.technet.com/mbriggs/archive/2009/05/22/should-vmm-live-inside-a-vm-or-on-a-physical-server.aspx"&gt;http://blogs.technet.com/mbriggs/archive/2009/05/22/should-vmm-live-inside-a-vm-or-on-a-physical-server.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Q: Can I reduce the number of VMM PS task/jobs that are kept in the VMM database?    &lt;br /&gt;A: Yes, just configure the TaskGC (DWORD) in “HKLM\Software\Microsoft\Microsoft System Center Virtual Machine Manager Server\settings\SQL” to the number of days you want to keep.     &lt;br /&gt;More information: &lt;a title="http://blogs.msdn.com/robertvi/archive/2009/05/25/scvmm-service-may-take-up-lots-of-memory.aspx" href="http://blogs.msdn.com/robertvi/archive/2009/05/25/scvmm-service-may-take-up-lots-of-memory.aspx"&gt;http://blogs.msdn.com/robertvi/archive/2009/05/25/scvmm-service-may-take-up-lots-of-memory.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Q: Can I share (remote) ISO files in VMM with Hyper-V?    &lt;br /&gt;A: Yes, use constrained delegation to enable the CIFS protocol to be accessed on your library server by the Hyper-V host(s) and use a domain account as VMM service account.     &lt;br /&gt;More information: &lt;a title="http://blogs.technet.com/m2/archive/2009/08/15/how-to-properly-share-iso-files-in-vmm-with-hyper-v.aspx" href="http://blogs.technet.com/m2/archive/2009/08/15/how-to-properly-share-iso-files-in-vmm-with-hyper-v.aspx"&gt;http://blogs.technet.com/m2/archive/2009/08/15/how-to-properly-share-iso-files-in-vmm-with-hyper-v.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Q: Can I backup the VMM database?    &lt;br /&gt;A: Yes, using both GUI and/or CLI. Using the VMM Administrator console or using the VMM PowerShell cmdlet called “Backup-VMMserver”     &lt;br /&gt;More information: &lt;a title="http://technet.microsoft.com/en-us/library/bb963730.aspx" href="http://technet.microsoft.com/en-us/library/bb963730.aspx"&gt;http://technet.microsoft.com/en-us/library/bb963730.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Q: What’s the difference between “Maintenance Mode” and “Host is unavailable for Placement” option at the VMHost?    &lt;br /&gt;A: When you start the “Maintenance Mode” on a VMHost, all VMs are (live) migrated away from that VMHost (where possible – otherwise State is Saved ). Making a VMHost “unavailable for placement” would &lt;strong&gt;&lt;u&gt;also&lt;/u&gt;&lt;/strong&gt; exclude the VMHost (eg: Offline Servicing Host) from the star rating used by the “intelligent placement”, but would leave the VMs running on it unharmed.     &lt;br /&gt;More information: &lt;a title="http://blogs.technet.com/chengw/archive/2009/03/18/what-you-need-to-know-about-maintenance-mode.aspx" href="http://blogs.technet.com/chengw/archive/2009/03/18/what-you-need-to-know-about-maintenance-mode.aspx"&gt;http://blogs.technet.com/chengw/archive/2009/03/18/what-you-need-to-know-about-maintenance-mode.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Some more VMM Frequently Asked Questions from &lt;a href="http://technet.microsoft.com/en-us/library/cc793143.aspx" target="_blank"&gt;TechNet&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://trycatch.be/aggbug.aspx?PostID=2279" width="1" height="1"&gt;</description><category domain="http://trycatch.be/blogs/roggenk/archive/tags/VMM2008/default.aspx">VMM2008</category><category domain="http://trycatch.be/blogs/roggenk/archive/tags/VMM2008R2/default.aspx">VMM2008R2</category></item><item><title>Hyper-V R2 Poster - ZoomIt</title><link>http://trycatch.be/blogs/roggenk/archive/2010/06/01/hyper-v-r2-poster-zoomit.aspx</link><pubDate>Tue, 01 Jun 2010 20:09:10 GMT</pubDate><guid isPermaLink="false">12bbda7a-b33b-4de2-8627-f5e32a6b90ff:2473</guid><dc:creator>Kurt Roggen</dc:creator><slash:comments>0</slash:comments><comments>http://trycatch.be/blogs/roggenk/archive/2010/06/01/hyper-v-r2-poster-zoomit.aspx#comments</comments><description>&lt;p&gt;Find it &lt;a href="http://seadragon.com/view/12u8" target="_blank"&gt;here&lt;/a&gt;&amp;#160;&lt;/p&gt;   &lt;p&gt;With courtesy of &lt;a href="http://www.server-talk.eu" target="_blank"&gt;ServerTalk&lt;/a&gt; and &lt;a href="http://blogs.msdn.com/b/virtual_pc_guy/" target="_blank"&gt;Ben Armstrong&lt;/a&gt; for bringing it to our attention…&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://trycatch.be/aggbug.aspx?PostID=2473" width="1" height="1"&gt;</description><category domain="http://trycatch.be/blogs/roggenk/archive/tags/HyperV+R2/default.aspx">HyperV R2</category></item></channel></rss>