<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/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>War Room - notes from the field</title><link>http://blogs.technet.com/b/hugofe/</link><description /><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>Copy VHD / data files into a CSV Disk  -w2k8 r2</title><link>http://blogs.technet.com/b/hugofe/archive/2013/01/09/copy-vhd-data-files-into-a-csv-disk-w2k8-r2.aspx</link><pubDate>Wed, 09 Jan 2013 10:07:27 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3544872</guid><dc:creator>Hugofe</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/hugofe/rsscomments.aspx?WeblogPostID=3544872</wfw:commentRss><comments>http://blogs.technet.com/b/hugofe/archive/2013/01/09/copy-vhd-data-files-into-a-csv-disk-w2k8-r2.aspx#comments</comments><description>&lt;p&gt;&lt;b&gt;Copy VHD / data files into a CSV Disk &lt;/b&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;We need to use the Coordinator Node&lt;/b&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;Remember that CSV is optimized for running VM's, so using other tools and mechanisms... such as doing local copies to and from CSV disks from the partent partition is a very poor way to evaluate the performance. &lt;p&gt;This is expected behavior. Understanding read-writes and what happens when you copy between non-owner nodes will help you out. &lt;p&gt;What I do is if I need to copy data between CSV's is move the CSV resources to the same node and then copy,  &lt;p&gt;With Cluster Shared Volumes (CSV) one of the nodes in the cluster is responsible for synchronization of access to files on a shared volume. This is the node which currently owns the cluster ‘Physical Disk’ resource associated with that LUN, which is referred to as the Coordinator node. Each LUN can have its own coordinator and all nodes are equal and could be a coordinator, so it could be any node. When a VM is deployed and running on a CSV volume almost all of Hyper-V’s access to VHD files associated with a VM go directly to the disk and the coordinator node is not involved. This enables VMs to have fast direct access and give great performance for the VM and the applications running within the VM. So it really doesn’t matter which node is the coordinator or where VM’s are running.  &lt;p&gt;With Windows Server 2008 R2 one exception to that happens when you are copying VHD files to CSV volumes as you create and deploy your VMs. As you copy/create the VHD files to a CSV volume, those writes to the disk are extending write operations, and, as a result, they are redirected over the network to the coordinator node. This can result in it taking longer to copy the file. The moral of the story is that when you are going to do a file copy to a CSV volume, to get the greatest performance it is best to do the copy on the coordinator node if you are doing a local copy. If you are doing a remote copy over the network, it’s best to have the coordinator node be the target of the copy. You can view the current owner or even move ownership of Physical Disk resources from one node to another with the Failover Cluster manager snap-in (CluAdmin.msc) or PowerShell. So you can make whatever node you are on the coordinator. &lt;p&gt;Note:&amp;nbsp; With Windows Server 2012 an extending write operation will be done with direct I/O, and these considerations do not apply. &lt;p&gt;On that node, the writes are all local writes because it is the coordinator itself. &lt;p&gt;From the other node, the writes are actually redirected over the network to Node1 (because they are extending writes to the file). &lt;p&gt;So, what does that really mean? &lt;p&gt;The bottom line here is that if you’re trying to make copies of files to CSV and you want to get this copy to complete in the fastest possible time, make sure you do the copy on the coordinator node.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3544872" width="1" height="1"&gt;</description></item><item><title>Best practices for migration of cluster windows 2008 R2  / 2012 -     As melhores Praticas para migrar um Cluster de Windows 2008 para Windows 2012</title><link>http://blogs.technet.com/b/hugofe/archive/2012/12/06/best-practices-for-migration-of-cluster-windows-2008-r2-2012-as-melhores-praticas-para-migrar-um-cluster-de-windows-2008-para-windows-2012.aspx</link><pubDate>Thu, 06 Dec 2012 09:13:50 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3539137</guid><dc:creator>Hugofe</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/hugofe/rsscomments.aspx?WeblogPostID=3539137</wfw:commentRss><comments>http://blogs.technet.com/b/hugofe/archive/2012/12/06/best-practices-for-migration-of-cluster-windows-2008-r2-2012-as-melhores-praticas-para-migrar-um-cluster-de-windows-2008-para-windows-2012.aspx#comments</comments><description>&lt;blockquote&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;&lt;strong&gt;This one is based on a collection of several information available,&lt;/strong&gt; &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&amp;nbsp; &lt;p&gt;Windows Svr 2012 - best practices for migration of cluster win2008 R2 with the role of HyperV available to win 2012 with the role of HyperV &lt;p&gt;&amp;nbsp; &lt;p&gt;Currently, has a cluster of 4 nodes with win 2008 R2 and the role of HyperV available and needs to know steps to migrate this cluster to win2012 with HyperV. &lt;p&gt;&amp;nbsp; &lt;p&gt;From a OS perspective we can migrate from w2k8 r2 to w2k12, &lt;p&gt;however from a feature perspective there is not a migration of the cluster from one version to the other, &lt;p&gt;So based on this the best option would be to around moving the resources to a group of 2 nodes (w2k8r2) and then build a separated cluster with w2k12, &lt;p&gt;After this we can migrate from w2k8 to w2k12 &lt;p&gt;&amp;nbsp; &lt;p&gt;&amp;nbsp; &lt;p&gt;After the migration ends we can add the remaining w2k8 r2 nodes to the w2k12 cluster and therefore continue to have a 4 node cluster &lt;p&gt;· Is there a way to migrate a cluster partially.? &lt;p&gt;1. evict two of the nodes from the old Cluster.&amp;nbsp;&amp;nbsp; &lt;p&gt;2. Rebuild them from scratch along with the new machine with Server 2012.&amp;nbsp;&amp;nbsp; &lt;p&gt;3. Add Hyper-V and Cluster roles and create a new Cluster to the new ones.&amp;nbsp;&amp;nbsp; &lt;p&gt;4. Run the Cluster Migration Wizard to migrate all the VMs from the old to the new.&amp;nbsp;&amp;nbsp; &lt;p&gt;5. Destroy the old Cluster.  &lt;p&gt;6. Rebuild the old nodes with Server 2012 and join them to the new Cluster. &lt;p&gt;&amp;nbsp; &lt;p&gt;&amp;nbsp; &lt;p&gt;&amp;nbsp; &lt;p&gt;1: &lt;p&gt;&lt;b&gt;How to Move Highly Available (Clustered) VMs to Windows Server 2012 with the Cluster Migration Wizard&lt;/b&gt; &lt;p&gt;The Windows Server 2012 Cluster Migration Wizard is a powerful and time-saving tool that copies cluster roles from a source cluster to a target cluster.  &lt;p&gt;Although the Cluster Migration Wizard can move almost any clustered workload to Windows Server 2012, we get many questions about migrating highly available virtual machines (HA VMs).&amp;nbsp; &lt;p&gt;&lt;b&gt;There are two ways that you will be able to move HA VMs to a Windows Server 2012 Failover Cluster: &lt;/b&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;1. &lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;b&gt;Windows Server 2012 Cluster Migration Wizard integrated into the Failover Clustering feature &lt;/b&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;2. &lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;b&gt;System Center Virtual Machine Manager 2012 (SCVMM 2012) with Service Pack 1&amp;nbsp; &lt;/b&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;Depending on what operating system version you are running today, there are some considerations: &lt;table border="1" cellspacing="0" cellpadding="0"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="top" width="169"&gt; &lt;p&gt;&lt;b&gt;Tool&lt;/b&gt;&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="108"&gt; &lt;p&gt;&lt;b&gt;Migrate Clustered VMs&lt;/b&gt;&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="138"&gt; &lt;p&gt;&lt;b&gt;Migrate Clustered VMs from Windows Server 2008 R2 SP1 to Window Server 2012&lt;/b&gt;&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="144"&gt; &lt;p&gt;&lt;b&gt;Move Clustered VMs from Windows Server 2008 SP2 to Windows Server 2012&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="169"&gt; &lt;p&gt;Windows Server 2012 Failover Clustering Cluster Migration Wizard&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="108"&gt; &lt;p&gt;Yes &lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="138"&gt; &lt;p&gt;Yes&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="144"&gt; &lt;p&gt;Yes&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="169"&gt; &lt;p&gt;System Center Virtual Machine Manager 2012 (SCVMM 2012)&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="108"&gt; &lt;p&gt;Yes&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="138"&gt; &lt;p&gt;Yes&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="144"&gt; &lt;p&gt;No&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;&lt;b&gt;Note&lt;/b&gt;&lt;b&gt;: Live Migration of virtual machines (VMs) from Windows Server 2008 R2 to Windows Server 2012 is not supported.&amp;nbsp; &lt;/b&gt; &lt;p&gt;&lt;b&gt;As a result, migrating VMs to Windows Server 2012 can be fast, but it is not a zero-downtime event - a brief maintenance window is required to cut over to the new cluster roles. &lt;/b&gt; &lt;p&gt;&lt;b&gt;Fortunately, cluster migration can be tested with no impact to a running cluster, so that issues can be identified prior to actual migration.&lt;/b&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;2: &lt;h3&gt;Windows Server 2012 Cluster Migration Wizard Source and Target OS Versions&lt;/h3&gt; &lt;p&gt;The Windows Server 2012 Cluster Migration Wizard will move VMs from the following Windows Server OS versions: &lt;table border="1" cellspacing="0" cellpadding="0"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="top" width="259"&gt; &lt;p&gt;&lt;b&gt;Source Cluster Node OS&lt;/b&gt;&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="228"&gt; &lt;p&gt;&lt;b&gt;Target Cluster Node OS&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="259"&gt; &lt;p&gt;Windows Server 2008 SP2&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="228"&gt; &lt;p&gt;Windows Server 2012&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="259"&gt; &lt;p&gt;Windows Server 2008 R2 SP1&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="228"&gt; &lt;p&gt;Windows Server 2012&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="259"&gt; &lt;p&gt;Windows Server 2012&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="228"&gt; &lt;p&gt;Windows Server 2012&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;&lt;b&gt;Note&lt;/b&gt;: The Windows Server 2012 Cluster Migration Wizard requires that the latest service packs be installed on the source clusters. Windows Server 2008 clusters are required to be upgraded to Service Pack 2 prior to migration. Windows Server 2008 R2 clusters are required to be upgraded to Service Pack 1 prior to migration. &lt;p&gt;3: &lt;h3&gt;Migration for Highly Available (Clustered) Hyper-V VMs&lt;/h3&gt; &lt;p&gt;The following steps are required to prepare a new (target) cluster for the Cluster Migration Wizard – it may typically take approximately two hours to prepare a new Windows Server 2012 cluster with a small number of nodes.&amp;nbsp; Here is an overview of the process: &lt;p&gt;1. The new (target) cluster nodes need to be physically configured (network, storage) – or in the case of cluster virtualization, the virtual network and storage settings of the VMs need to be configured. Ideally, both the old (source) cluster and the new (target) cluster will see common shared storage– storage can be reused and this will allow for the smoothest migration &lt;p&gt;2. Windows Server 2012 needs to be installed on all of the nodes in the cluster target cluster, and the Hyper-V Server Role and Failover Clustering feature should be installed on all nodes as well. &lt;p&gt;3. Create the new Windows Server 2012 target cluster using the Failover Cluster Manager or the &lt;a href="http://technet.microsoft.com/en-us/library/ee460973.aspx"&gt;New-Cluster&lt;/a&gt; PowerShell cmdlet.  &lt;p&gt;4. Launch the Cluster Migration Wizard from the Failover Cluster Manager, select the source cluster, and then select the cluster roles on the source cluster that you’d like to migrate to the new cluster. &lt;p&gt;5. The Pre-Migration Report will identify issues that can impact migration of the selected cluster roles. After migrating, a Post-Migration Report will identify any manual steps that are needed to bring the cluster online. &lt;p&gt;6. The new cluster roles are always created offline - when VMs and users are ready, the following steps should be used during a maintenance window: &lt;p&gt;i. The source VMs should be shut down and turned off. &lt;p&gt;ii. The source cluster CSV volumes that have been migrated should be off-lined. &lt;p&gt;iii. The storage that is common to both clusters (LUNS) should be masked (hidden) from the source cluster, to prevent accidental usage by both clusters. &lt;p&gt;iv. The storage that is common to both clusters (LUNS) should be presented to the new cluster. &lt;p&gt;v. The CSV volumes on the target cluster should be on-lined. &lt;p&gt;vi. The VMs on the target cluster should be on-lined. &lt;p&gt;vii. VMs are migrated and ready for use! &lt;p&gt;&lt;b&gt;Note&lt;/b&gt;: If one VM on a CSV disk is selected for migration, the Cluster Migration Wizard will require all VMs (and auto-select them for you) on that CSV to be migrated too. &lt;p&gt; 4: &lt;h3&gt;Walk Through: Migrating a HA VM from Windows Server 2008 R2 to Windows Server 2012&lt;/h3&gt; &lt;p&gt;A. Let’s assume that we’ve completed the planning steps 1-3 above, and that we have a Highly Available VM running on a Windows Server 2008 R2 cluster – the source cluster - notice that the VM is running, and that it depends on a CSV disk resource:  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/1325.clip_5F00_image001_5F00_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/3005.clip_5F00_image001_5F00_thumb.png" width="634" height="385"&gt;&lt;/a&gt; &lt;p&gt;B. On the Windows Server 2012 cluster – the target cluster - from the Failover Cluster Manger, select a cluster and then use the &lt;b&gt;More Actions | Migrate Roles…&lt;/b&gt; menu to launch the Cluster Migration Wizard: &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/0743.clip_5F00_image002_5F00_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/2844.clip_5F00_image002_5F00_thumb.png" width="634" height="379"&gt;&lt;/a&gt; &lt;p&gt;C. The Cluster Migration Wizard (Migrate a Cluster Wizard) will appear – press Next: &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/1832.clip_5F00_image003_5F00_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image003" border="0" alt="clip_image003" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/6131.clip_5F00_image003_5F00_thumb.png" width="637" height="439"&gt;&lt;/a&gt; &lt;p&gt;D. Specify the name of the source cluster – press Next: &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/4405.clip_5F00_image004_5F00_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/7142.clip_5F00_image004_5F00_thumb.png" width="510" height="352"&gt;&lt;/a&gt; &lt;p&gt;E. The source cluster (Windows Server 2008 R2) will be scanned, and the resources that can be moved will be identified – here I have selected the VM called “VHD_CSV”: &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/8306.clip_5F00_image005_5F00_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image005" border="0" alt="clip_image005" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/6746.clip_5F00_image005_5F00_thumb.png" width="507" height="350"&gt;&lt;/a&gt; &lt;p&gt;F. After pressing Next, we see that the Migration Wizard will prompt us for the Virtual Network Switch that the VM should use on the new (target) cluster – here I use the drop-down menu and select “Destination Lab Private”: &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/7167.clip_5F00_image006_5F00_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image006" border="0" alt="clip_image006" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/7673.clip_5F00_image006_5F00_thumb.png" width="497" height="343"&gt;&lt;/a&gt; &lt;p&gt;G. Pressing View Report will display the Pre-Migration Report – this will show you the Cluster Migration Wizard’s analysis of the cluster roles that can be migrated. Note that the Cluster Group and Available Storage are never migrated: &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/6661.clip_5F00_image007_5F00_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image007" border="0" alt="clip_image007" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/1616.clip_5F00_image007_5F00_thumb.png" width="501" height="455"&gt;&lt;/a&gt; &lt;p&gt;H. When you are ready to migrate the resources, press Next: &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/0638.clip_5F00_image008_5F00_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image008" border="0" alt="clip_image008" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/1727.clip_5F00_image008_5F00_thumb.png" width="489" height="337"&gt;&lt;/a&gt; &lt;p&gt;I. After migrating resources, the Post-Migration Report is displayed in the dialog: &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/7178.clip_5F00_image009_5F00_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image009" border="0" alt="clip_image009" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/0257.clip_5F00_image009_5F00_thumb.png" width="495" height="342"&gt;&lt;/a&gt; &lt;p&gt;J. By pressing View Report, the full report will be displayed in the default browser: &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/0654.clip_5F00_image010_5F00_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image010" border="0" alt="clip_image010" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/3806.clip_5F00_image010_5F00_thumb.png" width="491" height="446"&gt;&lt;/a&gt; &lt;p&gt;K. Note that there are two new resources on the target cluster – identical to the source cluster. Under Roles, you will see the VHD_CSV VM – note that it is &lt;b&gt;Off&lt;/b&gt;. Migrated VMs are always initially set to off on the Target clusters, this allows you to pre-stage the new cluster, but to control when to make the cut over: &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/0257.clip_5F00_image011_5F00_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image011" border="0" alt="clip_image011" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/7522.clip_5F00_image011_5F00_thumb.png" width="484" height="372"&gt;&lt;/a&gt; &lt;p&gt;L. Under Storage then Disks, you will see the VHD_CSV-disk Physical Disk resource that was copied to the target cluster: &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/1667.clip_5F00_image012_5F00_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image012" border="0" alt="clip_image012" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/4314.clip_5F00_image012_5F00_thumb.png" width="445" height="342"&gt;&lt;/a&gt; &lt;p&gt;M. Now that the target cluster has been pre-staged, use the following steps during a maintenance window to cut over to the new Windows Server 2012 cluster: &lt;p&gt;1. Shutdown all VMs on the source Windows Server 2008 R2 cluster that have been migrated. &lt;p&gt;2. Configure the storage: &lt;p&gt;a. Unmask the common shared storage (LUNs) so that they are not presented to the Windows Server 2008 R2source cluster &lt;p&gt;Note:&amp;nbsp; Data could become corrupt if they are presented to multiple clusters at the same time.  &lt;p&gt;b. Mask the common shared storage (LUNs) to the Windows Server 2012 target cluster. &lt;p&gt;3. Start all VMs on the target Windows Server 2012 cluster. &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/2744.clip_5F00_image013_5F00_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image013" border="0" alt="clip_image013" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/7522.clip_5F00_image013_5F00_thumb.png" width="427" height="330"&gt;&lt;/a&gt; &lt;h3&gt;Summary&lt;/h3&gt; &lt;p&gt;In Windows Server 2012, the Cluster Migration Wizard is a powerful tool that provides agility and flexibility to customers using highly available VMs on Failover Clusters. &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/jj592687.aspx"&gt;http://technet.microsoft.com/en-us/library/jj592687.aspx&lt;/a&gt; &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/jj574226.aspx"&gt;http://technet.microsoft.com/en-us/library/jj574226.aspx&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3539137" width="1" height="1"&gt;</description></item><item><title>WINDOWS 2008 / 2008 R2 SAN Migration</title><link>http://blogs.technet.com/b/hugofe/archive/2012/07/04/windows-2008-2008-r2-san-migration.aspx</link><pubDate>Wed, 04 Jul 2012 13:09:14 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3507421</guid><dc:creator>Hugofe</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/hugofe/rsscomments.aspx?WeblogPostID=3507421</wfw:commentRss><comments>http://blogs.technet.com/b/hugofe/archive/2012/07/04/windows-2008-2008-r2-san-migration.aspx#comments</comments><description>&lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;Some of the Cluster Recovery functionality is built into Windows 2008 Failover&lt;b&gt; &lt;/b&gt;Clustering&lt;b&gt;.&lt;/b&gt; &lt;p&gt;Say I have 4 disks in the Cluster (1 witness and 3 data) and I want to replace them with new ones.  &lt;p&gt;1: &lt;p&gt;Quorum Type, &lt;p&gt;Here are the steps I would take. Please ensure all nodes are up and functioning in the Cluster.&lt;br&gt;1. Change the Quorum Setting from Witness to Node Majority.&lt;br&gt;a. Right Mouse Click the name of the Cluster on left and choose PROPERTIES&lt;br&gt;b. Choose MORE ACTIONS&lt;br&gt;c. Choose CONFIGURE CLUSTER QUORUM SETTINGS&lt;br&gt;d. Select NODE MAJORITY&lt;br&gt;e. FINISH &lt;p&gt;2.  &lt;p&gt;Disk Resources &lt;p&gt;“How do I replace a disk?” &lt;p&gt;I’ll walkthrough the process of replacing a 1GB disk with a 2GB disk.  &lt;p&gt;This process is similar to how you could go about doing a SAN migration where you are replacing all of your shared disks with storage from a new SAN. &lt;p&gt;The preferred way of getting a larger cluster disk is to use the built in capability of most SANs to dynamically expand a LUN then use an OS utility like DiskPart or Disk Manager to extend the size of the disk. &lt;p&gt;If that’s not feasible or you simply want to replace a LUN with a larger one or as I mentioned, as part of a SAN migration, this process works well. &lt;p&gt;2.1: &lt;p&gt;The first thing we need to do is present your new disk to the cluster.  &lt;p&gt;The nuts and bolts of how to do that are outside the scope of this post so just ask your SAN administrator for a new LUN and present it to all nodes of the cluster.  &lt;p&gt;Since by default in Server 2008, we leave new LUNs offline, there’s no risk in presenting a new LUN to all nodes at the same time.  &lt;p&gt;In the below figure is what Disk Manager would look like after my new disk had been presented. &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/5047.clip_5F00_image002_5F00_2.gif"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/3480.clip_5F00_image002_5F00_thumb.gif" width="244" height="101"&gt;&lt;/a&gt; &lt;p&gt;Figure 1. &lt;p&gt;Note how the new disk ‘Disk 9’ is in an ‘Offline’ state. In order to prepare it to be the replacement disk for an existing disk, we need to do the following. &lt;ul&gt; &lt;li&gt;Online the disk  &lt;li&gt;Initialize the disk (MBR or GPT)  &lt;li&gt;Create a new volume  &lt;li&gt;Format as either FAT32 or NTFS &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/8267.clip_5F00_image004_5F00_2.gif"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/7607.clip_5F00_image004_5F00_thumb.gif" width="244" height="102"&gt;&lt;/a&gt; &lt;p&gt;Figure 2. &lt;p&gt;Figure 2 now shows ‘Disk 9’ as Online and formatted with an NTFS partition.  &lt;p&gt;Add the NEW disk to the Available Storage Group &lt;p&gt;Take all the resources OFFLINE except the NEW and the OLD Disks, &lt;p&gt;Copy the Data: &lt;p&gt;robocopy G:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B:&amp;nbsp;&amp;nbsp; /MIR /SEC /R:5 /W:1 /LOG:C:\copia_log.txt&amp;nbsp; /TEE /ETA /COPYALL &lt;p&gt;robocopy H:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E:&amp;nbsp;&amp;nbsp; /MIR /SEC /R:5 /W:1 /LOG:C:\copia_log.txt&amp;nbsp; /TEE /ETA /COPYALL &lt;p&gt;robocopy I:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; F:&amp;nbsp;&amp;nbsp; /MIR /SEC /R:5 /W:1 /LOG:C:\copia_log.txt&amp;nbsp; /TEE /ETA /COPYALL &lt;p&gt;robocopy J:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; S:&amp;nbsp;&amp;nbsp; /MIR /SEC /R:5 /W:1 /LOG:C:\copia_log.txt&amp;nbsp; /TEE /ETA /COPYALL &lt;p&gt;robocopy K:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; T:&amp;nbsp;&amp;nbsp; /MIR /SEC /R:5 /W:1 /LOG:C:\copia_log.txt&amp;nbsp; /TEE /ETA /COPYALL &lt;p&gt;robocopy M:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U:&amp;nbsp;&amp;nbsp; /MIR /SEC /R:5 /W:1 /LOG:C:\copia_log.txt&amp;nbsp; /TEE /ETA /COPYALL &lt;p&gt;robocopy N:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; V:&amp;nbsp;&amp;nbsp; /MIR /SEC /R:5 /W:1 /LOG:C:\copia_log.txt&amp;nbsp; /TEE /ETA /COPYALL &lt;p&gt;robocopy L:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W:&amp;nbsp;&amp;nbsp; /MIR /SEC /R:5 /W:1 /LOG:C:\copia_log.txt&amp;nbsp; /TEE /ETA /COPYALL &lt;p&gt;robocopy P:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; X:&amp;nbsp;&amp;nbsp; /MIR /SEC /R:5 /W:1 /LOG:C:\copia_log.txt&amp;nbsp; /TEE /ETA /COPYALL &lt;p&gt;robocopy R:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Y:&amp;nbsp;&amp;nbsp; /MIR /SEC /R:5 /W:1 /LOG:C:\copia_log.txt&amp;nbsp; /TEE /ETA /COPYALL &lt;p&gt;robocopy O:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Z:&amp;nbsp;&amp;nbsp; /MIR /SEC /R:5 /W:1 /LOG:C:\copia_log.txt&amp;nbsp; /TEE /ETA /COPYALL… &lt;p&gt;At this point, we can now go into Failover Cluster Manager to complete the rest of the replacement. &lt;p&gt;The screenshot below shows a File Server group with ‘Cluster Disk X:’ of size 1GB. This is the disk that I am going to replace with the new 2GB disk from above. &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/7026.clip_5F00_image006_5F00_2.gif"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image006" border="0" alt="clip_image006" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/6038.clip_5F00_image006_5F00_thumb.gif" width="244" height="171"&gt;&lt;/a&gt; &lt;p&gt;Figure 3. &lt;p&gt;&lt;b&gt;Failover Cluster Manager has a built in ‘repair’ functionality that allows replacing a failed disk with a new disk. &lt;/b&gt; &lt;p&gt;&lt;b&gt;Since we’re not really replacing a failed disk but a working one, we need to ‘trick’ the cluster into putting that disk into a failed state so that the ‘repair’ function will be enabled.&lt;/b&gt; &lt;p&gt;&lt;b&gt;First we need to change the properties of ‘Cluster Disk X:’ to not restart or failover when I simulate a failure of the disk. Right-click the disk resource, [Properties], [Policies Tab]. Set the ‘Response to resource failure’ to ‘If resources fails, do not restart’.&lt;/b&gt; &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/1665.clip_5F00_image008_5F00_2.gif"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image008" border="0" alt="clip_image008" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/2728.clip_5F00_image008_5F00_thumb.gif" width="206" height="244"&gt;&lt;/a&gt; &lt;p&gt;Figure 4. &lt;p&gt;Now right-click ‘Cluster Disk X:’, ‘More Actions’, ‘Simulate failure of this resource’ &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/4314.clip_5F00_image010_5F00_2.jpg"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image010" border="0" alt="clip_image010" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/5383.clip_5F00_image010_5F00_thumb.jpg" width="244" height="162"&gt;&lt;/a&gt; &lt;p&gt;Figure 5. &lt;p&gt;You’ll now see that the disk resource is in a ‘Failed’ state. Don’t worry, data is still intact and disk is fine. &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/7127.clip_5F00_image012_5F00_2.gif"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image012" border="0" alt="clip_image012" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/3833.clip_5F00_image012_5F00_thumb.gif" width="244" height="156"&gt;&lt;/a&gt; &lt;p&gt;Figure 6. &lt;p&gt;Now right-click the disk resource, ‘More actions…’, ‘Repair’. This will launch the ‘Repair a Disk Resource’ window. &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/8611.clip_5F00_image014_5F00_2.gif"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image014" border="0" alt="clip_image014" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/4426.clip_5F00_image014_5F00_thumb.gif" width="244" height="72"&gt;&lt;/a&gt; &lt;p&gt;Figure 7. &lt;p&gt;&lt;b&gt;Figure 7. shows the disk that we presented and created in Figure 2. Select that disk, click [OK]/&lt;/b&gt; &lt;p&gt;&lt;b&gt;So after this we now have the NEW disk,&lt;/b&gt; &lt;p&gt;Now bring the resource online. You’ll see in Figure 8. that the disk now shows as 2GB. We essentially swapped one disk for another without having to worry about resource dependencies. &lt;p&gt;If the drive letter needs to be changed to match the old drive letter, do so now. &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/8611.clip_5F00_image016_5F00_2.gif"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image016" border="0" alt="clip_image016" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/4010.clip_5F00_image016_5F00_thumb.gif" width="244" height="163"&gt;&lt;/a&gt; &lt;p&gt;Figure 8. &lt;p&gt;Now, we need to set the restart properties of the resource back to their default. Right click on the disk, Properties. Select the ‘If resource fails, attempt restart on current node’. We’re undoing what we did in Figure 4. &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/7043.clip_5F00_image018_5F00_2.gif"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image018" border="0" alt="clip_image018" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/1780.clip_5F00_image018_5F00_thumb.gif" width="206" height="244"&gt;&lt;/a&gt; &lt;p&gt;Figure 9. &lt;p&gt;&lt;b&gt;Other Option to copy the DATA is:&lt;/b&gt; &lt;p&gt;So now that we’ve replaced the 1GB disk with the 2GB disk, what happened to the old disk?  &lt;p&gt;When you used the ‘Repair’ function, the old disk got removed from under the control of the cluster. &lt;p&gt;The final step in the replacement is to bring the old disk back into the cluster so that we can bring it online and move the data from the old disk to the new. &lt;p&gt;To add the disk back in, from Failover Cluster Manager, go to the ‘Storage’ group. In the right-most column, in the ‘Actions’ pane, click on ‘Add a disk’ &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/4010.clip_5F00_image020_5F00_2.gif"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image020" border="0" alt="clip_image020" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/0624.clip_5F00_image020_5F00_thumb.gif" width="243" height="159"&gt;&lt;/a&gt; &lt;p&gt;Figure 10. &lt;p&gt;Figure 11 shows the disk we just removed from the cluster. Select this disk, click [OK] &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/4010.clip_5F00_image022_5F00_2.gif"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image022" border="0" alt="clip_image022" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/5415.clip_5F00_image022_5F00_thumb.gif" width="244" height="74"&gt;&lt;/a&gt; &lt;p&gt;Figure 11. &lt;p&gt;This disk now shows up in ‘Available Storage’. Figure 12. &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/8547.clip_5F00_image024_5F00_2.gif"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image024" border="0" alt="clip_image024" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/8561.clip_5F00_image024_5F00_thumb.gif" width="244" height="157"&gt;&lt;/a&gt; &lt;p&gt;Figure 12. &lt;p&gt;The final steps in the replacement are to assign this disk a drive letter so that it’s exposed to the OS to get your data moved from the old disk to the new. &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/0537.clip_5F00_image026_5F00_2.jpg"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image026" border="0" alt="clip_image026" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/8551.clip_5F00_image026_5F00_thumb.jpg" width="244" height="141"&gt;&lt;/a&gt; &lt;p&gt;Figure 13. &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/1538.clip_5F00_image028_5F00_2.gif"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image028" border="0" alt="clip_image028" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/2100.clip_5F00_image028_5F00_thumb.gif" width="244" height="28"&gt;&lt;/a&gt; &lt;p&gt;Now that ‘Cluster Disk 7’ (the old disk) shows as online and has a drive letter (D:) , you can use your favorite data copy method to move the data from the old disk to the new disk.  &lt;p&gt;If you are no longer going to use the old LUN, you can simply delete this resource from Failover Cluster Manager and unpresent that LUN from all nodes of the cluster.  &lt;p&gt;That finishes up the clean-up process. You can also just leave the disk in ‘Available Storage’, format it, and have it ready for some other ‘Service or application’ cluster group to use in the future. &lt;p&gt;Hope you find this useful especially for those SAN migrations. &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc756229(v=WS.10).aspx"&gt;http://technet.microsoft.com/en-us/library/cc756229(v=WS.10).aspx&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3507421" width="1" height="1"&gt;</description></item><item><title>Recommended hotfixes KBs for SCVMM 2008 R2 / SCVMM 2012:</title><link>http://blogs.technet.com/b/hugofe/archive/2012/06/21/recommended-hotfixes-kbs-for-scvmm-2008-r2-scvmm-2012.aspx</link><pubDate>Thu, 21 Jun 2012 10:00:44 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3505146</guid><dc:creator>Hugofe</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/hugofe/rsscomments.aspx?WeblogPostID=3505146</wfw:commentRss><comments>http://blogs.technet.com/b/hugofe/archive/2012/06/21/recommended-hotfixes-kbs-for-scvmm-2008-r2-scvmm-2012.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;Recommended hotfixes KBs for SCVMM 2008 R2 / SCVMM 2012&lt;/b&gt; &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&amp;nbsp; &lt;p&gt;1-&amp;nbsp; for VMM 2012: &lt;p&gt;2724596 Recommended hotfixes for Microsoft System Center 2012 Virtual Machine Manager &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2724596/EN-US"&gt;http://support.microsoft.com/kb/2724596/EN-US&lt;/a&gt; &lt;p&gt;&amp;nbsp; &lt;p&gt; VMMCA will be updated to check for the hotfixes mentioned in the KB. &lt;p&gt;&amp;nbsp; &lt;p&gt;2· Updated the VMM 2008 R2 KB: &lt;p&gt;2397711 Recommended hotfixes for System Center Virtual Machine Manager 2008 R2 &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2397711/EN-US"&gt;http://support.microsoft.com/kb/2397711/EN-US&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3505146" width="1" height="1"&gt;</description></item><item><title>Lista proactiva de updates / proactive recommended updates ( Windows Server 2008 R2 RTM / SP1 Cluster ) April 2012</title><link>http://blogs.technet.com/b/hugofe/archive/2012/04/02/lista-proactiva-de-updates-proactive-recommended-updates-windows-server-2008-r2-rtm-sp1-cluster.aspx</link><pubDate>Mon, 02 Apr 2012 11:09:35 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3489716</guid><dc:creator>Hugofe</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/hugofe/rsscomments.aspx?WeblogPostID=3489716</wfw:commentRss><comments>http://blogs.technet.com/b/hugofe/archive/2012/04/02/lista-proactiva-de-updates-proactive-recommended-updates-windows-server-2008-r2-rtm-sp1-cluster.aspx#comments</comments><description>&lt;h5&gt;&lt;/h5&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;h5&gt;Lista proactiva de updates / proactive recommended updates ( Windows Server 2008 R2 RTM / SP1 Cluster ):&lt;/h5&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;Kernel  &lt;p&gt;2667227 You cannot access an RDX removable disk that you formatted by using NTFS in Windows Server 2003, in Windows Vista, in Windows Server 2008, in Windows 7, or in Windows Server 2008 R2 &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;2667227"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;2667227&lt;/a&gt; &lt;p&gt;TCPIP  &lt;p&gt;2675785 Data transfer speed is slow in Windows 7 or in Windows Server 2008 R2 &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;2675785"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;2675785&lt;/a&gt; &lt;p&gt;NDIS &lt;p&gt;2624668 "STOP: 0x0000003B" error occurs during the shutdown process in Windows Server 2008 R2 or in Windows 7 &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;2624668"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;2624668&lt;/a&gt; &lt;p&gt;RDBSS &lt;p&gt;2647452 Paged pool leaks when you map a network drive and then disconnect it frequently in Windows 7 or in Windows Server 2008 R2 &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;2647452"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;2647452&lt;/a&gt; &lt;p&gt;MPIO &lt;p&gt;2661794 MPIO does not remove a disk that is on a failed path in Windows Server 2008 R2 &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;2661794"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;2661794&lt;/a&gt; &lt;p&gt;MSDSM &lt;p&gt;2460971 MPIO failover fails on a computer that is running Windows Server 2008 R2 &lt;p&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;2460971 &lt;p&gt;VOLSNAP &lt;p&gt;2632149 "fvevol!FveFilterDeviceControl+1d0" Stop error when you create a VSS snapshot backup in Windows Server 2008 R2 SP1 &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;2632149"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;2632149&lt;/a&gt; &lt;p&gt;CLUSSVC &lt;p&gt;2674551 Redirected mode is enabled unexpectedly in a Cluster Shared Volume when you are running a third-party application in a Windows Server 2008 R2-based cluster &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;2674551"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;2674551&lt;/a&gt; &lt;p&gt;CSVFILTER &lt;p&gt;2639032 "0x0000003B," "0x00000027," and "0x0000007e" Stop errors when a connection to a CSV is lost on a Windows Server 2008 R2-based failover cluster &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;2639032"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;2639032&lt;/a&gt; &lt;p&gt;Clusres.dll &lt;p&gt;2637197 CSV LUNs fail if you use a VSS hardware provider to back up virtual machines on a Windows Server 2008 R2-based cluster &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;2637197"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;2637197&lt;/a&gt; &lt;p&gt;storport.sys &lt;p&gt;2654363 Computer crashes when you use Driver Verifier to monitor Storport.sys if you disable the HBA in Windows 7 or Windows Server 2008 R2 &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;2654363"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;2654363&lt;/a&gt; &lt;p&gt;NTFS.SYS &lt;p&gt;2618914 A hotfix is available that adds the FileFsSectorSizeInformation information class to Windows 7 and to Windows Server 2008 R2 &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;2618914"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;2618914&lt;/a&gt; &lt;p&gt;WMI &lt;p&gt;2465990 "0x80041002 (WBEM_E_NOT_FOUND)" error occurs when you try to open a WMI namespace on a computer that is running Windows 7 or Windows Server 2008 R2 &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2465990/en-us"&gt;http://support.microsoft.com/kb/2465990/en-us&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3489716" width="1" height="1"&gt;</description></item><item><title>Advisory-Auditing cluster regkey</title><link>http://blogs.technet.com/b/hugofe/archive/2011/11/22/advisory-auditing-cluster-regkey.aspx</link><pubDate>Tue, 22 Nov 2011 13:49:29 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3466645</guid><dc:creator>Hugofe</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/hugofe/rsscomments.aspx?WeblogPostID=3466645</wfw:commentRss><comments>http://blogs.technet.com/b/hugofe/archive/2011/11/22/advisory-auditing-cluster-regkey.aspx#comments</comments><description>&lt;p&gt;Audit any changes in the cluster registry (HKEY_LOCAL_MACHINE\Cluster) in a windows 2003 cluster environment. &lt;p&gt;&lt;b&gt;Purpose:&lt;/b&gt; &lt;p&gt;Advisory-Auditing cluster regkey &lt;p&gt;&lt;b&gt;Action Plan:&lt;/b&gt; &lt;p&gt;Please be aware that the type of information that the Audit gives in windows 2003 is not so explicit as it is in more recent operating systems like in windows 2008. &lt;p&gt;Identify type of changes made either manually by editing the resource in the registry or possibly some script or application that run &lt;p&gt;1: &lt;p&gt;Those action in terms of the GPO and the Registry need to be applied equally on all the nodes of the cluster. &lt;p&gt;324739 HOW TO: Use Group Policy to Audit Registry Keys in Windows Server 2003 &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/324739"&gt;http://support.microsoft.com/kb/324739&lt;/a&gt; &lt;p&gt;&lt;b&gt;Turn On Auditing on a Computer &lt;/b&gt; &lt;p&gt;1. Click &lt;b&gt;Start&lt;/b&gt;, and then click &lt;b&gt;Run&lt;/b&gt;. &lt;p&gt;2. In the &lt;b&gt;Open&lt;/b&gt; box, type &lt;b&gt;gpedit.msc&lt;/b&gt;, and then click &lt;b&gt;OK&lt;/b&gt;. &lt;p&gt;3. Under &lt;b&gt;Computer Configuration&lt;/b&gt;, expand &lt;b&gt;Windows Settings&lt;/b&gt;, expand &lt;b&gt;Security Settings&lt;/b&gt;, expand &lt;b&gt;Local Policies&lt;/b&gt;, and then click &lt;b&gt;Audit Policy&lt;/b&gt;. &lt;p&gt;4. In the right pane, double-click &lt;b&gt;Audit object access&lt;/b&gt;. &lt;p&gt;5. Click to select the &lt;b&gt;Success&lt;/b&gt; check box, click to select the &lt;b&gt;Failure&lt;/b&gt; check box, and then click &lt;b&gt;OK&lt;/b&gt;.&lt;br&gt;&lt;b&gt;NOTE&lt;/b&gt;: The Audit object access policy is enough to turn on auditing for the Windows registry. &lt;p&gt;6. Quit the Group Policy Object Editor snap-in. &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/4075.clip_5F00_image001_5F00_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/3808.clip_5F00_image001_5F00_thumb.png" width="572" height="397"&gt;&lt;/a&gt; &lt;p&gt;&amp;nbsp; &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/8863.clip_5F00_image002_5F00_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/5611.clip_5F00_image002_5F00_thumb.png" width="556" height="489"&gt;&lt;/a&gt; &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/3036.clip_5F00_image003_5F00_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image003" border="0" alt="clip_image003" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/2475.clip_5F00_image003_5F00_thumb.png" width="453" height="233"&gt;&lt;/a&gt; &lt;p&gt;&amp;nbsp; &lt;p&gt;&amp;nbsp; &lt;p&gt;&lt;b&gt;2:&lt;/b&gt; &lt;p&gt;&lt;b&gt;Audit a Registry Key&lt;/b&gt; &lt;p&gt;1. Click &lt;b&gt;Start&lt;/b&gt;, and then click &lt;b&gt;Run&lt;/b&gt;. &lt;p&gt;2. In the &lt;b&gt;Open&lt;/b&gt; box, type regedit, and then click &lt;b&gt;OK&lt;/b&gt;. &lt;p&gt;&lt;b&gt;3. &lt;/b&gt;Locate and click the registry key that you want to audit, for example:&lt;br&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;HKEY_LOCAL_MACHINE\Cluster\NetworkInterfaces&lt;/b&gt; &lt;p&gt;&lt;b&gt;HKEY_LOCAL_MACHINE\Cluster\Networks&lt;/b&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;4. On the &lt;b&gt;Edit&lt;/b&gt; menu, click &lt;b&gt;Permissions&lt;/b&gt;. &lt;p&gt;5. Click &lt;b&gt;Advanced&lt;/b&gt;, click the &lt;b&gt;Auditing&lt;/b&gt; tab, and then click &lt;b&gt;Add&lt;/b&gt;. &lt;p&gt;6. Type the user &lt;b&gt;EVERYONE&lt;/b&gt; to this registry key you want to audit, click &lt;b&gt;Check Names&lt;/b&gt; to verify the name, and then click &lt;b&gt;OK&lt;/b&gt;. &lt;p&gt;7. In the &lt;strong&gt;Apply onto&lt;/strong&gt; box, click the option that you want. &lt;p&gt;8. Click to select the &lt;b&gt;Successful&lt;/b&gt; and &lt;b&gt;Failed&lt;/b&gt; check boxes next to the following access types: &lt;p&gt;9. Click &lt;b&gt;OK&lt;/b&gt;, and then click &lt;b&gt;OK&lt;/b&gt;.  &lt;p&gt;10. Quit Registry Editor. &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;Audit events are displayed in the Security log of Event Viewer&lt;/b&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;Example: &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/5102.clip_5F00_image004_5F00_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/4604.clip_5F00_image004_5F00_thumb.png" width="441" height="148"&gt;&lt;/a&gt; &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/8233.clip_5F00_image005_5F00_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image005" border="0" alt="clip_image005" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/0882.clip_5F00_image005_5F00_thumb.png" width="355" height="219"&gt;&lt;/a&gt; &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/2626.clip_5F00_image006_5F00_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image006" border="0" alt="clip_image006" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/2022.clip_5F00_image006_5F00_thumb.png" width="359" height="315"&gt;&lt;/a&gt; &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/3515.clip_5F00_image007_5F00_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image007" border="0" alt="clip_image007" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/8484.clip_5F00_image007_5F00_thumb.png" width="355" height="349"&gt;&lt;/a&gt; &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/8461.clip_5F00_image008_5F00_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image008" border="0" alt="clip_image008" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/2086.clip_5F00_image008_5F00_thumb.png" width="352" height="243"&gt;&lt;/a&gt; &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/5633.clip_5F00_image009_5F00_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image009" border="0" alt="clip_image009" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/4621.clip_5F00_image009_5F00_thumb.png" width="323" height="385"&gt;&lt;/a&gt; &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/6862.clip_5F00_image010_5F00_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image010" border="0" alt="clip_image010" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/8400.clip_5F00_image010_5F00_thumb.png" width="328" height="147"&gt;&lt;/a&gt; &lt;p&gt;&amp;nbsp; &lt;p&gt;3: &lt;p&gt;Those are the events that are generated. &lt;p&gt;3.1: &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/0576.clip_5F00_image011_5F00_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image011" border="0" alt="clip_image011" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/0552.clip_5F00_image011_5F00_thumb.png" width="295" height="332"&gt;&lt;/a&gt; &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/8585.clip_5F00_image012_5F00_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image012" border="0" alt="clip_image012" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/2605.clip_5F00_image012_5F00_thumb.png" width="297" height="336"&gt;&lt;/a&gt; &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/3386.clip_5F00_image013_5F00_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image013" border="0" alt="clip_image013" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/2112.clip_5F00_image013_5F00_thumb.png" width="299" height="307"&gt;&lt;/a&gt; &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/4834.clip_5F00_image014_5F00_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image014" border="0" alt="clip_image014" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/0636.clip_5F00_image014_5F00_thumb.png" width="298" height="322"&gt;&lt;/a&gt; &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/4338.clip_5F00_image015_5F00_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image015" border="0" alt="clip_image015" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/1185.clip_5F00_image015_5F00_thumb.png" width="304" height="341"&gt;&lt;/a&gt; &lt;p&gt;&amp;nbsp; &lt;p&gt;3.2: &lt;p&gt;Detailed events that are reported if we delete or change any key, &lt;p&gt;&amp;nbsp; &lt;p&gt;3.2: &lt;p&gt;Detailed events that are reported if we delete or change any key, &lt;p&gt;&amp;nbsp; &lt;p&gt;Event Type:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Success Audit &lt;p&gt;Event Source:&amp;nbsp; Security &lt;p&gt;Event Category:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Access &lt;p&gt;Event ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 560 &lt;p&gt;Date:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/22/2011 &lt;p&gt;Time:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10:38:59 AM &lt;p&gt;User:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VPCLAB\Administrator &lt;p&gt;Computer:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SETPSFIFNO5 &lt;p&gt;Description: &lt;p&gt;Object Open: &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Server: Security &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Type:&amp;nbsp;&amp;nbsp;&amp;nbsp; Key &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Name:&amp;nbsp; \REGISTRY\MACHINE\CLUSTER\Networks &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Handle ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 312 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Operation ID:&amp;nbsp;&amp;nbsp; {0,270998} &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Process ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2496 &lt;p&gt;Image File Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\WINDOWS\regedit.exe &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary User Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Administrator &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary Domain:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VPCLAB &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary Logon ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (0x0,0x28D54) &lt;p&gt;Client User Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Administrator &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client Domain: VPCLAB &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client Logon ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (0x0,0x28D54) &lt;p&gt;Accesses:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; READ_CONTROL  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Query key value  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Enumerate sub-keys &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Privileges:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Restricted Sid Count:&amp;nbsp;&amp;nbsp; 0 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Access Mask:&amp;nbsp;&amp;nbsp; 0x20009 &lt;p&gt;&amp;nbsp; &lt;p&gt;&amp;nbsp; &lt;p&gt;Event Type:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Success Audit &lt;p&gt;Event Source:&amp;nbsp; Security &lt;p&gt;Event Category:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Access  &lt;p&gt;Event ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 560 &lt;p&gt;Date:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/22/2011 &lt;p&gt;Time:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10:39:00 AM &lt;p&gt;User:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VPCLAB\Administrator &lt;p&gt;Computer:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SETPSFIFNO5 &lt;p&gt;Description: &lt;p&gt;Object Open: &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Server: Security &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Type:&amp;nbsp;&amp;nbsp;&amp;nbsp; Key &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Name:&amp;nbsp; \REGISTRY\MACHINE\CLUSTER\Networks\136a7de2-8375-4a19-a57d-242afebaff41 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Handle ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 308 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Operation ID:&amp;nbsp;&amp;nbsp; {0,271033} &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Process ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2496 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Image File Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\WINDOWS\regedit.exe &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary User Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Administrator &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary Domain:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VPCLAB &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary Logon ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (0x0,0x28D54) &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client User Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Administrator &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client Domain: VPCLAB &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client Logon ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (0x0,0x28D54) &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Accesses:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; READ_CONTROL  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS_SYS_SEC  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Query key value  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Enumerate sub-keys  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Privileges:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SeSecurityPrivilege &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Restricted Sid Count:&amp;nbsp;&amp;nbsp; 0 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Access Mask:&amp;nbsp;&amp;nbsp; 0x1020009 &lt;p&gt;&amp;nbsp; &lt;p&gt;&amp;nbsp; &lt;p&gt;Event Type:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Success Audit &lt;p&gt;Event Source:&amp;nbsp; Security &lt;p&gt;Event Category:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Access  &lt;p&gt;Event ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 560 &lt;p&gt;Date:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/22/2011 &lt;p&gt;Time:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10:39:00 AM &lt;p&gt;User:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VPCLAB\Administrator &lt;p&gt;Computer:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SETPSFIFNO5 &lt;p&gt;Description: &lt;p&gt;Object Open: &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Server: Security &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Type:&amp;nbsp;&amp;nbsp;&amp;nbsp; Key &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Name:&amp;nbsp; \REGISTRY\MACHINE\CLUSTER\Networks\136a7de2-8375-4a19-a57d-242afebaff41 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Handle ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 308 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Operation ID:&amp;nbsp;&amp;nbsp; {0,271033} &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Process ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2496 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Image File Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\WINDOWS\regedit.exe &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary User Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Administrator &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary Domain:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VPCLAB &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary Logon ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (0x0,0x28D54) &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client User Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Administrator &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client Domain: VPCLAB &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client Logon ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (0x0,0x28D54) &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Accesses:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; READ_CONTROL  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS_SYS_SEC  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Query key value  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Enumerate sub-keys  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Privileges:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SeSecurityPrivilege &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Restricted Sid Count:&amp;nbsp;&amp;nbsp; 0 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Access Mask:&amp;nbsp;&amp;nbsp; 0x1020009 &lt;p&gt;&amp;nbsp; &lt;p&gt;&amp;nbsp; &lt;p&gt;Event Type:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Success Audit &lt;p&gt;Event Source:&amp;nbsp; Security &lt;p&gt;Event Category:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Access  &lt;p&gt;Event ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 560 &lt;p&gt;Date:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/22/2011 &lt;p&gt;Time:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10:39:00 AM &lt;p&gt;User:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VPCLAB\Administrator &lt;p&gt;Computer:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SETPSFIFNO5 &lt;p&gt;Description: &lt;p&gt;Object Open: &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Server: Security &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Type:&amp;nbsp;&amp;nbsp;&amp;nbsp; Key &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Name:&amp;nbsp; \REGISTRY\MACHINE\CLUSTER\Networks\136a7de2-8375-4a19-a57d-242afebaff41 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Handle ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 308 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Operation ID:&amp;nbsp;&amp;nbsp; {0,271038} &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Process ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2496 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Image File Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\WINDOWS\regedit.exe &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary User Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Administrator &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary Domain:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VPCLAB &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary Logon ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (0x0,0x28D54) &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client User Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Administrator &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client Domain: VPCLAB &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client Logon ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (0x0,0x28D54) &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Accesses:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; READ_CONTROL  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Privileges:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Restricted Sid Count:&amp;nbsp;&amp;nbsp; 0 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Access Mask:&amp;nbsp;&amp;nbsp; 0x20000 &lt;p&gt;&amp;nbsp; &lt;p&gt;&amp;nbsp; &lt;p&gt;Event Type:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Success Audit &lt;p&gt;Event Source:&amp;nbsp; Security &lt;p&gt;Event Category:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Access  &lt;p&gt;Event ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 560 &lt;p&gt;Date:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/22/2011 &lt;p&gt;Time:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10:39:00 AM &lt;p&gt;User:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VPCLAB\Administrator &lt;p&gt;Computer:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SETPSFIFNO5 &lt;p&gt;Description: &lt;p&gt;Object Open: &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Server: Security &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Type:&amp;nbsp;&amp;nbsp;&amp;nbsp; Key &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Name:&amp;nbsp; \REGISTRY\MACHINE\CLUSTER\Networks &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Handle ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 308 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Operation ID:&amp;nbsp;&amp;nbsp; {0,271039} &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Process ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2496 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Image File Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\WINDOWS\regedit.exe &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary User Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Administrator &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary Domain:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VPCLAB &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary Logon ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (0x0,0x28D54) &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client User Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Administrator &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client Domain: VPCLAB &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client Logon ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (0x0,0x28D54) &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Accesses:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; READ_CONTROL  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS_SYS_SEC  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Query key value  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Enumerate sub-keys  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Privileges:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SeSecurityPrivilege &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Restricted Sid Count:&amp;nbsp;&amp;nbsp; 0 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Access Mask:&amp;nbsp;&amp;nbsp; 0x1020009 &lt;p&gt;&amp;nbsp; &lt;p&gt;&amp;nbsp; &lt;p&gt;Event Type:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Success Audit &lt;p&gt;Event Source:&amp;nbsp; Security &lt;p&gt;Event Category:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Access  &lt;p&gt;Event ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 560 &lt;p&gt;Date:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/22/2011 &lt;p&gt;Time:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10:39:04 AM &lt;p&gt;User:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VPCLAB\Administrator &lt;p&gt;Computer:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SETPSFIFNO5 &lt;p&gt;Description: &lt;p&gt;Object Open: &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Server: Security &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Type:&amp;nbsp;&amp;nbsp;&amp;nbsp; Key &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Name:&amp;nbsp; \REGISTRY\MACHINE\CLUSTER\Networks\136a7de2-8375-4a19-a57d-242afebaff41 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Handle ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 256 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Operation ID:&amp;nbsp;&amp;nbsp; {0,271122} &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Process ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2496 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Image File Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\WINDOWS\regedit.exe &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary User Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Administrator &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary Domain:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VPCLAB &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary Logon ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (0x0,0x28D54) &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client User Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client Domain: - &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client Logon ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Accesses:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DELETE  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; READ_CONTROL  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WRITE_DAC  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WRITE_OWNER  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Query key value  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set key value  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Create sub-key  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Enumerate sub-keys  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Notify about changes to keys  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Create Link  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Privileges:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Restricted Sid Count:&amp;nbsp;&amp;nbsp; 0 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Access Mask:&amp;nbsp;&amp;nbsp; 0xF003F &lt;p&gt;&amp;nbsp; &lt;p&gt;&amp;nbsp; &lt;p&gt;Event Type:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Success Audit &lt;p&gt;Event Source:&amp;nbsp; Security &lt;p&gt;Event Category:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Access  &lt;p&gt;Event ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 560 &lt;p&gt;Date:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/22/2011 &lt;p&gt;Time:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10:39:12 AM &lt;p&gt;User:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VPCLAB\Administrator &lt;p&gt;Computer:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SETPSFIFNO5 &lt;p&gt;Description: &lt;p&gt;Object Open: &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Server: Security &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Type:&amp;nbsp;&amp;nbsp;&amp;nbsp; Key &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Name:&amp;nbsp; \REGISTRY\MACHINE\CLUSTER\Networks\136a7de2-8375-4a19-a57d-242afebaff41 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Handle ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 304 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Operation ID:&amp;nbsp;&amp;nbsp; {0,271256} &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Process ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2496 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Image File Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\WINDOWS\regedit.exe &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary User Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Administrator &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary Domain:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VPCLAB &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary Logon ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (0x0,0x28D54) &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client User Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client Domain: - &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client Logon ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Accesses:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Query key value  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Enumerate sub-keys  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Privileges:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Restricted Sid Count:&amp;nbsp;&amp;nbsp; 0 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Access Mask:&amp;nbsp;&amp;nbsp; 0x9 &lt;p&gt;&amp;nbsp; &lt;p&gt;&amp;nbsp; &lt;p&gt;Event Type:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Success Audit &lt;p&gt;Event Source:&amp;nbsp; Security &lt;p&gt;Event Category:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Access  &lt;p&gt;Event ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 560 &lt;p&gt;Date:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/22/2011 &lt;p&gt;Time:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10:39:12 AM &lt;p&gt;User:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VPCLAB\Administrator &lt;p&gt;Computer:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SETPSFIFNO5 &lt;p&gt;Description: &lt;p&gt;Object Open: &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Server: Security &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Type:&amp;nbsp;&amp;nbsp;&amp;nbsp; Key &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Name:&amp;nbsp; \REGISTRY\MACHINE\CLUSTER\Networks\136a7de2-8375-4a19-a57d-242afebaff41 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Handle ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 256 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Operation ID:&amp;nbsp;&amp;nbsp; {0,271259} &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Process ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2496 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Image File Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\WINDOWS\regedit.exe &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary User Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Administrator &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary Domain:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VPCLAB &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary Logon ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (0x0,0x28D54) &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client User Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client Domain: - &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client Logon ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Accesses:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Query key value  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Enumerate sub-keys  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Privileges:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Restricted Sid Count:&amp;nbsp;&amp;nbsp; 0 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Access Mask:&amp;nbsp;&amp;nbsp; 0x9 &lt;p&gt;&amp;nbsp; &lt;p&gt;Event Type:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Success Audit &lt;p&gt;Event Source:&amp;nbsp; Security &lt;p&gt;Event Category:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Access  &lt;p&gt;Event ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 560 &lt;p&gt;Date:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/22/2011 &lt;p&gt;Time:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10:39:12 AM &lt;p&gt;User:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VPCLAB\Administrator &lt;p&gt;Computer:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SETPSFIFNO5 &lt;p&gt;Description: &lt;p&gt;Object Open: &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Server: Security &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Type:&amp;nbsp;&amp;nbsp;&amp;nbsp; Key &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Name:&amp;nbsp; \REGISTRY\MACHINE\CLUSTER\Networks\136a7de2-8375-4a19-a57d-242afebaff41 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Handle ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 256 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Operation ID:&amp;nbsp;&amp;nbsp; {0,271260} &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Process ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2496 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Image File Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\WINDOWS\regedit.exe &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary User Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Administrator &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary Domain:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VPCLAB &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary Logon ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (0x0,0x28D54) &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client User Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client Domain: - &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client Logon ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Accesses:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DELETE  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Privileges:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Restricted Sid Count:&amp;nbsp;&amp;nbsp; 0 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Access Mask:&amp;nbsp;&amp;nbsp; 0x10000 &lt;p&gt;&amp;nbsp; &lt;p&gt;Event Type:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Success Audit &lt;p&gt;Event Source:&amp;nbsp; Security &lt;p&gt;Event Category:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Access  &lt;p&gt;Event ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 560 &lt;p&gt;Date:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/22/2011 &lt;p&gt;Time:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10:49:40 AM &lt;p&gt;User:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VPCLAB\Administrator &lt;p&gt;Computer:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SETPSFIFNO5 &lt;p&gt;Description: &lt;p&gt;Object Open: &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Server: Security &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Type:&amp;nbsp;&amp;nbsp;&amp;nbsp; Key &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object Name:&amp;nbsp; \REGISTRY\MACHINE\CLUSTER\Networks\teste &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Handle ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 308 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Operation ID:&amp;nbsp;&amp;nbsp; {0,294077} &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Process ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2496 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Image File Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\WINDOWS\regedit.exe &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary User Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Administrator &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary Domain:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VPCLAB &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Primary Logon ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (0x0,0x28D54) &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client User Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client Domain: - &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client Logon ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Accesses:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DELETE  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Privileges:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Restricted Sid Count:&amp;nbsp;&amp;nbsp; 0 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Access Mask:&amp;nbsp;&amp;nbsp; 0x10000 &lt;p&gt;4: &lt;p&gt;&lt;strong&gt;&lt;/strong&gt; &lt;p&gt;&lt;strong&gt;New in Windows 2008/2008 R2&lt;/strong&gt; &lt;p&gt;&lt;strong&gt;Configuring Auditing for a Windows Server 2008 Failover Cluster&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt; &lt;p&gt;&lt;a href="http://blogs.technet.com/askcore/archive/2009/01/19/configuring-auditing-for-a-windows-server-2008-failover-cluster.aspx"&gt;http://blogs.technet.com/askcore/archive/2009/01/19/configuring-auditing-for-a-windows-server-2008-failover-cluster.aspx&lt;/a&gt; &lt;p&gt;The Windows Server 2008 Failover Clustering auditing feature has been requested by customers and provides the capability to monitor, or audit, cluster access. The cluster auditing feature can be enabled to audit accesses (Success and\or Failure) of an object. The object, in this case, will be the Microsoft Failover Cluster. This is accomplished by auditing client accesses to a cluster using Cluster APIs. This basically means that a client trying to access a cluster using either the Failover Cluster Management snap-in (Cluadmin.msc), the cluster.exe command line or any custom application that calls cluster APIs, will be subjected to auditing events if configured. &lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3466645" width="1" height="1"&gt;</description></item><item><title>Extend system partition and  Disk Cleanup in Windows 2000/2003/XP/2008/2008 R2 /7:</title><link>http://blogs.technet.com/b/hugofe/archive/2011/10/17/extend-system-partition-and-disk-cleanup-in-windows-2000-2003-xp-2008-2008-r2-7.aspx</link><pubDate>Mon, 17 Oct 2011 11:02:43 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3459636</guid><dc:creator>Hugofe</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/hugofe/rsscomments.aspx?WeblogPostID=3459636</wfw:commentRss><comments>http://blogs.technet.com/b/hugofe/archive/2011/10/17/extend-system-partition-and-disk-cleanup-in-windows-2000-2003-xp-2008-2008-r2-7.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;b&gt;1 - Extend system partition:&lt;/b&gt; &lt;p&gt;&lt;b&gt;1.1:&lt;/b&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;Windows PE&lt;/b&gt;&lt;b&gt; &lt;/b&gt; &lt;p&gt;This article discusses the support boundaries that Microsoft Customer Support Services (CSS) provides for use of Microsoft Windows Preinstallation Environment (Windows PE) to extend the drive that contains the Microsoft Windows operating system. Windows PE can be used to extend both the system and boot partitions if they are separate. &lt;p&gt;To use Windows PE to extend the drive that contains the Windows operating system, the customer must meet the following requirements:  &lt;ul&gt; &lt;li&gt;The version of Windows PE must be Microsoft Windows PE 2005 or a later version. Windows PE 2005 is based on Windows Server 2003 Service Pack 1 (SP1).  &lt;li&gt;The hard disk partition that is being extended must be running Windows Server 2003 or a later version.  &lt;li&gt;The kind of disk that is being extended must be basic and not dynamic. &lt;li&gt;The hard disk partition that is being extended must have free space directly next to the partition that is being extended.  &lt;li&gt;The file system on the hard disk partition that is being extended must be a NTFS file system.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;To use Windows PE to extend the drive that contains the Windows operating system, follow these steps:  &lt;p&gt;1. Perform a full backup on the hard disk partition that is being extended.&lt;br&gt;&lt;b&gt;Note&lt;/b&gt; If you back up the data on this hard disk partition, the data will not be lost in case there is a problem or corruption occurs.  &lt;p&gt;2. Make sure that unallocated space is available on the hard disk next to the hard disk partition that is being extended. You can use the software utility that is provided by the hardware vendor to physically create unallocated space on the hard disk. &lt;p&gt;3. Restart the computer by using the Windows PE CD. &lt;p&gt;4. Open a command prompt. &lt;p&gt;5. At the command prompt, type &lt;b&gt;Diskpart.exe&lt;/b&gt;, and then press ENTER. &lt;p&gt;6. Type &lt;b&gt;List volume&lt;/b&gt;, and then press ENTER to display the existing volumes. &lt;p&gt;7. Type &lt;b&gt;Select volume &lt;var&gt;volume number&lt;/var&gt;&lt;/b&gt;. &lt;var&gt;volume number&lt;/var&gt; is the number of the volume that you want to extend. &lt;p&gt;8. Type &lt;b&gt;Extend&lt;/b&gt;, and then press ENTER to extend the hard disk partition into the free space. &lt;br&gt;&lt;strong&gt;Note&lt;/strong&gt; You can use the &lt;b&gt;size=&lt;var&gt;N &lt;/var&gt;&lt;/b&gt;option to specify how much space in megabytes (MB) to add to the current partition. If no size is specified, the disk is extended to use all the contiguous unallocated space. For example, type &lt;b&gt;extend size=2000&lt;/b&gt; to add 2,000 MB of free space to the current hard disk partition.&lt;br&gt;For more information, click the following article number to view the article in the Microsoft Knowledge Base:  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/325590"&gt;325590&lt;/a&gt; (http://support.microsoft.com/kb/325590/ ) How to use Diskpart.exe to extend a data volume in Windows Server 2003, in Windows XP, and in Windows 2000  &lt;p&gt;9. To exit the command prompt, type &lt;b&gt;exit&lt;/b&gt;, and then press ENTER. &lt;p&gt;10. Restart the computer, and then log on to Windows. &lt;p&gt;11. Verify that the hard disk partition that contains the operating system is now extended to include the available free space. &lt;h3&gt;Support boundaries for using Windows PE to extend the drive that contains the Windows operating system&lt;/h3&gt; &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/911896"&gt;http://support.microsoft.com/kb/911896&lt;/a&gt; &lt;p&gt;1.2: &lt;p&gt;&lt;b&gt;Data Volumes on any OS or System Partition in windows 2008:&lt;/b&gt; &lt;p&gt;This article describes the following:  &lt;p&gt;· How to use the Diskpart.exe command prompt utility to extend a data volume into unallocated space in Windows Server 2003, in Windows XP, and in Microsoft Windows 2000. &lt;p&gt;· How to extend the boot partition in Windows Server 2008. &lt;p&gt;&lt;b&gt;How to use Diskpart.exe to extend a data volume in Windows Server 2003, in Windows XP, and in Windows 2000&lt;/b&gt; &lt;p&gt;You can use the Diskpart.exe utility to manage disks, partitions, and volumes from a command-line interface. You can use Diskpart.exe on both Basic disks and Dynamic disks. If an NTFS volume resides on a hardware RAID 5 container that can add space to the container, you can extend the NTFS Volume with Diskpart.exe while the disk remains a Basic disk.&lt;br&gt;Use the &lt;b&gt;extend&lt;/b&gt; command to incorporate unallocated space into an existing volume while preserving the data.&lt;br&gt;The following are the requirements for the &lt;b&gt;extend&lt;/b&gt; command:  &lt;p&gt;· The volume must be formatted with the NTFS file system. &lt;p&gt;· For Basic volumes, the unallocated space for the extension must be the next contiguous space on the same disk. &lt;p&gt;· For Dynamic Volumes, the unallocated space can be any empty area on any Dynamic disk on the system. &lt;p&gt;· Only the extension of data volumes is supported. System or boot volumes may be blocked from being extended, and you may receive the following error:  &lt;p&gt;Diskpart failed to extend the volume. Please make sure the volume is valid for extending &lt;p&gt;· You cannot extend the partition if the system page file is located on the partition. Move the page file to a partition that you do not want to extend. &lt;p&gt;To extend a partition or volume, you must first select the volume to give it the focus, and then you can specify how large to make the extension. To extend a volume, follow these steps:  &lt;p&gt;1. At a command prompt, type &lt;b&gt;diskpart.exe&lt;/b&gt;. &lt;p&gt;2. Type &lt;b&gt;list volume&lt;/b&gt; to display the existing volumes on the computer. &lt;p&gt;3. Type &lt;b&gt;Select volume &lt;i&gt;volume number&lt;/i&gt;&lt;/b&gt; where &lt;i&gt;volume number&lt;/i&gt; is number of the volume that you want to extend. &lt;p&gt;4. Type &lt;b&gt;extend [size=n] [disk=n] [noerr]&lt;/b&gt;. The following describes the parameters:  &lt;p&gt;&lt;b&gt;size=n&lt;/b&gt;&lt;br&gt;The space, in megabytes (MB), to add to the current partition. If you do not specify a size, the disk is extended to use all the next contiguous unallocated space.&lt;br&gt;&lt;b&gt;disk=n&lt;/b&gt;&lt;br&gt;The dynamic disk on which to extend the volume. Space equal to size=n is allocated on the disk. If no disk is specified, the volume is extended on the current disk.&lt;br&gt;&lt;b&gt;noerr&lt;/b&gt;&lt;br&gt;For scripting only. When an error is thrown, this parameter specifies that Diskpart continue to process commands as if the error did not occur. Without the noerr parameter, an error causes Diskpart to exit with an error code.  &lt;p&gt;5. Type &lt;b&gt;exit&lt;/b&gt; to exit Diskpart.exe. &lt;p&gt;&lt;b&gt;How to extend the boot partition in Windows Server 2008&lt;/b&gt; &lt;p&gt;To extend the boot partition in Windows Server 2008, follow these steps:  &lt;p&gt;1. Click &lt;b&gt;Start&lt;/b&gt;, and then click &lt;b&gt;Server Manager&lt;/b&gt;. &lt;p&gt;2. In the navigation pane, expand &lt;b&gt;Storage&lt;/b&gt;, and then click &lt;b&gt;Disk Management&lt;/b&gt;. &lt;p&gt;3. In the details pane, right-click the volume that you want, and then click &lt;b&gt;Extend Volume&lt;/b&gt;. &lt;p&gt;4. Follow the instructions in the Extend Volume Wizard to extend the boot partition. &lt;p&gt;&lt;b&gt;Note&lt;/b&gt; You can only extend the boot partition in contiguous unallocated disk space. &lt;p&gt;&lt;b&gt;How to extend a data volume in Windows Server 2003, in Windows XP, in Windows 2000, and in Windows Server 2008&lt;/b&gt; &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/325590"&gt;http://support.microsoft.com/kb/325590&lt;/a&gt; &lt;p&gt;1.3: &lt;p&gt;&lt;b&gt;Not supported but might work, System Partition in windows 2003:&lt;/b&gt; &lt;p&gt;The Diskpart.exe utility that is included in Microsoft Windows Server 2003 and in Microsoft Windows XP does not let you extend the Windows boot and system partitions into unallocated space.&lt;br&gt;The Diskpart.exe utility supports only the extension of data partitions. System or boot partitions may be blocked from being extended. You may receive the following error after you try to extend a system or boot partition:  &lt;p&gt;Diskpart failed to extend the volume. Please make sure the volume is valid for extending. &lt;p&gt;The Diskpart.exe utility that is included with the Microsoft Windows 2000 Resource Kit may let you extend Windows 2000 boot and system partitions into unallocated space. However, the file system may not be extended, and when you try to extend boot or system partitions, your computer may stop responding. &lt;br&gt;&lt;b&gt;Caution&lt;/b&gt; You may find that Microsoft Windows XP Service Pack 1 (SP1) lets you use the Diskpart.exe utility to extend Windows boot and system partitions. The boot and system partitions may be extended, but the file system may not be extended. Therefore, your computer may stop responding if you try to extend the boot and system partitions. The Diskpart.exe utility was not intended for extending Windows boot and system partitions.&lt;br&gt;Windows XP and Windows Server 2003 include the Diskpart.exe utility as part of the base operating system.&lt;br&gt;To download the Diskpart.exe utility for Windows 2000, visit the following Microsoft Web site:  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0fd9788a-5d64-4f57-949f-ef62de7ab1ae&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=0fd9788a-5d64-4f57-949f-ef62de7ab1ae&amp;amp;displaylang=en &lt;/a&gt; &lt;p&gt;886986 Functionality restrictions of the Diskpart.exe utility to extend system and boot partitions in Windows Server 2003 and in Windows XP &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;886986"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;886986&lt;/a&gt; &lt;p&gt;&lt;b&gt;2 - &lt;/b&gt;&lt;b&gt;Disk Cleanup:&lt;/b&gt; &lt;p&gt;2.1: &lt;p&gt;The Disk Cleanup tool helps you free up space on your hard disk by searching your disk for files that you can safely delete. You can choose to delete some or all of the files. Use Disk Cleanup to perform any of the following tasks to free up space on your hard disk:  &lt;p&gt;· Remove temporary Internet files. &lt;p&gt;· Remove downloaded program files. For example, ActiveX controls and Java applets that are downloaded from the Internet. &lt;p&gt;· Empty the Recycle Bin. &lt;p&gt;· Remove Windows temporary files. &lt;p&gt;· Remove optional Windows components that you are not using. &lt;p&gt;· Remove installed programs that you no longer use. &lt;p&gt;2.2: &lt;p&gt;While Windows is running , you may receive a "low disk space" message in the notification area. This may prevent the ability to download and install Windows updates.  &lt;p&gt;This article describes how to reclaim disk space on a Windows XP and Windows Server 2003 based systems. &lt;p&gt;You may have to reclaim disk space on your computer so that you can install additional Windows updates, service packs, and programs. Or, you may have to do this in order to save additional personal files.  &lt;p&gt;&lt;b&gt;Run the Disk Cleanup tool&lt;/b&gt; &lt;p&gt;The Disk Cleanup tool searches your hard disk for files that you can safely delete. You can choose to delete some of or all these files. &lt;br&gt;For more information about the Disk Cleanup tool, click the following article number to view the article in the Microsoft Knowledge Base:  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/310312"&gt;310312&lt;/a&gt; (http://support.microsoft.com/kb/310312/ ) Description of the Disk Cleanup Tool in Windows XP  &lt;p&gt;To start the Disk Cleanup tool, use one of the following methods:  &lt;ul&gt; &lt;li&gt;Click &lt;strong&gt;Start&lt;/strong&gt;, click &lt;strong&gt;Run&lt;/strong&gt;, type &lt;b&gt;cleanmgr&lt;/b&gt; in the &lt;strong&gt;Open&lt;/strong&gt; box, and then press ENTER.  &lt;li&gt;Click &lt;strong&gt;Start&lt;/strong&gt;, point to &lt;strong&gt;All Programs&lt;/strong&gt;, point to &lt;strong&gt;Accessories&lt;/strong&gt;, point to &lt;strong&gt;System Tools&lt;/strong&gt;, and then click &lt;strong&gt;Disk Cleanup&lt;/strong&gt;.  &lt;li&gt;In Windows Explorer or in My Computer, right-click the drive on which you want to reclaim disk space, and then click &lt;strong&gt;Properties&lt;/strong&gt;. In the &lt;strong&gt;Properties&lt;/strong&gt; dialog box, click the &lt;strong&gt;General&lt;/strong&gt; tab, and then click &lt;strong&gt;Disk Cleanup&lt;/strong&gt;.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;To reclaim space on your hard disk, click the &lt;strong&gt;Disk Cleanup&lt;/strong&gt; tab, select one or more files to be deleted, and then click &lt;strong&gt;OK&lt;/strong&gt;.&lt;br&gt;&lt;b&gt;Note&lt;/b&gt; By default, some files are automatically selected. You can accept the default setting by clicking &lt;strong&gt;OK&lt;/strong&gt;.&lt;br&gt;The listed files can include items from the following:  &lt;ul&gt; &lt;li&gt;&lt;b&gt;Temporary Setup Files&lt;/b&gt;&lt;br&gt;These are files that were created by a Setup program that is no longer running.  &lt;li&gt;&lt;b&gt;Downloaded Program Files&lt;/b&gt;&lt;br&gt;Downloaded program files are ActiveX controls and Java programs that are downloaded automatically from the Internet when you view certain Web pages. These files are temporarily stored in the Downloaded Program Files folder on the hard disk. When you click the &lt;strong&gt;Temporary Setup Files&lt;/strong&gt; item, you see a &lt;strong&gt;View Files&lt;/strong&gt; button that lets you review the files before Disk Cleanup deletes them. This button opens the C:\Winnt\Downloaded Program Files folder. &lt;br&gt;&lt;b&gt;Note&lt;/b&gt; Downloaded program files are selected by default.  &lt;li&gt;&lt;b&gt;Temporary Internet Files&lt;/b&gt;&lt;br&gt;This folder contains Web pages that are stored on your hard disk for quick viewing. Disk Cleanup deletes these pages but leaves your personalized settings for Web pages intact. When you click the &lt;strong&gt;Temporary Internet Files&lt;/strong&gt; item, you see a &lt;strong&gt;View Files&lt;/strong&gt; button. This button opens the C:\Documents and Settings\ Username \Local Settings\Temporary Internet Files\Content.IE5 folder.  &lt;li&gt;&lt;b&gt;Offline Webpages&lt;/b&gt;&lt;br&gt;Offline pages are webpages that are stored on your computer so you can view them without being connected to the Internet. If you delete these pages now, you can still view your favorites offline later by synchronizing them. Your personalized settings for webpages will be left intact.  &lt;li&gt;&lt;b&gt;Old Chkdsk Files&lt;/b&gt;&lt;br&gt;When the Chkdsk tool checks a disk for errors, it might save lost file fragments as files in the root folder on the disk. These files are unnecessary.  &lt;li&gt;&lt;b&gt;Recycle Bin&lt;/b&gt;&lt;br&gt;The Recycle Bin contains files that you have deleted from the system. These files are not permanently removed until you empty the Recycle Bin. When you click the &lt;strong&gt;Recycle Bin&lt;/strong&gt; item, you see a &lt;strong&gt;View Files&lt;/strong&gt; button that opens the Recycle Bin.  &lt;li&gt;&lt;b&gt;Setup Log Files&lt;/b&gt; &lt;li&gt;Files created by Windows.  &lt;li&gt;&lt;b&gt;Temporary Files&lt;/b&gt;&lt;br&gt;Programs sometimes store temporary information in a Temp folder. Before a program exits, it typically deletes this information. You can safely delete temporary files that have not been modified within the last week.  &lt;li&gt;&lt;b&gt;WebClient/Publisher Temporary Files&lt;/b&gt;&lt;br&gt;The WebClient/Publisher service maintains a cache of accessed files on this disk. These files are kept locally for performance reasons only, and can be deleted safely.  &lt;li&gt;&lt;b&gt;Temporary Offline Files&lt;/b&gt;&lt;br&gt;Temporary offline files are local copies of recently used network files. These files are automatically cached so that you can use them after you disconnect from the network. When you click the &lt;strong&gt;Temporary Offline Files&lt;/strong&gt; item, you see a &lt;strong&gt;View Files&lt;/strong&gt; button that opens the Offline Files folder.  &lt;li&gt;&lt;b&gt;Offline Files&lt;/b&gt;&lt;br&gt;Offline files are local copies of network files that you specifically want to have available offline so that you can use them after you disconnect from the network. When you click the &lt;strong&gt;Offline Files&lt;/strong&gt; item, you see a &lt;strong&gt;View Files&lt;/strong&gt; button that opens the Offline Files folder.  &lt;li&gt;&lt;b&gt;Compress Old Files&lt;/b&gt;&lt;br&gt;Windows can compress files that you have not used recently. When you compress old files, you save disk space. However, you can still use these files, and no files are deleted. Because files are compressed at different rates, the displayed amount of disk space that you will gain is approximate. You can use the &lt;strong&gt;Options&lt;/strong&gt; button to specify the number of days to wait before Disk Cleanup compresses an unused file. &lt;li&gt;&lt;b&gt;Catalog Files for the Content Indexer&lt;/b&gt;&lt;br&gt;The Indexing service speeds up and improves file searches by maintaining an index of the files that are on the disk. These Catalog files remain from earlier indexing operations, and they can be safely deleted. &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;The &lt;strong&gt;More Options&lt;/strong&gt; tab in the &lt;strong&gt;Disk Cleanup&lt;/strong&gt; dialog box contains options for cleaning up Windows components or installed programs. By using these options, you can reclaim additional space on the computer:  &lt;ul&gt; &lt;li&gt;The &lt;b&gt;Windows Components&lt;/b&gt; option creates free space by removing optional Windows components that you do not use. By clicking &lt;strong&gt;Clean Up&lt;/strong&gt;, you start the Windows Components Wizard.  &lt;li&gt;The &lt;b&gt;Installed Programs&lt;/b&gt; option reclaims more disk space by removing programs that you do not use. By clicking &lt;strong&gt;Clean Up&lt;/strong&gt;, you start the &lt;strong&gt;Change or Remove Programs&lt;/strong&gt; option in the Add or Remove Programs tool.  &lt;li&gt;The &lt;b&gt;System Restore&lt;/b&gt; option creates free space by removing all restore points except for the most recent one.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;b&gt;Delete memory dump files, and modify the Startup and Recovery options&lt;/b&gt; &lt;p&gt;Memory dump files are created when system failures occur, and they can be used to determine the cause of a failure. These files can be safely deleted if they are no longer required.&lt;br&gt;To delete memory dump files, follow these steps:  &lt;p&gt;1. Delete the files in the %AllUsersProfile%\Application Data\Microsoft\Dr Watson folder. These log and memory dump files are created when applications stop working. &lt;p&gt;2. Delete the files in the %Windir%\minidump folder. These minidump files are created when Windows stops responding or crashes. &lt;p&gt;3. Delete the %SystemRoot%\MEMORY.dmp file. This is the complete memory dump file that is created when Windows stops responding or crashes. &lt;p&gt;You may also want to prevent your system from creating a complete memory dump file in the future. Complete memory dump files record the contents of system memory when the computer stops responding or crashes. These complete memory dump files can be very large. To save space, you can modify your Startup and Recovery options to create only a small memory dump file.&lt;br&gt;To configure the system to create a small memory dump file instead of a complete dump file when failures occur, follow these steps:  &lt;p&gt;1. Right-click &lt;strong&gt;My Computer&lt;/strong&gt;, and then click &lt;strong&gt;Properties&lt;/strong&gt;.  &lt;p&gt;2. Click the &lt;strong&gt;Advanced&lt;/strong&gt; tab, and then click &lt;strong&gt;Settings&lt;/strong&gt; under &lt;strong&gt;Startup and Recovery&lt;/strong&gt;.  &lt;p&gt;3. Under &lt;strong&gt;Write Debugging Information&lt;/strong&gt;, select the kind of information that you want Windows to record in a memory dump file if the computer stops responding. To record the smallest volume of information for use in troubleshooting the problem, select the &lt;strong&gt;Small Memory Dump&lt;/strong&gt; option. This option requires a paging file of at least 2 megabytes (MB) on the boot volume of the computer, and it specifies that Windows will create a new file every time that the system stops responding or crashes. &lt;p&gt;4. Click &lt;strong&gt;OK&lt;/strong&gt;. &lt;p&gt;&lt;b&gt;Delete the remote desktop connection cache files&lt;/b&gt; &lt;p&gt;If you delete the cache files, the screen may not update very quickly while you are running Remote Desktop Connection. &lt;br&gt;To delete the Remote Desktop Connection cache files, delete all the bitmap cache files (files that use the .bmc extension) in the %Userprofile%\Local Settings\Application Data\Microsoft\Terminal Server Client\cache folder.  &lt;p&gt;&lt;b&gt;Disable other Windows features&lt;/b&gt; &lt;p&gt;&lt;b&gt;Warning&lt;/b&gt; Although disabling certain Windows features can save disk space, this may affect the performance and functionality of the computer. Consider the effect that this option will have on the computer before you disable Windows features. &lt;br&gt;You have the following options:  &lt;ul&gt; &lt;li&gt;Disable hibernation, and delete the hibernation file. &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;1. Disable the hibernation file. For more information about how to disable the hibernation file, click the following article number to view the article in the Microsoft Knowledge Base:  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/920730"&gt;920730&lt;/a&gt; (http://support.microsoft.com/kb/920730/ ) How to disable and re-enable hibernation on a computer that is running Windows Vista  &lt;p&gt;2. Delete the %SystemDrive%\hiberfil.sys file. &lt;ul&gt; &lt;li&gt;Move the paging file to another volume, disable it, or delete it. &lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;ul&gt; &lt;li&gt;Disable or move the paging file. To do this, see the "Change the size of the virtual memory paging file" article in Microsoft TechNet. To do this, visit the following Microsoft Web site: &lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt; &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc772755.aspx"&gt;http://technet.microsoft.com/en-us/library/cc772755.aspx&lt;/a&gt; (http://technet.microsoft.com/en-us/library/cc772755.aspx)  &lt;ul&gt; &lt;ul&gt; &lt;li&gt;Delete the %SystemDrive%\Pagefile.sys file.&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt; &lt;p&gt;&lt;b&gt;Delete Windows update files&lt;/b&gt; &lt;p&gt;&lt;b&gt;Warning &lt;/b&gt;If you delete the folder for each update, the corresponding Windows update cannot be uninstalled. Consider the effect that this will have on the computer before you delete the Windows update files.&lt;br&gt;To delete Windows update files, follow these steps:  &lt;p&gt;1. Delete only those %Windir%/$NtUninstall&lt;var&gt;KB number&lt;/var&gt;$ folders that were created more than a month ago as backup files for Windows updates. Do not delete those that were created within the last 30 days. &lt;p&gt;2. To delete the download cache for Windows updates, delete all the folders in the %Windir%\SoftwareDistribution\download folder that were created more than 10 days ago. &lt;p&gt;3. Delete the following log files in the %Windir% folder:  &lt;p&gt;o kb*.log &lt;p&gt;o setup*.log &lt;p&gt;o setup*.old &lt;p&gt;o setuplog.txt &lt;p&gt;o winnt32.log &lt;p&gt;o set*.tmp &lt;p&gt;&lt;b&gt;Delete Windows service pack files&lt;/b&gt; &lt;p&gt;&lt;b&gt;Warning &lt;/b&gt;If you delete the backup folders for each Windows service pack, you will be unable to uninstall Windows service packs.&lt;br&gt;If you delete the folder for the installation files and the cache for the Windows service pack, you will be unable to restore corrupted Windows service pack files or to install additional Windows features that are not installed by default. You may want to keep a copy of these files in another location. For more information about how to keep a copy of these files, click the following article number to view the article in the Microsoft Knowledge Base:  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/271484"&gt;271484&lt;/a&gt; (http://support.microsoft.com/kb/271484/ ) Files and folders are added to your system after service pack is installed  &lt;p&gt;Consider the effect that this will have on your computer before you delete these files.&lt;br&gt;To delete Windows service pack files, follow these steps:  &lt;p&gt;1. Delete the %Windir%\$NtServicePackUninstall$ folder to delete the backup folders for the Windows XP service packs. &lt;p&gt;2. Delete the %Windir%\ServicePackFiles folder to delete installation files and cache folders for the Windows XP service packs. &lt;p&gt;956324 How to reclaim disk space on Windows XP and Windows Server 2008-based computers &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;956324"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;956324&lt;/a&gt; &lt;p&gt;Best Regards &lt;p&gt;&lt;b&gt;Hugo Ferreira&lt;/b&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3459636" width="1" height="1"&gt;</description></item><item><title>Configuring a Certificate for Virtual Machine Connection in Hyper-V or thru SCVMM:</title><link>http://blogs.technet.com/b/hugofe/archive/2011/10/04/configuring-a-certificate-for-virtual-machine-connection-in-hyper-v-or-thru-scvmm.aspx</link><pubDate>Tue, 04 Oct 2011 10:31:49 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3457101</guid><dc:creator>Hugofe</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/hugofe/rsscomments.aspx?WeblogPostID=3457101</wfw:commentRss><comments>http://blogs.technet.com/b/hugofe/archive/2011/10/04/configuring-a-certificate-for-virtual-machine-connection-in-hyper-v-or-thru-scvmm.aspx#comments</comments><description>&lt;p&gt;&lt;b&gt;Configuring a Certificate for Virtual Machine Connection in Hyper-V or thru SCVMM:&lt;/b&gt; &lt;p&gt;Replacing the self-signed certificate used by HYPER-V /SCVMM, with a certificate issued using an Internal Enterprise Certificate Authority. &lt;p&gt;Windows Server 2008, Windows Server 2008 R2 &lt;table border="1" cellpadding="0"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="bottom"&gt; &lt;p&gt;&lt;b&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/3021.clip_5F00_image001_5F00_3.gif"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/2352.clip_5F00_image001_5F00_thumb.gif" width="10" height="10"&gt;&lt;/a&gt;Tip &lt;/b&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top"&gt; &lt;p&gt;These procedures are intended for advanced users; required steps include editing the registry. You should perform these steps only if the default behavior of Hyper-V does not meet the needs or policies of your environment. &lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;One security issue that Hyper-V was designed to address is better protection against “man in the middle” attacks (sometimes referred to as MITM). Use of trusted certificates can help protect against MITM attacks. When you use the Virtual Machine Connection tool or a custom application that uses Remote Desktop Protocol (RDP) ActiveX controls, Hyper-V uses a single-port listener that utilizes trusted certificates for server authentication. (This does not occur when you use the Remote Desktop Connection client, because it does not use the single port listener.) As explained later in this topic, under certain circumstances Hyper-V issues a self-signed certificate that is then used for server authentication. As an alternative to this approach, you can configure Hyper-V to use a different certificate, such as one issued by a certification authority (CA).  &lt;table border="1" cellpadding="0"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="bottom"&gt; &lt;p&gt;&lt;b&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/3513.clip_5F00_image001_5B00_1_5D00_.gif"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image001[1]" border="0" alt="clip_image001[1]" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/4503.clip_5F00_image001_5B00_1_5D005F00_thumb.gif" width="10" height="10"&gt;&lt;/a&gt;Tip &lt;/b&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top"&gt; &lt;p&gt;During a MITM attack, a malicious party listens and intercepts communication between two parties, then injects information into the communication stream, without the knowledge of the two communicating parties. This information triggers some action that amounts to a security breach. &lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;1:&lt;/b&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;Certificate requirements and selection&lt;/b&gt; &lt;p&gt;Hyper-V Virtual Machine Management Service (VMMS) requires that a certificate meet all of the following criteria to be considered a valid certificate. The certificate must have: &lt;ul&gt; &lt;li&gt;A valid certificate chain, which is connected to a trusted root certificate &lt;li&gt;A “Subject Name” that matches the FQDN of the machine &lt;li&gt;A purpose of “Server Authentication” &lt;li&gt;The certificate has to have a Specific Extention else it will not be used by the Hyper–v service.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;[Extensions]&lt;br&gt;1.3.6.1.4.1.311.62.1.1.1 = AgEE &lt;ul&gt; &lt;li&gt;A private key file that includes ‘read’ access for the Virtual Machine group security ID (SID). &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;When VMMS starts, Hyper-V searches for an existing, valid certificate to prepare for future communication requests. If one is not found, Hyper-V generates a self-signed certificate in the VMMS certificate store. The search for a certificate occurs as follows: &lt;p&gt;1. First, Hyper-V checks the registry for the thumbprint value of a certificate, under \HKLM\Software\Microsoft\Windows NT\CurrentVersion\Virtualization\AuthCertificateHash. Hyper-V uses this value to try to locate a matching certificate. &lt;p&gt;2. If no matching, valid certificate is found, Hyper-V checks the certificate store of the computer.  &lt;p&gt;3. If no valid certificate is found in the certificate store of the computer, Hyper-V checks the VMMS certificate store, under Hyper-V Virtual Machine Management Service (VMMS). &lt;p&gt;4. If the VMMS certificate store does not contain a certificate that is valid for use with Hyper-V, VMMS generates a self-signed certificate in its service certificate store. &lt;p&gt;&lt;b&gt;2:&lt;/b&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;Configuring your CA server and obtaining a valid certificate for use with SCVMM.&lt;/b&gt; &lt;p&gt;Note: The VMMS service requires two critical certificates Extension Fields These are: &lt;p&gt;Field= “Key Usage” Value = “Key Encipherment, Data Encipherment (30)” &lt;p&gt;Field= “1.3.6.1.4.1.311.62.1.1.1 Value = “02 01 04” &lt;p&gt;Make sure the usage of the certs contain Key Encipherment and Data Encipherment (30) &lt;p&gt;Here is how we can get the said “Field” (1.3.6.1.4.1.311.62.1.1.1) in the certificate with the value 02 01 04 using certreq. &lt;p&gt;Note: We assume you have an Enterprise CA. &lt;p&gt;· Create a duplicate v2 template (Windows Server 2003) based on “WebServer”, e.g. Web Server 2003 Export.&amp;nbsp; &lt;p&gt;Execute below set of commands on the certificate server to allow for the Extensions needed. &lt;p&gt;· &lt;b&gt;Certutil&amp;nbsp; -setreg&amp;nbsp; policy\EnableRequestExtensionList&amp;nbsp; +1.3.6.1.4.1.311.62.1.1.1&lt;/b&gt; &lt;p&gt;· &lt;b&gt;Net stop certsvc&lt;/b&gt; &lt;p&gt;· &lt;b&gt;Net start certsvc.&lt;/b&gt; &lt;p&gt;· On the duplicated v2 certificate template based on “WebServer”, that we were using please make sure the Subject name tab is set to “Supply in the Request”. &lt;p&gt;Increase the "Validity Period" from General tab and ensure that you have the Allow exporting of the &lt;b&gt;Private key is enabled&lt;/b&gt;. &lt;p&gt;· The please copy the below test&amp;nbsp; to a &lt;b&gt;Request.inf&lt;/b&gt; file changing the subject name from test to the name of the server: &lt;p&gt;[Version] &lt;p&gt;Signature="$Windows NT$ &lt;p&gt;[NewRequest] &lt;p&gt;Subject = "CN=test" &lt;p&gt;KeySpec = 1  &lt;p&gt;KeyLength = 1024  &lt;p&gt;Exportable = TRUE  &lt;p&gt;MachineKeySet = TRUE  &lt;p&gt;KeyUsage = "CERT_KEY_ENCIPHERMENT_KEY_USAGE | CERT_DATA_ENCIPHERMENT_KEY_USAGE" &lt;p&gt;[Strings] &lt;p&gt;szOID_ENHANCED_KEY_USAGE = "2.5.29.37" &lt;p&gt;szOID_PKIX_KP_SERVER_AUTH = "1.3.6.1.5.5.7.3.1" &lt;p&gt;szOID_CUSTOM = "1.3.6.1.4.1.311.62.1.1.1" &lt;p&gt;[Extensions] &lt;p&gt;%szOID_ENHANCED_KEY_USAGE% = "{text}%szOID_PKIX_KP_SERVER_AUTH%" &lt;p&gt;%szOID_CUSTOM% = "{hex} 02 01 04" &lt;p&gt;· Once you save the &lt;b&gt;Request.inf&lt;/b&gt; execute below command. (from the same directory you copied the file to) &lt;p&gt;o &lt;b&gt;Certreq&amp;nbsp; –new&amp;nbsp; request.inf&lt;/b&gt; &lt;b&gt;request.req&amp;nbsp; ( this will convert the certificate to the correct format )&lt;/b&gt; &lt;p&gt;o Then please copy the content of the &lt;b&gt;request.req&lt;/b&gt; file to the certificate request page and submit the certificate to be issued. &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/4118.clip_5F00_image002_5F00_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/7711.clip_5F00_image002_5F00_thumb.jpg" width="244" height="192"&gt;&lt;/a&gt; &lt;p&gt;o Launch the Certificate in Machine context – select the installed Cert and export with the private key, &lt;p&gt;o Launch the Certificate in hyper-V service context – import the private key we exported above. &lt;p&gt;More information &lt;a href="http://technet.microsoft.com/en-us/library/cc740063(WS.10).aspx"&gt;http://technet.microsoft.com/en-us/library/cc740063(WS.10).aspx&lt;/a&gt; &lt;p&gt;Then please proceed with the rest of the actions to ensure that you disable self-signing VMMS certificate and set the certificate to be used. &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;3:&lt;/b&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;Deploying a certificate issued by a CA&lt;/b&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;If you do not want to use a self-signed certificate, you can obtain a certificate issued by a certification authority (CA) and then deploy that certificate to use with Hyper-V. The following steps assume that you have obtained a certificate from a CA and stored it in the certificate store of the computer account of the server running Hyper-V. &lt;p&gt;&lt;b&gt;To deploy a certificate issued by a CA&lt;/b&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;1. Prevent Hyper-V from generating a self-signed certificate by adding a registry key. &lt;p&gt;a. Open Windows PowerShell. &lt;p&gt;b. Run the following command:&lt;br&gt;&lt;b&gt;reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Virtualization" /v "DisableSelfSignedCertificateGeneration" /f /t REG_QWORD /d 1&lt;/b&gt; &lt;table border="1" cellpadding="0"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="bottom"&gt; &lt;p&gt;&lt;b&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/2352.clip_5F00_image003_5F00_2.gif"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image003" border="0" alt="clip_image003" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/5670.clip_5F00_image003_5F00_thumb.gif" width="10" height="10"&gt;&lt;/a&gt;Warning &lt;/b&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top"&gt; &lt;p&gt;Incorrectly editing the registry may severely damage your system. Before making changes to the registry, you should back up any valued data on the computer. &lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;2. Check the VMMS certificate store for a self-signed certificate and delete it if it exists. &lt;p&gt;a. Open the Certificates snap-in.  &lt;p&gt;i. Open Microsoft Management Console. Click &lt;b&gt;Start&lt;/b&gt;, click &lt;b&gt;Run&lt;/b&gt;, type &lt;b&gt;mmc&lt;/b&gt;, and then click &lt;b&gt;OK&lt;/b&gt;. &lt;p&gt;ii. Under the File menu, click &lt;b&gt;Add/Remove Snap-in&lt;/b&gt;. &lt;p&gt;iii. Under &lt;b&gt;Available snap-ins&lt;/b&gt;, click &lt;b&gt;Certificates&lt;/b&gt;. &lt;p&gt;iv. Click &lt;b&gt;Service account&lt;/b&gt;, and then click &lt;b&gt;Next&lt;/b&gt;. &lt;p&gt;v. Click &lt;b&gt;Local computer&lt;/b&gt; and then click &lt;b&gt;Next&lt;/b&gt;. &lt;p&gt;vi. In the Service account list, select &lt;b&gt;Hyper-V Virtual Machine Management&lt;/b&gt; and then click &lt;b&gt;Finish&lt;/b&gt;. &lt;p&gt;b. In the navigation pane, expand &lt;b&gt;Certificates&lt;/b&gt;. Expand &lt;b&gt;vmms\Personal&lt;/b&gt; and then click the &lt;b&gt;Certificates&lt;/b&gt; folder. &lt;p&gt;c. In the details pane (center pane), right-click the certificate and click &lt;b&gt;Delete&lt;/b&gt;. &lt;p&gt;d. Expand &lt;b&gt;vmms\Trusted Root Certification Authorities and click Certificates&lt;/b&gt;. Find the copy of the certificate that you deleted in the previous step and delete it from this folder. &lt;p&gt;e. Close the Certificates snap-in. &lt;p&gt;3. Find the thumbprint value of new certificate that you want to deploy.  &lt;p&gt;a. Open the Certificates snap-in again to load the certificate store of the computer. Select &lt;b&gt;Computer account&lt;/b&gt;, and then complete the wizard to load the certificate store. &lt;p&gt;b. In the Details pane, double-click the certificate and then click the &lt;b&gt;Details&lt;/b&gt; tab.  &lt;p&gt;c. Select &lt;b&gt;Thumbprint&lt;/b&gt;. If it does not appear in the list, set &lt;b&gt;Show&lt;/b&gt; to &lt;b&gt;&amp;lt;All&amp;gt;&lt;/b&gt;. &lt;p&gt;d. In the text box below the list, copy the hexadecimal value.  &lt;p&gt;e. Paste the string into a text file for use later in this procedure. &lt;p&gt;4. Open or switch back to Windows PowerShell. &lt;p&gt;5. Find the private key file of the certificate. &lt;p&gt;a. Copy the following string and replace thumbprint_value with the string value you copied in the previous step. &lt;p&gt;the correct command is &lt;code&gt;&lt;b&gt;$certs = dir cert:\ &lt;/b&gt;&lt;/code&gt;&lt;code&gt;&lt;b&gt;-&lt;/b&gt;&lt;/code&gt;&lt;code&gt;&lt;b&gt;recurse | ? { $_.Thumbprint -eq "thumbprint_value"&lt;/b&gt;&lt;/code&gt;&lt;b&gt; }.&lt;/b&gt; &lt;p&gt;b. Run the command. &lt;p&gt;c. Run the following command to obtain a certificate object:&lt;br&gt;&lt;b&gt;$cert = @($certs)[0]&lt;/b&gt; &lt;p&gt;d. Run the following command to obtain the private key file name of the certificate:&lt;br&gt;&lt;b&gt;$location = $cert.PrivateKey.CspKeyContainerInfo.UniqueKeyContainerName&lt;/b&gt; &lt;p&gt;6. Run the following commands in the order shown to modify the access control list (ACL) so that the Virtual Machine group security identifier has read access. Text in quotes in the following commands represents literal values, not placeholder text, and should be included as shown in the command strings. &lt;p&gt;&lt;b&gt;$folderlocation = gc env:ALLUSERSPROFILE &lt;/b&gt; &lt;p&gt;&lt;b&gt;$folderlocation = $folderlocation + "\Microsoft\Crypto\RSA\MachineKeys\" &lt;/b&gt; &lt;p&gt;&lt;b&gt;$filelocation = $folderlocation + $location &lt;/b&gt; &lt;p&gt;&lt;b&gt;icacls $filelocation /grant "*S-1-5-83-0:(R)"&lt;/b&gt;&lt;b&gt; &lt;/b&gt; &lt;p&gt;7. Verify that the Virtual Machine group has read access to the certificate. &lt;p&gt;a. Switch back to the Certificates snap-in to view the certificate store of the computer account. &lt;p&gt;b. In the Details pane, right-click the certificate, click &lt;b&gt;All Tasks&lt;/b&gt;, and then click &lt;b&gt;Manage Private Keys&lt;/b&gt;.  &lt;p&gt;c. Under &lt;b&gt;Group or user names&lt;/b&gt;, select &lt;b&gt;Virtual Machines&lt;/b&gt;. &lt;p&gt;d. Under &lt;b&gt;Permissions for Virtual Machines&lt;/b&gt;, verify that &lt;b&gt;Read&lt;/b&gt; is set to &lt;b&gt;Allow&lt;/b&gt;. &lt;p&gt;8. Run the following commands to set the registry key to the hash value of the certificate: &lt;p&gt;$thumbprint = $cert.Thumbprint  &lt;p&gt;reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Virtualization" /v "AuthCertificateHash" /f /t REG_BINARY /d $thumbprint &lt;p&gt;9. If the version of Hyper-V is earlier than the one included in Windows Server 2008 R2, perform the following steps:  &lt;p&gt;a. Run the following commands:&lt;br&gt;Net stop vmms&lt;br&gt;Net start vmms &lt;p&gt;b. Switch to or open Hyper-V Manager. Save the state of each running virtual machine and then restore each one. &lt;p&gt;&lt;b&gt;Some notes about Hyper-V&amp;nbsp; &lt;/b&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;1)&amp;nbsp;&amp;nbsp;&amp;nbsp; The Hyper-V management service (VMMS) will automatically create its own local-host based Security Certificate if one does not exist that is currently valid. &lt;p&gt;2)&amp;nbsp;&amp;nbsp;&amp;nbsp; VMMS will delete any key that is expired from its local Certificate Store. &lt;p&gt;Best Regards &lt;p&gt;&lt;b&gt;Hugo Ferreira&lt;/b&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3457101" width="1" height="1"&gt;</description></item><item><title>Disk Timeout</title><link>http://blogs.technet.com/b/hugofe/archive/2011/09/07/disk-timeout.aspx</link><pubDate>Wed, 07 Sep 2011 07:34:52 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3451513</guid><dc:creator>Hugofe</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/hugofe/rsscomments.aspx?WeblogPostID=3451513</wfw:commentRss><comments>http://blogs.technet.com/b/hugofe/archive/2011/09/07/disk-timeout.aspx#comments</comments><description>&lt;p&gt;Hi All &lt;p&gt;A very important info regarding Disk Timeout, &lt;p&gt;&lt;b&gt;Disk timeout value: Less is better&lt;/b&gt; &lt;p&gt;&lt;i&gt;The Windows Disk timeout is stored in the following registry key:&lt;/i&gt; &lt;p&gt;HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Disk\ &lt;p&gt;&lt;b&gt;For example, most array vendors will set this value to (at least) 60 seconds. This means, for all intents and purposes, that Windows will not report any problems with timeouts until at least 60 seconds have passed.&lt;/b&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;If for some reason, the Fibre Channel frame in question was dropped ,this is further exaggerated by the fact that after this timeout is hit, Storport.sys will retry the I/O operation 8 times at the interval of the timeout for disk.sys, and during this time, since Windows is waiting for the SAN to return data, the operating system may appear to be frozen, depending on what the data was.&lt;/b&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;This means that with the value of 60 seconds, the effective impact to the user is the following:  &lt;p&gt;· &lt;b&gt;I/O Timeouts will not be exposed in the Windows Event log until after 60 seconds AND the timeouts have expired, so effectively, this translates to an 8 minute delay before the I/O is retried. &lt;/b&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;While there is not any single rule which will apply equally to everyone in this case, I think most people would agree that waiting 8 minutes is far too long. &lt;p&gt;&amp;nbsp; &lt;p&gt;&lt;b&gt;Going forward, Microsoft is recommending that the Disk timeout value be set as low as possible, and no greater than 20 to 30 seconds at a maximum. In this way, you can decrease the time to recovery on dropped I/O packets.&lt;/b&gt; &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;b&gt;&lt;/b&gt;&amp;nbsp; &lt;p&gt;&lt;b&gt;Why not just set it to 1 second? I don’t want to wait that long:&lt;/b&gt; &lt;p&gt;Keep in mind that the disk.sys timeout value is a global setting. If you were to set it to 1 second, this would mean that it would also have the effect of allowing only 1 second to spin up a drive which is asleep before reporting a timeout on the device. &lt;p&gt;It’s also important that this value be set high enough when using systems which are not only using SAN storage.&amp;nbsp; For example, if you were to set the timeout value to 5 seconds on Windows Client operating systems where a SAN is not connected, you would likely see timeout errors which were not actually a problem, such as when a DVD or local disk are spinning up after being asleep. A good starting point to consider using is a value between 10 and 30 seconds. &lt;p&gt;Clearly, the need for a reasonable value is key, however we would strongly recommend that this be no more than 30 seconds going forward. As with any other change, this is something that should be evaluated for impact in a test environment prior to implementing this in a production environment. &lt;p&gt;&lt;b&gt;What are the key things to consider when setting the disk timeout value? &lt;/b&gt; &lt;p&gt;The greater this value, the longer it will be before any timeout errors are surfaced by Windows. We would in general recommend setting this value low enough to meet any required SLA’s on the storage, rather than setting it too high.  &lt;p&gt;To drive this point a little further, let’s review a potential scenario:  &lt;p&gt;o Let’s say that I have a SQL Server deployment, and my primary concern is fast I/O to the SQL database. SQL in general requires very short delays on I/O responses, and delays can translate to a delay in client applications built on top of SQL. &lt;br&gt;In fact SQL Server will generate an Application event any time an I/O takes longer than 15 seconds.  &lt;p&gt;The problem with this approach, is that using the default value of 60 (or more) seconds employed by most array vendors, would prevent you from seeing any System events related to I/O timeouts &lt;b&gt;unless&lt;/b&gt; the timeouts are for longer than 60 seconds. &lt;br&gt;This can make troubleshooting extremely difficult, because on one hand you would have a SQL client application acting slow, and SQL reporting slow I/O, at the same time that there are no events from Windows. &lt;br&gt;To ensure that these additional system events required for troubleshooting are not lost you would likely want to find a timeout closer to a maximum of 15 seconds that still works well under production workloads without generating excessive event log noise.  &lt;p&gt;If you are using Fibre Channel-based storage, any occurrence of a dropped FC frame will cause all I/O to halt until recovery occurs, or until Storport has exceeded its 8 retry attempts at intervals of the Disk timeout.  &lt;p&gt;So as I mentioned previously, 60 seconds will likely be far too long in this case, as it would translate to a 8 minute outage on a dropped frame.  &lt;p&gt;&lt;b&gt;More Information&lt;/b&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;Even if you are not using Fibre Channel storage, in most cases, a disk timeout value of 60 seconds would be too long, as it would mask timeout errors far beyond the point where a user could perceive slow access to data. &lt;p&gt;When troubleshooting issues with storage performance, it may be beneficial to set this slightly lower than normal to increase the chances of catching timeout errors. &lt;p&gt;Best Regards &lt;p&gt;&lt;b&gt;Hugo Ferreira&lt;/b&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3451513" width="1" height="1"&gt;</description></item><item><title>Lista proactiva de updates / proactive recommended updates:</title><link>http://blogs.technet.com/b/hugofe/archive/2011/09/05/lista-proactiva-de-updates-proactive-recommended-updates.aspx</link><pubDate>Mon, 05 Sep 2011 15:04:04 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3451209</guid><dc:creator>Hugofe</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/hugofe/rsscomments.aspx?WeblogPostID=3451209</wfw:commentRss><comments>http://blogs.technet.com/b/hugofe/archive/2011/09/05/lista-proactiva-de-updates-proactive-recommended-updates.aspx#comments</comments><description>&lt;h4&gt;Windows Server 2003 SP2 Cluster &lt;/h4&gt; &lt;h4&gt;&lt;a name="_Toc233103816"&gt;1.1: &lt;/a&gt;P1 – CLUSTER SERVER ( BASE &amp;amp; STORAGE &amp;amp; FILE SYSTEM )&lt;/h4&gt; &lt;p&gt;Kernel &lt;p&gt;2393802 MS11-011: Vulnerabilities in Windows Kernel could allow elevation of privilege &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;en-US;2393802"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-US;2393802&lt;/a&gt; &lt;p&gt;Win32k,gdi32 &lt;p&gt;2506223 MS11-034: Vulnerabilities in Windows Kernel-Mode drivers could allow elevation of privilege: April 12, 2011 &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;en-US;2506223"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-US;2506223&lt;/a&gt; &lt;p&gt;Ntfs &lt;p&gt;981166 Some data is corrupted when cached and noncached I/O operations occur by using the same NTFS file handle &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;981166"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;981166&lt;/a&gt; &lt;p&gt;Storport &lt;p&gt;Storport : check with SAN provider OEM in order to use the latest storport validated by the OEM &lt;p&gt;957910 A Windows Server 2003 SP2-based iSCSI boot server cannot generate dump files if the server uses a Storport virtual miniport as the LUN controller &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;957910"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;957910&lt;/a&gt; &lt;p&gt;On HP ProLiant Server platform please check for: &lt;p&gt;· latest hpcisss2 .sys (=&amp;gt; version 6.14.0.32/64 from 7-Jan-2009) &lt;p&gt;· latest E200/E200i firmware (=&amp;gt; rev. 1.82, from 17-Apr-2009) &lt;p&gt;HP Server &lt;a href="http://support.microsoft.com/kb/940015/en-us"&gt;http://support.microsoft.com/kb/940015&lt;/a&gt; &lt;p&gt;hpcisss2.sys You receive a Stop error message after you install update 932755 or 941276 on an HP ProLiant server that is running Storport in Windows Server 2003 &lt;p&gt;Ref HP: hpcisss2.sys, build date 7-Jan-2009, version 6.14.0.32/64 &lt;p&gt;HP Server &lt;a href="http://support.microsoft.com/kb/969550/en-us"&gt;http://support.microsoft.com/kb/969550&lt;/a&gt; &lt;p&gt;E200/E200i Stop error messages after Memory Corruption on several HP ProLiant servers, firmware due to a problem with firmware of E200/E200i (HP Smart Array SAS/SATA Controller) &lt;p&gt;Ref HP : E200/E200i firmware rev. 1.82, 17-Apr-2009 &lt;p&gt;Mountmgr.sys  &lt;p&gt;940307 A Microsoft Windows Server 2003-based computer may stop responding if an application frequently uses the mount manager to query volume information &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;940307"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;940307&lt;/a&gt; &lt;p&gt;Disk.sys  &lt;p&gt;929161 You receive a Stop error message on a Windows Server 2003 SP1 or Windows Server 2003 SP2-based computer when a device is suddenly disconnected from a host bus adapter &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;929161"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;929161&lt;/a&gt; &lt;p&gt;ScsiPort.sys  &lt;p&gt;934848 If you load the Intel iSCSI Setup driver for an iSCSI disk during Windows Server 2003 installation, the installation program reports that no disk is detected, and the installation process fails &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;934848"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;934848&lt;/a&gt; &lt;p&gt;Dmadmin.exe &lt;p&gt;957271 The Logical Disk Manager Administrative Service process may stop unexpectedly on a Windows Server 2003-based computer &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/957271/en-us"&gt;http://support.microsoft.com/kb/957271&lt;/a&gt; &lt;p&gt;Vds.exe &lt;p&gt;960831 Drivers or hardware providers that use the Virtual Disk Service to manage hardware LUN IDs encounter exceptions after a disk is physically removed from a computer that is running Windows Server 2003  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/960831/en-us"&gt;http://support.microsoft.com/kb/960831&lt;/a&gt; &lt;p&gt;Clusdisk.sys / Clusres.dll  &lt;p&gt;Rollup Cluster  &lt;p&gt;919117 A hotfix is available that adds support for GUID partition table (GPT) volumes that are larger than 2 terabytes on a Windows Server 2003-based server cluster &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/919117/en-us"&gt;http://support.microsoft.com/kb/919117&lt;/a&gt; &lt;p&gt;982438 You cannot install AD DS in Windows Server 2008 in a Windows Server 2003-based domain if another computer that is in the same domain has MSCS installed &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;982438"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;982438&lt;/a&gt; &lt;p&gt;Resrcmon.exe  &lt;p&gt;948701 The Resource Monitor may crash on a Windows Server 2003-based cluster node that has Windows Server 2003 SP2 or hotfix 921181 installed &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;948701"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;948701&lt;/a&gt; &lt;p&gt;SNP &lt;p&gt;948496&amp;nbsp; (http://support.microsoft.com/kb/948496/ ) An update to turn off default SNP features is available for Windows Server 2003-based and Small Business Server 2003-based computers  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/948496"&gt;http://support.microsoft.com/kb/948496&lt;/a&gt; &lt;p&gt;&lt;b&gt;1.2: &lt;/b&gt;&lt;b&gt;P2 – CLUSTER SERVER ( BASE &amp;amp; STORAGE &amp;amp; FILE SYSTEM )&lt;/b&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;Dfssvc.exe  &lt;p&gt;945050 The private bytes that the DFS service consumes continue to increase on a Windows Server 2003-based domain controller that hosts the PDC emulator role &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/945050/en-us"&gt;http://support.microsoft.com/kb/945050&lt;/a&gt; &lt;p&gt;Dfs.sys  &lt;p&gt;938666 Event ID 2019 is logged in the System log when a DFS domain root server stops responding on a Windows Server 2003-based server &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/938666/en-us"&gt;http://support.microsoft.com/kb/938666&lt;/a&gt; &lt;p&gt;Localspl.dll  &lt;p&gt;955455 The print process crashes under heavy stress on a computer that is running Windows Server 2003 or Windows XP Professional x64 Edition if the computer uses hyper-threading technology &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/955455/en-us"&gt;http://support.microsoft.com/kb/955455&lt;/a&gt; &lt;p&gt;Local security policy  &lt;p&gt;902069 You may receive a "Stop 0x0000000A" error message when you shut down or restart a computer that is running Windows Server 2003 &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/902069/en-us"&gt;http://support.microsoft.com/kb/902069&lt;/a&gt; &lt;p&gt;COM+ &lt;p&gt;934016&amp;nbsp; (http://support.microsoft.com/kb/934016/ ) Availability of Windows Server 2003 Post-Service Pack 2 COM+ 1.5 Hotfix Rollup Package 12  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/934016"&gt;http://support.microsoft.com/kb/934016&lt;/a&gt; &lt;p&gt;All the previous mentioned updates include the latest versions of the 935640, &lt;p&gt;Recommended hotfixes for Windows Server 2003 Service Pack 2- based server clusters &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/935640/en-us"&gt;http://support.microsoft.com/kb/935640&lt;/a&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;2 - Windows Server 2008 SP1 / SP2 Cluster &lt;/b&gt;&lt;b&gt;&lt;/b&gt; &lt;h5&gt;2.1 : P1 – CLUSTER SERVER ( BASE &amp;amp; STORAGE &amp;amp; FILE SYSTEM )&lt;/h5&gt; &lt;p&gt;KERNEL  &lt;p&gt;2295810 The shutdown process may stop responding in Windows Server 2008 SP2 or in Windows Vista SP2 after you enable the "Shutdown: Clear virtual memory page file" Group Policy setting &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;en-US;2295810"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-US;2295810&lt;/a&gt; &lt;p&gt;FLTMGR &lt;p&gt;975759 An application or service that uses a file system filter driver may experience function failure on a computer that is running Windows Vista, Windows Server 2003, or Windows Server 2008 &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;975759"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;975759&lt;/a&gt; &lt;p&gt;NTFS &lt;p&gt;2525064 Ntfs.sys driver takes a long time to mount a large volume in Windows Vista or in Windows Server 2008 &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;en-US;2525064"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-US;2525064&lt;/a&gt; &lt;p&gt;STORPORT &lt;p&gt;983554 "0x000000BE" Stop error message when you use the Storport.sys driver to manage some storage devices in Windows Server 2008, in Windows Vista, in Windows 7 or in Windows Server 2008 R2 &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;983554"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;983554&lt;/a&gt; &lt;p&gt;Storport: check with SAN provider OEM in order to use the latest storport validated by the OEM &lt;p&gt;HP ProLiant servers:  &lt;p&gt;check for latest E200/E200i firmware (=&amp;gt; rev. 1.82, 17-Apr-2009, or higher)  &lt;p&gt;check for latest hpcisss2 .sys (=&amp;gt; version 6.14.0.32/64 from 7-Jan-2009 or higher) &lt;p&gt;A Stop error occurs on an HP ProLiant server that has the firmware from an E200/E200i HP Smart Array SAS/SATA controller installed on any Windows Server platform  &lt;p&gt;Ref HP: E200/E200i firmware rev. 1.82, 17-Apr-2009  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/969550/en-us"&gt;http://support.microsoft.com/kb/969550/en-us&lt;/a&gt; &lt;p&gt;MPIO &lt;p&gt;2406705 Some I/O requests to a storage device fail on a fault-tolerant system that is running Windows Server 2008 or Windows Server 2008 R2 when you perform a surprise removal of one path to the storage device &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;en-US;2406705"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-US;2406705&lt;/a&gt; &lt;p&gt;check with DSM/SAN provider OEM in order to use the latest mpio validated by the OEM &lt;p&gt;MSDSM &lt;p&gt;2277440 Stop error message “0x000000D1” occurs in MSDSM.sys on a computer that is running Windows Server 2008 &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;en-US;2277440"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-US;2277440&lt;/a&gt; &lt;p&gt;MOUNTMGR &lt;p&gt;977153 Error message: When you unmount volumes, delete snapshots or try to fail over disks on which snapshots are saved: "0x00000D6 DRIVER_PAGE_FAULT_BEYOND_END_OF_ALLOCATION" &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;977153"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;977153&lt;/a&gt; &lt;p&gt;VOLSNAP &lt;p&gt;2279787 Event ID 82 may be recorded in the System log after you extend the protected dynamic volume on a computer that is running Windows Vista or Windows Server 2008  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2279787/en-us"&gt;http://support.microsoft.com/kb/2279787/en-us&lt;/a&gt; &lt;p&gt;VSS &lt;p&gt;955928 A parallel backup operation may fail when the operation is performed by Volume Shadow Copy Service (VSS)  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/975928/en-us"&gt;http://support.microsoft.com/kb/975928/en-us&lt;/a&gt; &lt;p&gt;VSSVC &lt;p&gt;983425 The System State backup operation fails together with the "0x800423f3" error in Windows Server 2008 and in Windows Vista  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/983425/en-us"&gt;http://support.microsoft.com/kb/983425/en-us&lt;/a&gt; &lt;p&gt;NETSH &lt;p&gt;979101 The command "netsh interface ipv4 dump" does not export the subnet mask setting in Windows 7, in Windows Server 2008 R2, in Windows Server 2008, and in Windows Vista  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/979101/en-us"&gt;http://support.microsoft.com/kb/979101/en-us&lt;/a&gt; &lt;p&gt;TCPIP &lt;p&gt;2469100 Manually added route table entries are deleted unexpectedly when you delete an additional IP address in Windows Vista or in Windows Server 2008  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2469100/en-us"&gt;http://support.microsoft.com/kb/2469100/en-us&lt;/a&gt; &lt;p&gt;TCPIP &lt;p&gt;MS10-058: Vulnerabilities in TCP/IP could allow elevation of privilege &lt;a href="http://support.microsoft.com/kb/978886/en-us"&gt;http://support.microsoft.com/kb/978886/en-us&lt;/a&gt; &lt;p&gt;NDIS &lt;p&gt;Stop error message on a computer that is running Windows Vista or Windows Server 2008: "STOP: 0x0000007F"  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/972907/en-us"&gt;http://support.microsoft.com/kb/972907/en-us&lt;/a&gt; &lt;p&gt;AFD &lt;p&gt;A memory leak occurs when a Winsock API function is called together with the TF_REUSE_SOCKET flag in Windows Server 2008 and in Windows Vista  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/977332/en-us"&gt;http://support.microsoft.com/kb/977332/en-us&lt;/a&gt; &lt;p&gt;MRXSMB &lt;p&gt;You cannot access shared files or shared printers that are hosted on a remote server in Windows Server 2008 or in Windows Vista  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2251180/en-us"&gt;http://support.microsoft.com/kb/2251180/en-us&lt;/a&gt; &lt;p&gt;RDBSS &lt;p&gt;A deadlock in Rdbss.sys occurs while a Windows Server 2008 SP2-based or Windows Vista-based computer is performing a FastWrite  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2488754/en-us"&gt;http://support.microsoft.com/kb/2488754/en-us&lt;/a&gt; &lt;p&gt;SRVNET /SRV2 /SRV &lt;p&gt;A Windows Vista-based, Windows Server 2008-based, Windows 7-based or Windows Server 2008 R2-based computer that shares some files and some folders may not respond to file share requests  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2492806/en-us"&gt;http://support.microsoft.com/kb/2492806/en-us&lt;/a&gt; &lt;p&gt;SRVNET / SRV2 /SRV &lt;p&gt;MS10-054: Vulnerabilities in SMB Server could allow remote code execution &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/982214/en-us"&gt;http://support.microsoft.com/kb/982214/en-us&lt;/a&gt; &lt;p&gt;RPCRT4 &lt;p&gt;An access violation exception occurs in the "NdrClientCall2" function in Windows Vista or in Windows Server  &lt;p&gt;2008  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2023170/en-us"&gt;http://support.microsoft.com/kb/2023170/en-us&lt;/a&gt; &lt;p&gt;RPCRT4 &lt;p&gt;MS09-026: Vulnerability in RPC could allow elevation of privilege  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/970238/en-us"&gt;http://support.microsoft.com/kb/970238/en-us&lt;/a&gt; &lt;p&gt;WMI &lt;p&gt;The WMI repository is corrupted on a computer that is running Windows Server 2008 or Windows Vista  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2464876/en-us"&gt;http://support.microsoft.com/kb/2464876/en-us&lt;/a&gt; &lt;p&gt;CLASPNP / PARTMGR &lt;p&gt;PhysicalDisk counters contain invalid and duplicate entries when you use Microsoft Multipath I/O (MPIO) to control one or more storage devices  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/974878/en-us"&gt;http://support.microsoft.com/kb/974878/en-us&lt;/a&gt; &lt;p&gt;CLUSSVC &lt;p&gt;Failback does not occur within the set time period in a Windows Server 2008-based failover cluster  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/982636/en-us"&gt;http://support.microsoft.com/kb/982636/en-us&lt;/a&gt; &lt;p&gt;CLUSRES &lt;p&gt;Authentication requests between nodes in the same cluster may be unable to use the Kerberos protocol if the Negotiate SSP is specified  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/982549/en-us"&gt;http://support.microsoft.com/kb/982549/en-us&lt;/a&gt; &lt;p&gt;CLUSRES / VOLSNAP &lt;p&gt;The failover operation takes a long time to fail over a shared disk resource that is located on a cluster node of a Windows Server 2008-based failover cluster if many snapshots are saved on the shared disk &lt;a href="http://support.microsoft.com/kb/973763/en-us"&gt;http://support.microsoft.com/kb/973763/en-us&lt;/a&gt; &lt;p&gt;We recommend that you install the following Windows Server 2008 hotfixes, depending on your environment:  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/952247"&gt;952247&lt;/a&gt; (http://support.microsoft.com/kb/952247/ ) The Cluster network name resource and the File Share Witness resource may not come  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/951308"&gt;951308&lt;/a&gt; (http://support.microsoft.com/kb/951308/ ) Increased functionality and virtual machine control in the Windows Server 2008 Failover Cluster Management console for the Hyper-V role  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/950179"&gt;950179&lt;/a&gt; (http://support.microsoft.com/kb/950179/ ) When you run the Validate a Configuration Wizard on a Windows Server 2008-based computer or on a Windows Vista-based computer, the validation does not pass  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/969550"&gt;969550&lt;/a&gt; (http://support.microsoft.com/kb/969550/ ) A Stop error occurs on an HP ProLiant server that has the firmware from an E200/E200i HP Smart Array SAS/SATA controller installed on any Windows Server platform  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/970529"&gt;970529&lt;/a&gt; (http://support.microsoft.com/kb/970529/ ) The volume GUID may unexpectedly change after a volume is extended on a Windows Server 2008 failover cluster node  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/953652"&gt;953652&lt;/a&gt; (http://support.microsoft.com/kb/953652/ ) A physical disk resource may unexpectedly fail or go offline when the IsAlive function is executed on a Windows Server 2008 cluster node  &lt;p&gt;Recommended hotfixes for Windows Server 2008-based server clusters &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/957311"&gt;http://support.microsoft.com/kb/957311&lt;/a&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;3 - Windows Server 2008 R2 RTM / SP1 Cluster &lt;/b&gt;&lt;b&gt;&lt;/b&gt; &lt;h5&gt;3.1 : P1 – CLUSTER SERVER ( BASE &amp;amp; STORAGE &amp;amp; FILE SYSTEM )&lt;/h5&gt; &lt;p&gt;Kernel &lt;p&gt;2417038 A child process cannot be created by calling a CreateProcess function that uses the PROC_THREAD_ATTRIBUTE_PREFERSec_NODE parameter in Windows 7 or in Windows Server 2008 R2 &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2417038/en-us"&gt;http://support.microsoft.com/kb/2417038/en-us&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3451209" width="1" height="1"&gt;</description></item><item><title>w2k8 / w2k8r2 :Cluster Disk May Fail and Run ChkDsk when a Backslash ‘\’ or Forwardslash ‘/’ is used in the Resource Name</title><link>http://blogs.technet.com/b/hugofe/archive/2011/09/01/w2k8-w2k8r2-cluster-disk-may-fail-and-run-chkdsk-when-a-backslash-or-forwardslash-is-used-in-the-resource-name.aspx</link><pubDate>Thu, 01 Sep 2011 15:11:45 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3450635</guid><dc:creator>Hugofe</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/hugofe/rsscomments.aspx?WeblogPostID=3450635</wfw:commentRss><comments>http://blogs.technet.com/b/hugofe/archive/2011/09/01/w2k8-w2k8r2-cluster-disk-may-fail-and-run-chkdsk-when-a-backslash-or-forwardslash-is-used-in-the-resource-name.aspx#comments</comments><description>&lt;p&gt;Hi All &lt;p&gt;In rare circumstances with 2008 R2 clusters where a ‘Physical Disk’ resource may fail to come online with no events logged in the system event log. &lt;h5&gt;Cluster Disk May Fail to Online and Run ChkDsk when a Backslash ‘\’ or Forwardslash ‘/’ is used in the Resource Name&lt;/h5&gt; &lt;h6&gt;Issue&lt;/h6&gt; &lt;p&gt;They symptoms of this issue is that the disk will show in a ‘failed’ state in Failover Cluster Manager but there are no events in the system event log to correlate to the failure.  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/1351.clip_5F00_image002_5F00_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/4503.clip_5F00_image002_5F00_thumb.jpg" width="244" height="59"&gt;&lt;/a&gt; &lt;p&gt;To see if you are running into this issue, you need to generate a cluster log on the node the disk fails. &lt;p&gt;From a command prompt: &lt;p&gt;‘cluster log /gen’ &lt;p&gt;From the cluster log file located in \Windows\Cluster\Reports\cluster.log &lt;p&gt;ERR&amp;nbsp;&amp;nbsp; [RES] Physical Disk &amp;lt;Cluster Disk X:\&amp;gt;: VerifyFS: Failed to open file &lt;a href="file:///\\?\GLOBALROOT\Device\Harddisk52\Partition1\Logfile.ldf"&gt;\\?\GLOBALROOT\Device\Harddisk52\Partition1\Logfile.ldf&lt;/a&gt; Error: 5. &lt;p&gt;The problem occurs &lt;b&gt;&lt;u&gt;if and only if&lt;/u&gt;&lt;/b&gt; the following 2 conditions are present.  &lt;p&gt;1. ‘Local System’ cannot open a handle to a file at root of drive (whether because it’s in use or permissions).  &lt;p&gt;In my example, you can see from the cluster log snippet that the file the cluster is trying to open is Logfile.ldf and getting an access denied ‘Error: 5’ &lt;p&gt;&lt;b&gt;AND&lt;/b&gt; &lt;p&gt;2. The name of the ‘Physical Disk’ resource has an backslash or forward slash character in the resource name. In my example, my disk name was ‘Cluster Disk X:\’ &lt;p&gt;Generally, we don’t recommend storing files at the root of a disk as the cluster needs to open handles to files and folders as part of the health detection mechanism used to determine possible access issues to storage. Since the cluster service runs in the context of the ‘Local System’ account, if that account does not have permission to files at the root of a drive, the health check may fail.  &lt;h6&gt;Workaround&lt;/h6&gt; &lt;p&gt;The simplest resolution is to remove the invalid character(s) in resource names for ‘Physical Disk’ resource types.  &lt;p&gt;&lt;strong&gt;OR&lt;/strong&gt; &lt;p&gt;Verify that the ‘Local System’ account has at least ‘Read’ permissions to files at the root of the drive. &lt;p&gt;In the above example, I renamed my resource from ‘Cluster Disk X:\’ to ‘Cluster Disk X:’. I could have also granted the ‘Local System’ account ‘Read’ permissions on the Logfile.ldf file &lt;p&gt;This does not indicate actual corruption on the disk. What happened is that cluster set the dirty bit on the disk so chkdsk is run to verify an intact file system.  &lt;p&gt;Best Regards &lt;p&gt;&lt;b&gt;Hugo Ferreira&lt;/b&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3450635" width="1" height="1"&gt;</description></item><item><title>Backup Hyper-V virtual machines on Windows Server 2008  by using Windows Server Backup</title><link>http://blogs.technet.com/b/hugofe/archive/2011/09/01/backup-hyper-v-virtual-machines-on-windows-server-2008-by-using-windows-server-backup.aspx</link><pubDate>Thu, 01 Sep 2011 14:59:51 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3450631</guid><dc:creator>Hugofe</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/hugofe/rsscomments.aspx?WeblogPostID=3450631</wfw:commentRss><comments>http://blogs.technet.com/b/hugofe/archive/2011/09/01/backup-hyper-v-virtual-machines-on-windows-server-2008-by-using-windows-server-backup.aspx#comments</comments><description>&lt;p&gt;Hi All &lt;p&gt;I have recently come upon some settings that we can add to allow us to perform the backups of our virtual machines in windows 2008, &lt;p&gt;&lt;b&gt;How to backup Hyper-V virtual machines from the parent partition on a Windows Server 2008-based computer by using Windows Server Backup&lt;/b&gt; &lt;p&gt;This article describes how to back up Hyper-V virtual machines from the parent partition on a Windows Server 2008-based computer by using Windows Server Backup.&lt;br&gt;To back up Hyper-V virtual machines from the parent partition on Windows Server 2008 by using Windows Server Backup, you must register the Microsoft Hyper-V VSS writer with Windows Server Backup. &lt;p&gt;1: &lt;p&gt;To register the Microsoft Hyper-V VSS writer with Windows Server Backup automatically, click the &lt;strong&gt;Fix it&lt;/strong&gt; button or link. Click &lt;strong&gt;Run&lt;/strong&gt; in the &lt;strong&gt;File Download&lt;/strong&gt; dialog box, and then follow the steps in the Fix it wizard. &lt;p&gt;&lt;a href="http://go.microsoft.com/?linkid=9663637"&gt;Fix this problem&lt;/a&gt;&lt;br&gt;Microsoft Fix it 50211 &lt;p&gt;2: &lt;p&gt;To register the Hyper-V VSS writer with Windows Server Backup, follow these steps:  &lt;p&gt;1. Click &lt;b&gt;Start&lt;/b&gt;, click &lt;b&gt;Run&lt;/b&gt;, type &lt;b&gt;regedit&lt;/b&gt;, and then click &lt;b&gt;OK&lt;/b&gt;.  &lt;p&gt;2. Locate the following registry key:  &lt;p&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion &lt;p&gt;3. Right-click &lt;b&gt;CurrentVersion&lt;/b&gt;, point to &lt;b&gt;New&lt;/b&gt;, and then click &lt;b&gt;Key&lt;/b&gt;.  &lt;p&gt;4. Type &lt;b&gt;WindowsServerBackup&lt;/b&gt;, and then press ENTER.  &lt;p&gt;5. Right-click &lt;b&gt;WindowsServerBackup&lt;/b&gt;, point to &lt;b&gt;New&lt;/b&gt;, and then click &lt;b&gt;Key&lt;/b&gt;.  &lt;p&gt;6. Type &lt;b&gt;Application Support&lt;/b&gt;, and then press ENTER.  &lt;p&gt;7. Right-click &lt;b&gt;Application Support&lt;/b&gt;, point to &lt;b&gt;New&lt;/b&gt;, and then click &lt;b&gt;Key&lt;/b&gt;.  &lt;p&gt;8. Type &lt;b&gt;{66841CD4-6DED-4F4B-8F17-FD23F8DDC3DE}&lt;/b&gt;, and then press ENTER.  &lt;p&gt;9. Right-click &lt;b&gt;{66841CD4-6DED-4F4B-8F17-FD23F8DDC3DE}&lt;/b&gt;, point to &lt;b&gt;New&lt;/b&gt;, and then click &lt;b&gt;String Value&lt;/b&gt;.  &lt;p&gt;10. Type &lt;b&gt;Application Identifier&lt;/b&gt;, and then press ENTER.  &lt;p&gt;11. Right-click &lt;b&gt;Application Identifier&lt;/b&gt;, and then click &lt;b&gt;Modify&lt;/b&gt;.  &lt;p&gt;12. In the &lt;b&gt;Value data&lt;/b&gt; box, type &lt;b&gt;Hyper-V&lt;/b&gt;, and then click &lt;b&gt;OK&lt;/b&gt;.  &lt;p&gt;13. On the &lt;b&gt;File&lt;/b&gt; menu, click &lt;b&gt;Exit&lt;/b&gt;.  &lt;p&gt;&lt;b&gt;Back up the virtual machines by using Windows Server Backup&lt;/b&gt; &lt;ul&gt; &lt;li&gt;When you perform a backup of the virtual machines, you must back up all volumes that host files for the virtual machine, including the InitialStore.xml file (in C:\ProgramData\Microsoft\Windows\Hyper-V, by default) and the volume(s) containing the VHD(s) and configuration XML files. For example, if the virtual machine configuration files are stored on the D: volume, and the virtual machine virtual hard disk (VHD) files are stored on the E: volume, and InitialStore.xml file is stored on the C: volume, you must back up the C:, D: and E: volumes.  &lt;li&gt;Virtual machines that do not have Integration Services installed will be put in a saved state while the VSS snapshot is created.  &lt;li&gt;Virtual machines that are running operating systems that do not support VSS, such as Microsoft Windows 2000 or Windows XP, will be put in a saved state while the VSS snapshot is created.  &lt;li&gt;Virtual machines that contain dynamic disks must be backed up offline. &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;b&gt;Note&lt;/b&gt;: Windows Server Backup does not support backing up Hyper-V virtual machines on Cluster Shared Volumes (CSV volumes).  &lt;p&gt;&lt;b&gt;Restore virtual machines by using Windows Server Backup&lt;/b&gt; &lt;p&gt;To restore the virtual machines, follow these steps:  &lt;p&gt;1. Start Windows Server Backup in Administrative Tools.  &lt;p&gt;2. On the &lt;strong&gt;Actions&lt;/strong&gt; menu, click &lt;strong&gt;Recover&lt;/strong&gt;.  &lt;p&gt;3. Select the server that you want to recover data from, and then click &lt;strong&gt;Next&lt;/strong&gt;.  &lt;p&gt;4. Select the date and time that you want to restore from, and then click &lt;strong&gt;Next&lt;/strong&gt;.  &lt;p&gt;5. Select the &lt;strong&gt;Applications&lt;/strong&gt; recovery type, and then click &lt;strong&gt;Next&lt;/strong&gt;.  &lt;p&gt;6. Select &lt;strong&gt;Hyper-V&lt;/strong&gt;, and then click &lt;strong&gt;Next&lt;/strong&gt;.  &lt;p&gt;7. Select the restore location, and then click &lt;strong&gt;Next&lt;/strong&gt;.  &lt;p&gt;8. Click &lt;strong&gt;Recover&lt;/strong&gt; to start the restore process. &lt;p&gt;&lt;b&gt;Note&lt;/b&gt;&lt;b&gt; All volumes that host files for the virtual machine will be restored. Individual virtual machines cannot be restored by using Windows Server Backup. &lt;br&gt;Virtual machines that contain two or more snapshots will not be restored. To work around this issue, follow these steps: &lt;/b&gt; &lt;p&gt;1. Start Hyper-V Manager in Administrative Tools.  &lt;p&gt;2. Delete the virtual machine that was not restored.  &lt;p&gt;3. Start Windows Server Backup in Administrative Tools.  &lt;p&gt;4. On the &lt;strong&gt;Actions&lt;/strong&gt; menu, click &lt;strong&gt;Recover&lt;/strong&gt;.  &lt;p&gt;5. Select the server that you want to recover data from, and then click &lt;strong&gt;Next&lt;/strong&gt;.  &lt;p&gt;6. Select the date and time that you want to restore from, and then click &lt;strong&gt;Next&lt;/strong&gt;.  &lt;p&gt;7. Select the &lt;strong&gt;Files and folders&lt;/strong&gt; recovery type, and then click &lt;strong&gt;Next&lt;/strong&gt;.  &lt;p&gt;8. Select the directory where the snapshots are stored, and then click &lt;strong&gt;Next&lt;/strong&gt;.&lt;br&gt;&lt;b&gt;Note&lt;/b&gt; By default, the snapshots are located in the following directory:  &lt;p&gt;C:\ProgramData\Microsoft\Windows\Hyper-V\Snapshots &lt;p&gt;9. Select the location where the snapshots should be restored, and then click &lt;strong&gt;Next&lt;/strong&gt;.  &lt;p&gt;10. Click &lt;strong&gt;Recover&lt;/strong&gt; to start the restore process.  &lt;p&gt;11. After the restore has finished, perform another restore. However, use the &lt;strong&gt;Applications&lt;/strong&gt; recovery type, and select &lt;strong&gt;Hyper-V&lt;/strong&gt; to correctly restore the virtual machines. &lt;p&gt;Best Regards &lt;p&gt;&lt;b&gt;Hugo Ferreira&lt;/b&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3450631" width="1" height="1"&gt;</description></item><item><title>Properly Enable the Dynamic memory in Hyper</title><link>http://blogs.technet.com/b/hugofe/archive/2011/07/05/properly-enable-the-dynamic-memory-in-hyper.aspx</link><pubDate>Tue, 05 Jul 2011 09:07:25 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3439584</guid><dc:creator>Hugofe</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/hugofe/rsscomments.aspx?WeblogPostID=3439584</wfw:commentRss><comments>http://blogs.technet.com/b/hugofe/archive/2011/07/05/properly-enable-the-dynamic-memory-in-hyper.aspx#comments</comments><description>&lt;p&gt;Hi All &lt;p&gt;If We&amp;nbsp; are often&amp;nbsp; having Memory issues in Hyper-V, &lt;p&gt;here is a Step by Step to maximize the current HW and Properly Enable the Dynamic memory in Hyper, this will allow us to Run much more VM´s then we where before&amp;nbsp;&amp;nbsp; &lt;p&gt;I have seen many people have the Dynamic Memory feature enable but not being properly configured/used, &lt;p&gt;How to Properly Use Dynamic Memory J &lt;p&gt;Example: &lt;p&gt;&lt;b&gt;W2k8r2 DC - NOK&lt;/b&gt; &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/0880.clip_5F00_image002_5F00_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/3426.clip_5F00_image002_5F00_thumb.jpg" width="244" height="50"&gt;&lt;/a&gt; &lt;p&gt;&lt;b&gt;DFS is OK, Do you see the difference?&lt;/b&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;1:&lt;/b&gt; &lt;p&gt;Install Windows Server 2008 R2 SP 1 in the HOST operating system. &lt;p&gt;&lt;b&gt;2:&lt;/b&gt; &lt;h6&gt;Configure Dynamic Memory, Startup Value&lt;/h6&gt; &lt;h6&gt;&lt;/h6&gt; &lt;h6&gt;&lt;/h6&gt; &lt;h6&gt;&lt;/h6&gt; &lt;table border="1" cellpadding="0"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="top" width="75%"&gt; &lt;p&gt;Windows Server 2008 R2 Enterprise Edition&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="23%"&gt; &lt;p&gt;512 MB&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="75%"&gt; &lt;p&gt;Windows Server 2008 R2 Datacenter Edition&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="23%"&gt; &lt;p&gt;512 MB&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="75%"&gt; &lt;p&gt;Windows 7 Ultimate Edition&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="23%"&gt; &lt;p&gt;512 MB&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="75%"&gt; &lt;p&gt;Windows 7 Enterprise Edition&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="23%"&gt; &lt;p&gt;512 MB&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="75%"&gt; &lt;p&gt;Windows Server 2008 Enterprise Edition&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="23%"&gt; &lt;p&gt;512 MB&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="75%"&gt; &lt;p&gt;Windows Server 2008 Datacenter Edition&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="23%"&gt; &lt;p&gt;512 MB&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="75%"&gt; &lt;p&gt;Windows Vista Ultimate Edition&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="23%"&gt; &lt;p&gt;512 MB&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="75%"&gt; &lt;p&gt;Windows Vista Enterprise Edition&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="23%"&gt; &lt;p&gt;512 MB&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="75%"&gt; &lt;p&gt;Windows Server 2003 R2 Enterprise Edition&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="23%"&gt; &lt;p&gt;128 MB&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="75%"&gt; &lt;p&gt;Windows Server 2003 R2 Datacenter Edition&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="23%"&gt; &lt;p&gt;128 MB&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="75%"&gt; &lt;p&gt;Windows Server 2003 Enterprise Edition&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="23%"&gt; &lt;p&gt;128 MB&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="75%"&gt; &lt;p&gt;Windows Server 2003 Datacenter Edition&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="23%"&gt; &lt;p&gt;128 MB&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;h6&gt;&lt;/h6&gt; &lt;h6&gt;&lt;/h6&gt; &lt;h6&gt;&lt;/h6&gt; &lt;h6&gt;&lt;/h6&gt; &lt;h6&gt;&lt;/h6&gt; &lt;h6&gt;&lt;/h6&gt; &lt;p&gt;1. Shut down each virtual machine that you want to enable Dynamic Memory on. &lt;p&gt;2. Open the settings window for each virtual machine. From Hyper-V Manager, right-click the virtual machine and click &lt;strong&gt;Settings&lt;/strong&gt;. &lt;p&gt;3. In the left pane, under &lt;strong&gt;Hardware&lt;/strong&gt;, click &lt;strong&gt;Memory&lt;/strong&gt;. &lt;p&gt;4. On the Memory page, under &lt;strong&gt;Memory Management&lt;/strong&gt;, click &lt;strong&gt;Dynamic&lt;/strong&gt;. &lt;p&gt;5. Set the amount of memory for &lt;strong&gt;Startup RAM&lt;/strong&gt; and &lt;strong&gt;Maximum RAM&lt;/strong&gt;. For &lt;strong&gt;Startup RAM&lt;/strong&gt;, refer to the table in the Table, &lt;p&gt;For &lt;strong&gt;Maximum RAM&lt;/strong&gt;, use a value that allows for additional memory (4096 More than OK Normally )as needed but not more than what you would want the virtual machine to consume.  &lt;p&gt;6. If you want to adjust the memory buffer for the virtual machine, use the slider to set the percentage of memory.  &lt;p&gt;7. If you want to give this virtual machine a higher or lower priority for memory allocation compared to other virtual machines running on this server, use the slider to set the relative weight. &lt;p&gt;8. Turn on the virtual machine. &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/6746.clip_5F00_image004_5F00_2.gif"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/4118.clip_5F00_image004_5F00_thumb.gif" width="244" height="230"&gt;&lt;/a&gt; &lt;p&gt;&lt;b&gt;3:&lt;/b&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;strong&gt;Upgrading the integration services inside the virtual machine&lt;/strong&gt; &lt;p&gt;1. Boot the virtual machine  &lt;p&gt;2. Connect using the &lt;strong&gt;Virtual Machine Connection&lt;/strong&gt; window from the Hyper-V manager  &lt;p&gt;3. Log in with an account that has local administrator rights on the virtual machine  &lt;p&gt;4. Open the &lt;strong&gt;Action &lt;/strong&gt;menu and select &lt;strong&gt;Insert Integration Services Setup Disk&lt;/strong&gt; &lt;p&gt;5.&lt;br&gt;&lt;b&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/6175.clip_5F00_image006_5F00_2.gif"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image006" border="0" alt="clip_image006" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/3438.clip_5F00_image006_5F00_thumb.gif" width="244" height="197"&gt;&lt;/a&gt;&lt;/b&gt; &lt;p&gt;6. Depending on the guest operating system you are running – you may need to select to start the integration services installer (or it may run automatically)  &lt;p&gt;&lt;b&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/6683.clip_5F00_image008_5F00_2.gif"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image008" border="0" alt="clip_image008" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/3056.clip_5F00_image008_5F00_thumb.gif" width="244" height="222"&gt;&lt;/a&gt;&lt;/b&gt; &lt;ol start="7"&gt; &lt;li&gt;When prompted to upgrade the Hyper-V integration services – click &lt;strong&gt;OK &lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;b&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/5001.clip_5F00_image010_5F00_2.gif"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image010" border="0" alt="clip_image010" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/8750.clip_5F00_image010_5F00_thumb.gif" width="244" height="145"&gt;&lt;/a&gt;&lt;/b&gt; &lt;p&gt;8. When the installation is completed and you are prompted to reboot – click &lt;strong&gt;No&lt;/strong&gt;&lt;br&gt;&lt;b&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/6406.clip_5F00_image012_5F00_2.gif"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image012" border="0" alt="clip_image012" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-08-metablogapi/4527.clip_5F00_image012_5F00_thumb.gif" width="244" height="143"&gt;&lt;/a&gt;&lt;/b&gt; &lt;p&gt;9. Now RESTART the virtual machine  &lt;p&gt;&lt;b&gt;EXTRA:&lt;/b&gt; &lt;p&gt;&lt;b&gt;1:&lt;/b&gt; &lt;p&gt;Hyper-V Manager.  &lt;ul&gt; &lt;li&gt;&lt;b&gt;Assigned Memory&lt;/b&gt; shows how much physical memory is allocated to the virtual machine at this time.  &lt;li&gt;The &lt;b&gt;Memory Demand&lt;/b&gt; column shows how much memory the virtual machine needs at this time to meet the requirements of the active processes running in the virtual machine. This amount represented the total committed memory based on data obtained from performance counters.  &lt;li&gt;&lt;b&gt;Memory Status&lt;/b&gt; shows how much of the buffer amount specified for the virtual machine is available to the virtual machine at this time. Status is reported as one of the following: &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;· &lt;b&gt;OK&lt;/b&gt; indicates that there is enough physical memory available to give the virtual machine the full amount of memory buffer.  &lt;p&gt;· &lt;b&gt;Low&lt;/b&gt; indicates that the current amount of memory assigned to the virtual machine as a buffer is lower than amount that Hyper-V determines should be available as a buffer. &lt;p&gt;· &lt;b&gt;Warning&lt;/b&gt; indicates that there is not enough physical memory available to assign any memory buffer to the virtual machine.  &lt;p&gt;Best Regards &lt;p&gt;&lt;b&gt;Hugo Ferreira&lt;/b&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3439584" width="1" height="1"&gt;</description></item><item><title>Bitlocker without TPM:</title><link>http://blogs.technet.com/b/hugofe/archive/2010/10/29/bitlocker-without-tpm.aspx</link><pubDate>Fri, 29 Oct 2010 09:39:37 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3364876</guid><dc:creator>Hugofe</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/hugofe/rsscomments.aspx?WeblogPostID=3364876</wfw:commentRss><comments>http://blogs.technet.com/b/hugofe/archive/2010/10/29/bitlocker-without-tpm.aspx#comments</comments><description>&lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;Bitlocker without TPM:&lt;/b&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;BitLocker provides the most protection when used with a Trusted Platform Module (TPM) version 1.2. The TPM is a hardware component installed in many newer computers by the computer manufacturers. It works with BitLocker to help protect user data and to ensure that a computer has not been tampered with while the system was offline. &lt;p&gt;On computers that do not have a TPM version 1.2, you can still use BitLocker to encrypt the Windows operating system drive. However, this implementation will require the user to insert a USB startup key to start the computer or resume from hibernation, and it does not provide the pre-startup system integrity verification offered by BitLocker with a TPM.  &lt;p&gt;In addition to the TPM, BitLocker offers the option to lock the normal startup process until the user supplies a personal identification number (PIN) or inserts a removable device, such as a USB flash drive, that contains a startup key. These additional security measures provide multifactor authentication and assurance that the computer will not start or resume from hibernation until the correct PIN or startup key is presented. &lt;p&gt;1: &lt;h4&gt;Hardware, firmware, and software requirements&lt;/h4&gt; &lt;p&gt;To use BitLocker, a computer must satisfy certain requirements:  &lt;ul&gt; &lt;li&gt;For BitLocker to use the system integrity check provided by a TPM, the computer must have a TPM version 1.2. If your computer does not have a TPM, enabling BitLocker will require you to save a startup key on a removable device such as a USB flash drive.  &lt;/li&gt;&lt;li&gt;A computer with a TPM must also have a Trusted Computing Group (TCG)-compliant BIOS. The BIOS establishes a chain of trust for pre-operating system startup and must include support for TCG-specified Static Root of Trust Measurement. A computer without a TPM does not require a TCG-compliant BIOS. &lt;/li&gt;&lt;li&gt;The system BIOS (for TPM and non-TPM computers) must support the USB mass storage device class, including reading small files on a USB flash drive in the pre-operating system environment. For more information about USB, see the USB Mass Storage Bulk-Only and the Mass Storage UFI Command specifications on the USB Web site (&lt;a href="http://go.microsoft.com/fwlink/?LinkId=83120"&gt;http://go.microsoft.com/fwlink/?LinkId=83120&lt;/a&gt;). &lt;/li&gt;&lt;li&gt;The hard disk must be partitioned with at least two drives:&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;· The operating system drive (or boot drive) contains the operating system and its support files; it must be formatted with the NTFS file system.  &lt;p&gt;· The system drive contains the files that are needed to load Windows after the BIOS has prepared the system hardware. BitLocker is not enabled on this drive. For BitLocker to work, the system drive must not be encrypted, must differ from the operating system drive, and must be formatted with the NTFS file system. The system drive should be at least 1.5 gigabytes (GBs).  &lt;p&gt;2: &lt;p&gt;&lt;b&gt;Installation and initialization:&lt;/b&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;· By default, the BitLocker setup wizard is configured to work seamlessly with the TPM. An administrator can use Group Policy or a script to enable additional features and options. &lt;p&gt;For enhanced security, you can combine the use of a TPM with either a PIN entered by the user or a startup key stored on a USB flash drive. &lt;p&gt;On computers without a compatible TPM, BitLocker can provide encryption, but not the added security of locking keys with the TPM.  &lt;p&gt;In this case, the user is required to create a startup key that is stored on a USB flash drive. &lt;p&gt;Hence without a Flash Drive, you cannot get even the recovery screen as Flash drive is mandatory to even get the screen to enter the key. &lt;p&gt;To enable BitLocker on a computer without a TPM, you must enable the Require additional authentication at setup Group Policy setting, which is located in Computer Configuration\Administrative Templates\Windows Components\BitLocker Drive Encryption\Operating System Drives.  &lt;p&gt;You must select the Allow BitLocker without a compatible TPM check box. After this setting is applied to the local computer, the non-TPM settings appear in the BitLocker setup wizard. &lt;p&gt;Try&amp;nbsp; to uncheck the option under gpedit, then reboot, then check again if you can&amp;nbsp; use a usb flash as crypt key &lt;p&gt;I would suggest you to disable the settings and then re-apply it. Follow the directions in the link given below. &lt;p&gt;&lt;strong&gt;Step 1: What Group Policy settings are used with BitLocker?&lt;/strong&gt; &lt;p&gt;&lt;a href="http://windows.microsoft.com/en-US/windows7/What-Group-Policy-settings-are-used-with-BitLocker"&gt;http://windows.microsoft.com/en-US/windows7/What-Group-Policy-settings-are-used-with-BitLocker&lt;/a&gt; &lt;p&gt;&lt;strong&gt;Step 2: BitLocker Drive Encryption in Windows 7: Frequently Asked Questions&lt;/strong&gt; &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ee449438(WS.10).aspx#BKMK_HSRequirements"&gt;http://technet.microsoft.com/en-us/library/ee449438(WS.10).aspx#BKMK_HSRequirements&lt;/a&gt; &lt;p&gt;You may have to change few settings in Group Editor Policy on your computer in order to enable Bitlocker, follow the steps below: &lt;p&gt;1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Click on &lt;b&gt;Start&lt;/b&gt;&amp;gt;&amp;gt; type in &lt;b&gt;gpedit.msc&lt;/b&gt; in the Start Search. &lt;p&gt;2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Click on &lt;b&gt;Computer Configuration&lt;/b&gt;&amp;gt;&amp;gt;click &lt;b&gt;Administrative Templates&lt;/b&gt;&amp;gt;&amp;gt;click &lt;b&gt;Windows Components&lt;/b&gt;&amp;gt;&amp;gt;click on &lt;b&gt;Bitlocker Drive Configuration&lt;/b&gt; &lt;p&gt;3.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Now right click on &lt;b&gt;Control Panel: Enable advanced Startup Options &lt;/b&gt;and select Properties. &lt;p&gt;4.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Put a check for “&lt;b&gt;Allow Bitlocker without compatible TPM chip&lt;/b&gt;”. &lt;p&gt;Now reboot the computer and check if you are able to use &lt;p&gt;3: &lt;h4&gt;How To Use BitLocker on Drives without TPM &lt;/h4&gt; &lt;p&gt;BitLocker is an encryption feature available in Ultimate and Enterprise versions of Windows 7 and Vista, but requires a Trusted Platform Module (TPM) on the system. Not all systems include TPM and today we take a look at how to bypass it so you can use BitLocker.  &lt;p&gt;&lt;strong&gt;Enable BitLocker&lt;/strong&gt; &lt;p&gt;You can use BitLocker to encrypt an entire fixed drive, such as the local drive Windows is installed on or an internal data drive. For removable flash or external USB drives you can use its younger brother, BitLocker To Go. First let’s take a look at how to enable BitLocker on a local hard drive. &lt;p&gt;To encrypt an entire drive, simply right-click on the drive and select &lt;em&gt;Turn on BitLocker&lt;/em&gt; from the context menu. &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/5756.clip_5F00_image002_5F00_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/1452.clip_5F00_image002_5F00_thumb.jpg" width="310" height="380" /&gt;&lt;/a&gt; &lt;p&gt;Next you’ll need to choose a secure password that will be used to access the drive.  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/4682.clip_5F00_image004_5F00_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/2047.clip_5F00_image004_5F00_thumb.jpg" width="411" height="285" /&gt;&lt;/a&gt; &lt;p&gt;You’re prompted to store the recovery key which is used in the event you lose your password or smartcard. If you store it as a file make sure that it’s not on the same drive that you’re encrypting.  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/8420.clip_5F00_image006_5F00_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image006" border="0" alt="clip_image006" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/4113.clip_5F00_image006_5F00_thumb.jpg" width="398" height="273" /&gt;&lt;/a&gt; &lt;p&gt;Confirm you want the drive to be encrypted then wait until the process is complete. The amount of time it takes will vary based on the size and amount of data on the drive. &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/0486.clip_5F00_image008_5F00_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image008" border="0" alt="clip_image008" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/1563.clip_5F00_image008_5F00_thumb.jpg" width="437" height="289" /&gt;&lt;/a&gt; &lt;p&gt;To access the encrypted drive you’ll need to enter in the password to unlock it. &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/0334.clip_5F00_image010_5F00_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image010" border="0" alt="clip_image010" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/6685.clip_5F00_image010_5F00_thumb.jpg" width="381" height="302" /&gt;&lt;/a&gt; &lt;p&gt;The drive icon will change to show it’s encrypted with BitLocker, where the gold lock indicates it’s locked up and the gray lock is displayed after you have unlocked it. &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/6281.clip_5F00_image012_5F00_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image012" border="0" alt="clip_image012" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/3566.clip_5F00_image012_5F00_thumb.jpg" width="244" height="134" /&gt;&lt;/a&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/5125.clip_5F00_image014_5F00_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image014" border="0" alt="clip_image014" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/1401.clip_5F00_image014_5F00_thumb.jpg" width="244" height="133" /&gt;&lt;/a&gt; &lt;p&gt;&lt;strong&gt;Use BitLocker on a Drive Without TPM&lt;/strong&gt; &lt;p&gt;If you have a drive that doesn’t have a compatible TMP then you’ll need to use the following steps and have a flash drive. &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/7608.clip_5F00_image016_5F00_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image016" border="0" alt="clip_image016" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/0830.clip_5F00_image016_5F00_thumb.jpg" width="244" height="56" /&gt;&lt;/a&gt; &lt;p&gt;Enter in gpedit.msc in the search box of the Start menu and hit Enter. &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/0743.clip_5F00_image018_5F00_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image018" border="0" alt="clip_image018" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/4578.clip_5F00_image018_5F00_thumb.jpg" width="463" height="170" /&gt;&lt;/a&gt; &lt;p&gt;Under Local Computer Policy navigate to: &lt;p&gt;Computer Configuration \ Administrative Templates \ Windows Components \ Bit Locker Drive Encryption \ Operating System Drives and double click on &lt;em&gt;Require additional authentication at startup&lt;/em&gt;. &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/3414.clip_5F00_image020_5F00_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image020" border="0" alt="clip_image020" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/1348.clip_5F00_image020_5F00_thumb.jpg" width="612" height="288" /&gt;&lt;/a&gt; &lt;p&gt;Enable the feature and check the box next to &lt;em&gt;Allow BitLocker without a compatible TPM, &lt;/em&gt;click Apply and Ok, and close out of Local Group Policy Editor.  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/1263.clip_5F00_image022_5F00_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image022" border="0" alt="clip_image022" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/4087.clip_5F00_image022_5F00_thumb.jpg" width="522" height="410" /&gt;&lt;/a&gt; &lt;p&gt;Go back to the hard drive you want to encrypt and turn on BitLocker.  &lt;p&gt;A restart will be required to prepare the disk, and at this point make sure the flash drive is plugged in. &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/5008.clip_5F00_image024_5F00_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image024" border="0" alt="clip_image024" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/1362.clip_5F00_image024_5F00_thumb.jpg" width="489" height="210" /&gt;&lt;/a&gt; &lt;p&gt;After the restart you’re prompted to use the startup key on the flash drive every time you start the computer. &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/6560.clip_5F00_image026_5F00_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image026" border="0" alt="clip_image026" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/2451.clip_5F00_image026_5F00_thumb.jpg" width="409" height="279" /&gt;&lt;/a&gt; &lt;p&gt;Select the drive you want to use to store the key. &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/6406.clip_5F00_image028_5F00_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image028" border="0" alt="clip_image028" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/8233.clip_5F00_image028_5F00_thumb.jpg" width="401" height="239" /&gt;&lt;/a&gt; &lt;p&gt;Hope this helps &lt;p&gt;Look forward to hearing from you. &lt;p&gt;Hugofe&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3364876" width="1" height="1"&gt;</description></item><item><title>October List of VMM / Failover Cluster / Hyper-V Updates:</title><link>http://blogs.technet.com/b/hugofe/archive/2010/10/28/october-list-of-vmm-failover-cluster-hyper-v-updates.aspx</link><pubDate>Thu, 28 Oct 2010 12:26:33 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3364618</guid><dc:creator>Hugofe</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/hugofe/rsscomments.aspx?WeblogPostID=3364618</wfw:commentRss><comments>http://blogs.technet.com/b/hugofe/archive/2010/10/28/october-list-of-vmm-failover-cluster-hyper-v-updates.aspx#comments</comments><description>&lt;h3&gt;&amp;nbsp;&lt;/h3&gt; &lt;h3&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/2061.image_5F00_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/1411.image_5F00_thumb.png" width="196" height="190" /&gt;&lt;/a&gt; &lt;/h3&gt; &lt;h3&gt;&amp;nbsp;&lt;/h3&gt; &lt;h3&gt;October List of VMM / Failover Cluster / Hyper-V Updates:&lt;/h3&gt; &lt;p&gt;This article includes a list of System Center Virtual Machine Manager (VMM) updates that the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=02d83950-c03d-454e-803b-96d1c1d5be24&amp;amp;displaylang=en"&gt;VMM 2008 and 2008 R2 Configuration Analyzer&lt;/a&gt; (VMMCA) checks for, and a list of recent VMM-related updates that are not verified by the VMMCA tool.  &lt;h5&gt;&lt;strong&gt;Updates that the VMMCA already verifies&lt;/strong&gt;&lt;/h5&gt; &lt;p&gt;VMMCA checks to see whether the following updates are installed on the VMM server:  &lt;ul&gt; &lt;li&gt;&lt;a href="http://support.microsoft.com/kb/961983"&gt;961983 - Description of the hotfix rollup package for System Center Virtual Machine Manager 2008: April 14th, 2009&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://support.microsoft.com/kb/971244"&gt;971244 - Windows Remote Management (WinRM) does not accept HTTP authorization requests that are larger than 16 KB on a computer that is running Windows Server 2008 or Windows Vista&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;VMMCA checks to see whether the following updates are installed on VMM hosts:  &lt;ul&gt; &lt;li&gt;&lt;a href="http://support.microsoft.com/kb/950050"&gt;950050 - Description of the update for the release version of the Hyper-V technology for Windows Server 2008&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://support.microsoft.com/kb/956589"&gt;956589 - Description of the Hyper-V update for issues that may occur when you manage the Hyper-V role on the 64-bit editions of Windows Server 2008 by using SCVMM&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://support.microsoft.com/kb/956774"&gt;956774 - A Background Intelligent Transfer Service (BITS) client cannot handle files that have paths that contain the volume GUID in Windows Server 2008 or in Windows Vista&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://support.microsoft.com/kb/958124"&gt;958124 - A wmiprvse.exe process may leak memory when a WMI notification query is used heavily on a Windows Server 2008-based or Windows Vista-based computer&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://support.microsoft.com/kb/954563"&gt;954563 - Memory corruption may occur with the Windows Management Instrumentation (WMI) service on a computer that is running Windows Server 2008 or Windows Vista Service Pack 1&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://support.microsoft.com/kb/955805"&gt;955805 - Certain applications become very slow on a Windows Server 2008-based or Windows Vista SP1-based computer when a certificate with the SIA extension is installed&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;VMMCA checks to see whether the following Hyper-V updates are installed on Hyper-V hosts that are managed by VMM:  &lt;ul&gt; &lt;li&gt;&lt;a href="http://support.microsoft.com/kb/952247"&gt;952247 - The Cluster network name resource and the File Share Witness resource may not come online on a Windows Server 2008 failover cluster node if a disjointed namespace is configured&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://support.microsoft.com/kb/956697"&gt;956697 - Windows Server 2008 Hyper-V VSS writer is not used during a backup job because of corrupted or invalid virtual machine configuration files&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://support.microsoft.com/kb/957967"&gt;957967 - Stop error message on a Windows Server 2008-based computer that has the Hyper-V role installed: "STOP 0x0000001A"&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://support.microsoft.com/kb/958184"&gt;958184 - Virtual machine backup operations fail in Windows Server 2008 when Hyper-V virtual machine files are saved on a volume that is mounted on a failover cluster by using a volume GUID&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://support.microsoft.com/kb/959978"&gt;959978 - Error message when you back up a Windows Server 2003-based virtual machine on a Windows Server 2008 Hyper-V-based computer: "GetWriterStatus FAILED for Selected writer [Microsoft Hyper-V VSS Writer], writer is in state [9] [VSS_WS_FAILED_AT_FREEZE]"&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://support.microsoft.com/kb/971677"&gt;971677 - A Hyper-V differencing disk that you create in Windows Server 2008 R2 cannot be used in Windows Server 2008&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;VMMCA checks to see whether the following Failover Cluster Management updates are installed on clustered hosts that are managed by VMM:  &lt;ul&gt; &lt;li&gt;&lt;a href="http://support.microsoft.com/kb/951308"&gt;951308 - Increased functionality and virtual machine control in the Windows Server 2008 Failover Cluster Management console for the Hyper-V role&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://support.microsoft.com/kb/958065"&gt;958065 - You cannot configure a Hyper-V virtual machine by using Windows Server 2008 Failover Clustering when the virtual machine uses a storage device that is managed by a third-party clustered file system or a third-party replication solution&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;h5&gt;&lt;strong&gt;Updates that are not verified by the VMMCA&lt;/strong&gt;&lt;/h5&gt; &lt;p&gt;The following list includes recent updates that are not verified by the VMMCA. The list is organized into updates that apply to specific versions of VMM and updates that apply to specific operating system versions.  &lt;h6&gt;System Center Virtual Machine Manager 2008 R2&lt;/h6&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;VMM Server&lt;/strong&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://support.microsoft.com/kb/2308590"&gt;2308590 - Description of the System Center Virtual Machine Manager 2008 R2 hotfix rollup package: September 14, 2010&lt;/a&gt; (supersedes 982522)&lt;/li&gt;&lt;/ul&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;VMM Admin Console&lt;/strong&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://support.microsoft.com/kb/982523"&gt;982523 - Description of the System Center Virtual Machine Manager 2008 R2 Admin Console hotfix rollup package: June 8, 2010&lt;/a&gt; (supersedes 976246)&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt; &lt;h6&gt;System Center Virtual Machine Manager 2008&lt;/h6&gt; &lt;ul&gt; &lt;li&gt;Area: Physical to Virtual (P2V)&lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/959596"&gt;959596 - Description of the System Center Virtual Machine Manager 2008 update to address physical to virtual (P2V) issues&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Area: P2V&lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/971816"&gt;971816 - Using 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;h6&gt;Windows Server 2008 R2&lt;/h6&gt; &lt;ul&gt; &lt;li&gt;Area: Hyper-V (STOP errors and networking)&lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/2264080"&gt;2264080 - An update rollup package for the Hyper-V role in Windows Server 2008 R2: August 24, 2010&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Area: WMI&lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/974930"&gt;974930 - An application or service that queries information about a failover cluster by using the WMI provider may experience low performance or a time-out exception&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Area: WMI&lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/981314"&gt;981314 - The "Win32_Service" WMI class leaks memory in Windows Server 2008 R2 and in Windows 7&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Area: Hyper-V Live Migration&lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/981618"&gt;981618 - The computer stops responding or restarts during the Hyper-V Live Migration process in Windows Server 2008 R2&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Area: WinRM&lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/981845"&gt;981845 - The Windows Remote Management service stops responding in Windows 7 or in Windows Server 2008 R2 (only applies if your VMM server is on Windows Server 2008 R2)&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Area: Cluster&lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/974930"&gt;974930 - An application or service that queries information about a failover cluster by using the WMI provider may experience low performance or a time-out exception&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;h6&gt;Windows Server 2008&lt;/h6&gt; &lt;ul&gt; &lt;li&gt;Area: WMI/Failover Cluster&lt;br /&gt;Applies to: Windows Server 2008, Windows Server 2008 with SP2&lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/968936"&gt;968936 - A rollup hotfix package for Windows Server 2008 Failover Clustering WMI provider&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Area: WMI/Failover Cluster&lt;br /&gt;Applies to: Windows Server 2008, Windows Server 2008 with SP2&lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/971403"&gt;971403 - The "Win32_share" WMI class cannot enumerate file shares or create file shares on a node in a Windows Server 2008 failover cluster&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Area: WMI&lt;br /&gt;Applies to: Windows Server 2008 &lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/954563"&gt;954563 - Memory corruption may occur with the Windows Management Instrumentation (WMI) service on a computer that is running Windows Server 2008 or Windows Vista Service Pack 1&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Area: WMI&lt;br /&gt;Applies to: Windows Server 2008, Windows Server 2008 with SP2 &lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/970520"&gt;970520 - The Wmiprvse.exe process creates a memory leak on a computer that is running Windows Server 2008 if you remotely monitor this process by using the WMI interface on a computer that is running Windows Server 2003 or Windows XP&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Area: WinRM&lt;br /&gt;Applies to: Windows Server 2008, Windows Server 2008 with SP2 &lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/971244"&gt;971244 - Windows Remote Management (WinRM) does not accept HTTP authorization requests that are larger than 16 KB on a computer that is running Windows Server 2008 or Windows Vista&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Area: Cluster &lt;br /&gt;Applies to: Windows Server 2008, Windows Server 2008 with SP2 &lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/951308"&gt;951308 - Increased functionality and virtual machine control in the Windows Server 2008 Failover Cluster Management console for the Hyper-V role&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Area: Cluster&lt;br /&gt;Applies to: Windows Server 2008, Windows Server 2008 with SP2 &lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/970529"&gt;970529 - The volume GUID may unexpectedly change after a volume is extended on a Windows Server 2008 failover cluster node&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Area: WMI&lt;br /&gt;Applies to: Windows Server 2008&lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/958124"&gt;958124 - A wmiprvse.exe process may leak memory when a WMI notification query is used heavily on a Windows Server 2008-based or Windows Vista-based computer&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Area: WMI&lt;br /&gt;Applies to: Windows Server 2008&lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/955805"&gt;955805 - Certain applications become very slow on a Windows Server 2008-based or Windows Vista SP1-based computer when a certificate with the SIA extension is installed&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Area: WMI&lt;br /&gt;Applies to: Windows Server 2008&lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/954563"&gt;954563 - Memory corruption may occur with the Windows Management Instrumentation (WMI) service on a computer that is running Windows Server 2008 or Windows Vista Service Pack 1&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Area: WMI&lt;br /&gt;Applies to: Windows Server 2008&lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/968936"&gt;968936 - A rollup hotfix package for Windows Server 2008 Failover Clustering WMI provider &lt;/a&gt; &lt;/li&gt;&lt;li&gt;Area: WMI&lt;br /&gt;Applies to: Windows Server 2008&lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/971403"&gt;971403 - The "Win32_share" WMI class cannot enumerate file shares or create file shares on a node in a Windows Server 2008 failover cluster &lt;/a&gt; &lt;/li&gt;&lt;li&gt;Area: WMI&lt;br /&gt;Applies to: Windows Server 2008&lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/970520"&gt;970520 - The Wmiprvse.exe process creates a memory leak on a computer that is running Windows Server 2008 if you remotely monitor this process by using the WMI interface on a computer that is running Windows Server 2003 or Windows XP&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;h6&gt;Windows Server 2003&lt;/h6&gt; &lt;ul&gt; &lt;li&gt;Area: Windows Remote Management (WinRM) &lt;br /&gt;Applies to: Windows Server 2003 with SP1, Windows Server 2003 with SP2 &lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/936059"&gt;936059 - An update is available for the Windows Remote Management feature in Windows Server 2003 and in Windows XP&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;h5&gt;Additional resources&lt;/h5&gt; &lt;ul&gt; &lt;li&gt;For a list of recent Knowledge Base articles related to virtualization, see the Wiki article &lt;a href="http://social.technet.microsoft.com/wiki/contents/articles/list-of-microsoft-support-knowledge-base-articles-related-to-microsoft-virtualization-technologies-for-2010.aspx"&gt;List of Microsoft Support Knowledge Base Articles related to Microsoft Virtualization Technologies for 2010&lt;/a&gt;. &lt;/li&gt;&lt;li&gt;For a list of Hyper-V updates in Windows Server 2008 R2, see the TechNet article &lt;a href="http://technet.microsoft.com/en-us/library/ff394763(WS.10).aspx"&gt;Hyper-V Update List for Windows Server 2008 R2&lt;/a&gt;. &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;HugoFe&lt;/b&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3364618" width="1" height="1"&gt;</description></item><item><title>Erro ao adicionar driver x86 em servidor x64:</title><link>http://blogs.technet.com/b/hugofe/archive/2010/10/25/october-update-hyper-v-hyper-v-r2-scvmm-2008-scvmm-2008-r2-comprehensive-updates-en.aspx</link><pubDate>Mon, 25 Oct 2010 12:52:40 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3363847</guid><dc:creator>Hugofe</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/hugofe/rsscomments.aspx?WeblogPostID=3363847</wfw:commentRss><comments>http://blogs.technet.com/b/hugofe/archive/2010/10/25/october-update-hyper-v-hyper-v-r2-scvmm-2008-scvmm-2008-r2-comprehensive-updates-en.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/0474.image_5F00_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/8311.image_5F00_thumb.png" width="196" height="190" /&gt;&lt;/a&gt; &lt;/p&gt; &lt;h2&gt;&lt;strong&gt;&lt;/strong&gt;&amp;nbsp;&lt;/h2&gt; &lt;p&gt;Erro ao adicionar driver x86 num servidor x64: &lt;p&gt;Qual é o problema? &lt;p&gt;Ao tentar instalar drivers adicionais (x86) no servidor de impressão Windows 2008 R2 x68 ele apresenta a seguinte mensagem de erro: "The folder you specified doesn't contain a compatible software driver for your device. If the folder contains a driver, make sure it is designed to work with Windows for x64-based systems." essa mensagem aparece para qualquer driver x86 que se tenta adicionar no servidor. &lt;p&gt;&amp;nbsp; &lt;p&gt;Windows Server 2008 /2008 R2, &lt;p&gt;- Logon to an x86 Windows XP/… machine with an account which is an admin. &lt;p&gt;- Connect to the print server using the UNC path &lt;a href="file:///\\PrintServer"&gt;\\PrintServer&lt;/a&gt; &lt;p&gt;- You will see the printers and faxes folder among others &lt;p&gt;- Open the Printers and Faxes folder &lt;p&gt;- Go to File--&amp;gt; server properties -&amp;gt; Drivers tab and do an Add driver &lt;p&gt;- Select Have Disk and point it to the driver location to install the driver on the x64 bit print server. &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;HugoFe&lt;/b&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3363847" width="1" height="1"&gt;</description></item><item><title>New SCVMM VMM 2008 R2 rollup September 2010</title><link>http://blogs.technet.com/b/hugofe/archive/2010/09/16/new-scvmm-vmm-2008-r2-rollup-september-2010.aspx</link><pubDate>Thu, 16 Sep 2010 12:08:55 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3355892</guid><dc:creator>Hugofe</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/hugofe/rsscomments.aspx?WeblogPostID=3355892</wfw:commentRss><comments>http://blogs.technet.com/b/hugofe/archive/2010/09/16/new-scvmm-vmm-2008-r2-rollup-september-2010.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp; &lt;p&gt;&lt;img src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/0383.clip_5F00_image002_5F00_2.jpg" /&gt; &lt;p&gt;&amp;nbsp; &lt;p&gt;Hi All, &lt;p&gt;A new VMM 2008 R2 rollup is now published and available thru Microsoft Update.  &lt;p&gt;Description of the System Center Virtual Machine Manager 2008 R2 hotfix rollup package: September 14, 2010 &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2308590"&gt;http://support.microsoft.com/kb/2308590&lt;/a&gt; &lt;p&gt;in this rollup: &lt;p&gt;Missing VM caused by a crash of a Hyper-V node and out-of-band failover  &lt;p&gt;Cannot create VM on cluster shared volume if the host is configured to boot from VHD  &lt;p&gt;Changing PRO Settings on a HostGroup with External MP imported causes VMMserver to crash &lt;p&gt;&lt;b&gt;List of issues that are resolved&lt;/b&gt; &lt;p&gt;&lt;b&gt;Issue 1&lt;/b&gt; &lt;p&gt;Duplicate virtual machines (VMs) may appear in the SCVMM Administrator Console window after a Hyper-V VM in a cluster fails over to another cluster node. Additionally, the status for one of the duplicate VMs is set to &lt;strong&gt;Missing&lt;/strong&gt;. If you try to remove the missing VM from the SCVMM Administrator Console window, the VM is not removed.  &lt;p&gt;&lt;b&gt;Issue 2&lt;/b&gt; &lt;p&gt;Consider the following scenario:  &lt;ul&gt; &lt;li&gt;You install the Hyper-V role on a computer that is running Windows Server 2008 R2.  &lt;/li&gt;&lt;li&gt;You configure the computer to start from a virtual hard disk.  &lt;/li&gt;&lt;li&gt;The computer is part of a Hyper-V failover cluster. The cluster is configured to use cluster shared volumes.  &lt;/li&gt;&lt;li&gt;You try to create a VM on a cluster shared volume by using SCVMM 2008 R2.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;In this scenario, the operation fails together with the 2912 (0x8004232C) error code.  &lt;p&gt;&lt;b&gt;Issue 3&lt;/b&gt; &lt;p&gt;The Virtual Machine Manager service (Vmmservice.exe) crashes if the following conditions are true: &lt;ul&gt; &lt;li&gt;System Center Operations Manager 2007 integration is enabled.  &lt;/li&gt;&lt;li&gt;A Performance and Resource Optimization (PRO) feature-enabled management pack is imported into Operations Manager.  &lt;/li&gt;&lt;li&gt;The PRO settings for a host group are changed on the SCVMM server.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;This hotfix rollup package includes also the hotfixes that are documented in the following SCVMM 2008 R2 hotfix rollup packages:  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/982522/"&gt;982522&lt;/a&gt; (http://support.microsoft.com/kb/982522/ ) Description of the System Center Virtual Machine Manager 2008 R2 hotfix rollup package: June 8, 2010 &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/978560/"&gt;978560&lt;/a&gt; (http://support.microsoft.com/kb/978560/ ) Description of the System Center Virtual Machine Manager 2008 R2 hotfix rollup package: February 9, 2010 &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/976244/"&gt;976244&lt;/a&gt; (http://support.microsoft.com/kb/976244/ ) Description of the System Center Virtual Machine Manager 2008 R2 hotfix rollup package: November 10, 2009  &lt;p&gt;&lt;b&gt;How to obtain this SCVMM 2008 R2 hotfix rollup package&lt;/b&gt; &lt;p&gt;This hotfix rollup package is available on Microsoft Update. &lt;br /&gt;To obtain this update from Microsoft Update, follow these steps on the SCVMM server:  &lt;p&gt;1. Click &lt;strong&gt;Start&lt;/strong&gt;, and then select &lt;strong&gt;Control Panel&lt;/strong&gt;.  &lt;p&gt;2. In &lt;strong&gt;Control Panel&lt;/strong&gt;, double-click &lt;strong&gt;Windows Update&lt;/strong&gt;.  &lt;p&gt;3. In the &lt;strong&gt;Windows Update&lt;/strong&gt; window, click &lt;strong&gt;Check Online for updates from Microsoft Update&lt;/strong&gt;.  &lt;p&gt;4. Click &lt;strong&gt;important updates are available&lt;/strong&gt;.  &lt;p&gt;5. Select &lt;strong&gt;Update for System Center Virtual Machine Manager 2008 R2 (KB2308590)&lt;/strong&gt;, and then click &lt;strong&gt;OK&lt;/strong&gt;.  &lt;p&gt;6. Click &lt;strong&gt;Install updates&lt;/strong&gt;.  &lt;p&gt;&lt;b&gt;Note&lt;/b&gt; If the &lt;strong&gt;Virtual Machine Manager&lt;/strong&gt; or &lt;strong&gt;Virtual Machine Manager Agent&lt;/strong&gt; service is running when this hotfix rollup package is installed on the SCVMM server, you have to restart the computer.&amp;nbsp; &lt;p&gt;&lt;b&gt;How to update the SCVMM agent on the Hyper-V and Virtual Server host&lt;/b&gt; &lt;p&gt;This update requires updating the VMM agent on the Hyper-V and Virtual Server hosts. The hosts will have a status of &lt;b&gt;Needs Attention&lt;/b&gt; if the agent has not been updated. &lt;br /&gt;To update the SCVMM agent on multiple hosts, follow these steps:  &lt;p&gt;1. Open the SCVMM Administrator Console window.&amp;nbsp; &lt;p&gt;2. Click &lt;strong&gt;Administration&lt;/strong&gt;, and then click &lt;strong&gt;Managed Computers&lt;/strong&gt;.  &lt;p&gt;3. Select the hosts, and then click &lt;strong&gt;Update Agent&lt;/strong&gt;.  &lt;p&gt;4. Enter your user account credentials, and then click &lt;strong&gt;OK&lt;/strong&gt;. &lt;p&gt;Thanks &lt;p&gt;Hugo &lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3355892" width="1" height="1"&gt;</description></item><item><title>Unable to perform P2V actions in Hyper-V VMM 2008 R2 - 2901 / 0x80070057</title><link>http://blogs.technet.com/b/hugofe/archive/2010/07/09/abe.aspx</link><pubDate>Fri, 09 Jul 2010 08:05:29 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3342958</guid><dc:creator>Hugofe</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/hugofe/rsscomments.aspx?WeblogPostID=3342958</wfw:commentRss><comments>http://blogs.technet.com/b/hugofe/archive/2010/07/09/abe.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc753479(WS.10).aspx"&gt;&lt;/a&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;In case you see this one: &lt;p&gt;Physical to Virtual Conversion with Hyper-V VMM 2008 R2,  &lt;p&gt;Succeeded in P2V conversions of the same server a number of times already, but now I repeatedly get the following error at x% of the conversion: &lt;p&gt;Error (2901) &lt;p&gt;The operation did not complete successfully because of a parameter or call sequence that is not valid.  &lt;p&gt; (The parameter is incorrect (0x80070057))  &lt;p&gt;I tried a reboot of VMM, but this did not help.  &lt;p&gt;Based on this description here are the best steps to address this issue: &lt;p&gt;P2V Hyper-V VMM 2008 R2 &lt;p&gt;Error (2901) &lt;p&gt;The operation did not complete successfully because of a parameter or call sequence that is not valid.  &lt;p&gt; (The parameter is incorrect (0x80070057))  &lt;p&gt;1: &lt;p&gt;Are you using a template from vmm to perform this action? &lt;p&gt;2: &lt;p&gt;Might be a P2V migration test failed at step (Deploy file using LAN) with error message? &lt;p&gt;Error 2901 &lt;p&gt;The operation did not complete successfully because of a parameter or a call sequence that is not valid. (The parameter is incorrect (0x80070057)) &lt;p&gt;3: &lt;p&gt;Do you see audit failures in the security log (unknown user or password for the computer account of the VMM server)? &lt;p&gt;Is the VMM server running with local system account? &lt;p&gt;4: &lt;p&gt;screenshot of the error on the vmm console? &lt;p&gt;5: &lt;p&gt;Can you please Repro and collect traces on the VMM server? &lt;p&gt;&lt;a href="http://blogs.technet.com/chengw/archive/2008/05/08/how-to-collect-scvmm-traces.aspx"&gt;http://blogs.technet.com/chengw/archive/2008/05/08/how-to-collect-scvmm-traces.aspx&lt;/a&gt; &lt;p&gt;Are you doing the P2V with multiple disks or only one? &lt;p&gt;We can try to select only one Disk for testing purposes, &lt;p&gt;Are we deploying the new VM in the same Hyper-v Server? &lt;p&gt;HostAgentInvalidArg 2901 0x80070057 &lt;p&gt;Do you have any Multipath software installed with "Storage Manager for SANs"&amp;nbsp; feature running on the Physical server? &lt;p&gt;Do you have Nic Teaming? &lt;p&gt;Can you run the&amp;nbsp; VMMCA (Virtual Machine Manager Configuration Analyzer) on both the VMM server and in this case, the P2V Source computer? &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;SCVMM Comprehensive Updates June 2010 &lt;p&gt;Description of the System Center Virtual Machine Manager 2008 R2 hotfix rollup package: June 8, 2010 &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/982522"&gt;http://support.microsoft.com/kb/982522&lt;/a&gt; &lt;p&gt;Description of the System Center Virtual Machine Manager 2008 R2 Admin Console hotfix rollup package: June 8, 2010  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/982523"&gt;http://support.microsoft.com/kb/982523&lt;/a&gt; &lt;p&gt;Have you already installed and run the VMMCA available from this link: &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=02d83950-c03d-454e-803b-96d1c1d5be24&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=02d83950-c03d-454e-803b-96d1c1d5be24&amp;amp;displaylang=en&lt;/a&gt;? &lt;p&gt;The VMMCA It only checks to see it that optional integration component is configured and provides a “Warning” if it is not found. &lt;p&gt;2901 0x80070057 &lt;p&gt;Error (2901) &lt;p&gt;The operation did not complete successfully because of a parameter or call sequence that is not valid.  &lt;p&gt; (The parameter is incorrect (0x80070057))  &lt;p&gt;Can you check the Hyper-V host and make sure it does not have any mounted VHDs already for this VM? &lt;p&gt;Apply also those on the Physical Server: &lt;p&gt;1: &lt;p&gt;For more information about &lt;b&gt;WinRM&lt;/b&gt; 2.0, click the following article number to view the article in the Microsoft Knowledge Base:  &lt;p&gt;&lt;a href="http://vkbexternal.partners.extranet.microsoft.com/VKBWebService/ViewContent.aspx?scid=kb;EN-US;968929&amp;amp;PortalId=1"&gt;968929 &lt;/a&gt;Description of the Windows Management Framework on Windows XP, Windows Server 2003, Windows Vista, and Windows Server 2008  &lt;p&gt;winrm quickconfig &lt;p&gt;2:&lt;br /&gt;An update package for Background Intelligent Transfer Service (BITS) is now&lt;br /&gt;available for Windows Server 2003 and for Windows XP&lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/923845/en-us"&gt;http://support.microsoft.com/kb/923845/en-us&lt;/a&gt; &lt;p&gt;Can you try the following: &lt;p&gt;1. Uninstall the p2v agent from the source machine.&lt;br /&gt;2. Go to Regedit-&amp;gt;HKLM\Software\Microsoft\Microsoft System Center Virtual Machine Manager Server\Settings on the VMM server&lt;br /&gt;3. Create a new DWORD reg entry named “P2VBITSTcpPort” and give it a decimal value between 16000-32000 . Say 30443 decimal..&lt;br /&gt;4. Go to system services (services.msc) and restart Virtual Machine Manager service &lt;br /&gt;Then try to p2v the machine again. &lt;p&gt;Try the P2V with only a disk, for example c:\ &lt;p&gt;If that works, &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;So we can try some additional actions: &lt;p&gt;on that server &lt;p&gt;msconfig and disable all 3 party stuff, &lt;p&gt;Or we can also try this tool to convert just the d: driver to a vhd file &lt;p&gt;disk2vhd &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/sysinternals/ee656415.aspx"&gt;http://technet.microsoft.com/en-us/sysinternals/ee656415.aspx&lt;/a&gt; &lt;p&gt;The only thing I am seeing is that this specific server or disk has something different running that is affecting the P2V. &lt;p&gt;That is why as a best practice if we found issues, disabling all the 3 party services/applications should help. &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;Hope this helps&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3342958" width="1" height="1"&gt;</description></item><item><title>A physical disk resource may not come online on a cluster node in Win2003/2008/2008R2 , KB981475</title><link>http://blogs.technet.com/b/hugofe/archive/2010/06/23/a-physical-disk-resource-may-not-come-online-on-a-cluster-node-in-win2003-2008-2008r2-kb981475.aspx</link><pubDate>Wed, 23 Jun 2010 13:45:45 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3339967</guid><dc:creator>Hugofe</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/hugofe/rsscomments.aspx?WeblogPostID=3339967</wfw:commentRss><comments>http://blogs.technet.com/b/hugofe/archive/2010/06/23/a-physical-disk-resource-may-not-come-online-on-a-cluster-node-in-win2003-2008-2008r2-kb981475.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/0383.clip_5F00_image002_5F00_2.jpg"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/3823.clip_5F00_image002_5F00_thumb.jpg" width="194" height="156" /&gt;&lt;/a&gt; &lt;p&gt;&amp;nbsp; &lt;p&gt;Hi All &lt;p&gt;FYI, I just had this issue and in case you start seeing strange disk issues with cluster in any OS, &lt;p&gt;This problem is known to occur after you install or migrate to Symantec Endpoint Protection 11.0 Release Update 5 (RU5) on the cluster nodes. &lt;p&gt;On a cluster node that is running Windows Server 2003, a physical disk resource may enter the Failed state when you try to move a group that contains the physical disk resource. If you restart the cluster node that has the physical disk resource that did not come online, the problem is temporarily resolved.&lt;br /&gt;When this problem occurs, the following entries are logged in the Cluster log for the physical disk resource that entered the failed state: &lt;p&gt;When this problem occurs, the following entries are logged in the Cluster log for the physical disk resource that entered the failed state:  &lt;p&gt;&amp;nbsp; &lt;p&gt;000020cc.000014d0::2010/01/23-19:40:39.929 ERR Physical Disk &amp;lt;Disk Q:&amp;gt;:&lt;br /&gt;DiskspCheckPath: GetFileAttrs(Q:) returned status of 87.&lt;br /&gt;000020cc.000014d0::2010/01/23-19:40:39.929 WARN Physical Disk &amp;lt;Disk Q:&amp;gt;:&lt;br /&gt;DiskspCheckDriveLetter: Checking drive name (Q:) returns 87 &lt;p&gt;Additionally, the following events are logged in the System log:  &lt;p&gt;Event Type: Error&lt;br /&gt;Event Source: ClusSvc&lt;br /&gt;Event Category: Physical Disk Resource&lt;br /&gt;Event ID: 1066&lt;br /&gt;Date: 1/24/2010&lt;br /&gt;Time: 1:03:53 AM&lt;br /&gt;User: N/A&lt;br /&gt;Computer: NODE2&lt;br /&gt;Description:&lt;br /&gt;Cluster disk resource "Disk Q:" is corrupt. Run 'ChkDsk /F' to repair problems. The&lt;br /&gt;volume name for this resource is&lt;br /&gt;"&amp;lt;\\?\Volume{4323d41e-1379-11dd-9538-001e0b20dfe6}\&amp;gt;".&lt;br /&gt;If available, ChkDsk output will be in the file "C:\WINDOWS\Cluster\ChkDsk_Disk2_SigB05E593B.log". ChkDsk may write information to the Application Event Log with Event ID 26180.&lt;br /&gt;For more information, see Help and Support Center at&lt;br /&gt;&amp;lt;http://go.microsoft.com/fwlink/events.asp&amp;gt;.&lt;br /&gt;Event Type: Error&lt;br /&gt;Event Source: ClusSvc&lt;br /&gt;Event Category: Physical Disk Resource&lt;br /&gt;Event ID: 1035&lt;br /&gt;Date: 1/24/2010&lt;br /&gt;Time: 1:03:53 AM&lt;br /&gt;User: N/A&lt;br /&gt;Computer: NODE2&lt;br /&gt;Description:&lt;br /&gt;Cluster disk resource 'Disk Q:' could not be mounted.&lt;br /&gt;For more information, see Help and Support Center at&lt;br /&gt;&amp;lt;http://go.microsoft.com/fwlink/events.asp&amp;gt;. &lt;p&gt;This problem is known to occur after you install or migrate to Symantec Endpoint Protection 11.0 Release Update 5 (RU5) on the cluster nodes.&lt;br /&gt;For more information about this problem, visit the following Symantec Web site:  &lt;p&gt;&lt;a href="http://service1.symantec.com/SUPPORT/ent-security.nsf/docid/2009102815324448"&gt;http://service1.symantec.com/SUPPORT/ent-security.nsf/docid/2009102815324448&lt;/a&gt; (http://service1.symantec.com/SUPPORT/ent-security.nsf/docid/2009102815324448)  &lt;p&gt;To resolve this problem, follow these steps:  &lt;p&gt;1. Verify that this problem is caused by Symantec Endpoint Protection (SEP) 11.0 Release Update 5 (RU5). To do this, run the Handle.exe utility immediately after the issue occurs on the cluster node where the physical disk resource did not come online.&lt;br /&gt;At an elevated command prompt, type the following command, and then press ENTER:  &lt;p&gt;&lt;b&gt;Handle.exe -a -u &lt;var&gt;drive_letter&lt;/var&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;Note&lt;/b&gt; The &lt;var&gt;drive_letter&lt;/var&gt; placeholder is the drive designation for the cluster drive that did not come online. &lt;br /&gt;For example, assume that the drive designation for the cluster drive that did not come online is drive &lt;b&gt;Q&lt;/b&gt;. To run the Handle.exe utility in this scenario, type the following command, and then press ENTER:  &lt;p&gt;&lt;b&gt;Handle.exe -a -u Q:&lt;/b&gt; &lt;p&gt;The problem is caused by the Symantec application if you receive the following message that identifies the Smc.exe process as the process that owns the handle:  &lt;p&gt;Handle v3.42&lt;br /&gt;Copyright (C) 1997-2008 Mark Russinovich&lt;br /&gt;Sysinternals - www.sysinternals.com&lt;br /&gt;Smc.exe pid: 856 NT AUTHORITY\SYSTEM 66C: Q:  &lt;p&gt;2. If the problem is caused by the Symantec application, contact Symantec to obtain Symantec Endpoint Protection 11 Release Update 6 (RU6), which was released to resolve this issue. For more information, visit the following Symantec website:  &lt;p&gt;&lt;a href="http://service1.symantec.com/support/ent-security.nsf/854fa02b4f5013678825731a007d06af/2c62c4ee0e697aae882573b000034ded?OpenDocument"&gt;http://service1.symantec.com/support/ent-security.nsf/854fa02b4f5013678825731a007d06af/2c62c4ee0e697aae882573b000034ded?OpenDocument&lt;/a&gt; (http://service1.symantec.com/support/ent-security.nsf/854fa02b4f5013678825731a007d06af/2c62c4ee0e697aae882573b000034ded?OpenDocument)  &lt;p&gt;A physical disk resource may not come online on a cluster node in Win2003 &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;981475"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;981475&lt;/a&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3339967" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/hugofe/archive/tags/CLUSTER/">CLUSTER</category></item><item><title>Windows 2008: Access Based Enumeration (ABE)</title><link>http://blogs.technet.com/b/hugofe/archive/2010/06/21/windows-2008-access-based-enumeration-abe.aspx</link><pubDate>Mon, 21 Jun 2010 16:28:19 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3339465</guid><dc:creator>Hugofe</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/hugofe/rsscomments.aspx?WeblogPostID=3339465</wfw:commentRss><comments>http://blogs.technet.com/b/hugofe/archive/2010/06/21/windows-2008-access-based-enumeration-abe.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://www.bing.com/images/search?q=star+trek+red+alert#focal=ecc7d1d5a5f8e2e882dd9b4e01796170&amp;amp;furl=http://forums.techguy.org/attachments/3760d1019106893/redalert.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/1732.clip_5F00_image001_5F00_5e559138_2D00_7c91_2D00_4131_2D00_851f_2D00_8672ea8ee721.jpg" width="164" height="124" /&gt;&lt;/a&gt; &lt;p&gt;Windows Server 2008: Access Based Enumeration &lt;p&gt;Before we start talking about ABE in Windows Server 2008 I would like to explain briefly what ABE does. &lt;p&gt;ABE filters shared folders visible to a user based on that individual user’s access rights, preventing the display of folders or other shared resources that the user does not have rights to access.  &lt;p&gt;End users see only what files and folders they need for their responsibilities rather than spending time looking through lists of inaccessible folders and files. Administrators can be more productive because they do not have to help less-skilled users navigate through dense shared folders. Administrative inefficiencies can consume resources as surely as technical problems, and minimizing time-consuming problems help make any IT organization more productive.  &lt;p&gt;ABE was introduced in Windows Server 2003 SP1 as an additional install, once installed you could manage ABE through a GUI, cmd-line tool or using the API's. &lt;p&gt;Check out the details for Windows Server 2003 ABE: &lt;a href="http://www.microsoft.com/windowsserver2003/techinfo/overview/abe.mspx"&gt;&lt;strong&gt;http://www.microsoft.com/windowsserver2003/techinfo/overview/abe.mspx&lt;/strong&gt;&lt;/a&gt; &lt;p&gt;Now the good news is yes we still have ABE in Windows Server 2008 and we have a GUI where you can enable this. Let me explain to you how you do it: &lt;p&gt;1. Open the "Share and Storage Management" MMC and Provision a new share. &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/8666.clip_5F00_image002_5F00_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/1832.clip_5F00_image002_5F00_thumb.png" width="413" height="301" /&gt;&lt;/a&gt; &lt;p&gt;2. Follow all steps to create a share and when are at the SMB Settings window, which is shown below, click on the Advanced button. &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/1348.clip_5F00_image003_5F00_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image003" border="0" alt="clip_image003" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/6237.clip_5F00_image003_5F00_thumb.png" width="410" height="325" /&gt;&lt;/a&gt; &lt;p&gt;3. In the Advanced window you are able to Enable or Disable ABE, by default it's enabled. &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/5148.clip_5F00_image004_5F00_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/3010.clip_5F00_image004_5F00_thumb.png" width="415" height="412" /&gt;&lt;/a&gt; &lt;p&gt;So basically you don't have to do anything to enable ABE on you shares.&amp;nbsp; The screenshots above show you how you can create/provision a new share using the GUI. The ABE is also enabled if you create the share through the folder directly by right clicking onto the folder and select share. However if you create a share through the command prompt using the "net share" command it won't be enabled by default. &lt;p&gt;You can always enable / disable the ABE after you created the share by using the "Share and Storage Management" MMC just right click onto a share and hit the advanced button. So far I didn't found any cmd-line tool to enable or disable ABE. &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/3005.clip_5F00_image005_5F00_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image005" border="0" alt="clip_image005" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/5141.clip_5F00_image005_5F00_thumb.png" width="371" height="473" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3339465" width="1" height="1"&gt;</description></item><item><title>New SCVMM KB Article: You cannot delete a missing VM in SCVMM 2008 or in SCVMM 2008 R2 / Attempting a System Center Virtual Machine Manager 2008 P2V conversion of Windows Server 2003 R2 fails with Error 13257</title><link>http://blogs.technet.com/b/hugofe/archive/2010/06/21/windows-2008-failover-clustering-and-firewall.aspx</link><pubDate>Mon, 21 Jun 2010 11:08:33 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3339389</guid><dc:creator>Hugofe</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/hugofe/rsscomments.aspx?WeblogPostID=3339389</wfw:commentRss><comments>http://blogs.technet.com/b/hugofe/archive/2010/06/21/windows-2008-failover-clustering-and-firewall.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/0383.clip_5F00_image002_5F00_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/3823.clip_5F00_image002_5F00_thumb.jpg" width="194" height="156" /&gt;&lt;/a&gt;  &lt;p&gt;&lt;strong&gt;1:&lt;/strong&gt; &lt;p&gt;&lt;strong&gt;New SCVMM KB Article: You cannot delete a missing VM in SCVMM 2008 or in SCVMM 2008 R2&lt;/strong&gt; &lt;p&gt;The issue is one where on System Center Virtual Machine Manager (SCVMM) 2008 or SCVMM 2008 R2, duplicate virtual machines (VMs) may appear in the SCVMM Administrator Console. In this scenario, one of the duplicate VMs has a &lt;strong&gt;Missing&lt;/strong&gt; status, and the other VM has a different status.&amp;nbsp; If you try to delete the missing virtual machine, you may receive the following error message: &lt;p&gt;&lt;strong&gt;Error (802) &lt;/strong&gt;&lt;b&gt;&lt;br /&gt;&lt;strong&gt;The VM file vmname.domain is already being used by another VM&lt;/strong&gt;&lt;/b&gt; &lt;p&gt;For all the details including how to resolve this issue see the Knowledge Base article below: &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;983839"&gt;KB983839&lt;/a&gt; - You cannot delete a missing VM in SCVMM 2008 or in SCVMM 2008 R2 &lt;p&gt;&amp;nbsp; &lt;p&gt;&lt;strong&gt;2:&lt;/strong&gt; &lt;p&gt;&lt;strong&gt;Attempting a System Center Virtual Machine Manager 2008 P2V conversion of Windows Server 2003 R2 fails with Error 13257&lt;/strong&gt; &lt;p&gt;The solution describes an issue where when using system Center Virtual Machine Manager 2008 (SCVMM), a P2V conversion of Windows Server 2003 R2 may fail with Error 13257 trying to patch the source prior to the conversion.&amp;nbsp; This error actually occurs on the "Conversion Information" dialog during the P2V wizard before actually starting the conversion.&amp;nbsp; You may also see errors similar to the following during the P2V conversion: &lt;p&gt;&lt;em&gt;Error (13257):&lt;/em&gt; &lt;p&gt;&lt;em&gt;Virtual Machine Manager server is unable to convert &amp;lt;machineName&amp;gt; because required files are missing.&lt;/em&gt; &lt;p&gt;&lt;em&gt;Recommended Action:&lt;/em&gt; &lt;p&gt;&lt;em&gt;Copy the file SP2.CAB to "D:\Program Files\Microsoft System Center Virtual Machine Manager 2008 R2\Patch Import" on the Virtual Machine Manager server, run the Add-Patch cmdlet to add the required files to the Virtual Machine Manager patch cache, and then try the operation again. The file SP2.CAB is located either at %WINDIR%\Driver Cache\i386 on &amp;lt;machineName&amp;gt;, or on the Windows Server 2003 Service Pack 2 (ENU, i386) installation media.n/ If SP2.CAB is not available, locate dc21x4.sys (Version: 5.5.5.0) on the installation media, copy the file to "D:\Program Files\Microsoft System Center Virtual Machine Manager 2008 R2\Patch Import", and then run the Add-Patch cmdlet to add the required files to the Virtual Machine Manager patch cache.&lt;/em&gt; &lt;p&gt;and &lt;p&gt;&lt;em&gt;Error (13257):&lt;/em&gt; &lt;p&gt;&lt;em&gt;Virtual Machine Manager server is unable to convert &amp;lt;machineName&amp;gt; because required files are missing.&lt;/em&gt; &lt;p&gt;&lt;em&gt;Recommended Action:&lt;/em&gt; &lt;p&gt;&lt;em&gt;Copy the file SP2.CAB to "D:\Program Files\Microsoft System Center Virtual Machine Manager 2008 R2\Patch Import" on the Virtual Machine Manager server, run the Add-Patch cmdlet to add the required files to the Virtual Machine Manager patch cache, and then try the operation again. The file SP2.CAB is located either at %WINDIR%\Driver Cache\i386 on &amp;lt;machineName&amp;gt;, or on the Windows Server 2003 Service Pack 2 (ENU, i386) installation media.n/ If SP2.CAB is not available, locate intelide.sys (Version: 5.2.3790.3959) on the installation media, copy the file to "D:\Program Files\Microsoft System Center Virtual Machine Manager 2008 R2\Patch Import", and then run the Add-Patch cmdlet to add the required files to the Virtual Machine Manager patch cache.&lt;/em&gt; &lt;p&gt;If you happen to run into this issue then the resolution can be found here: &lt;p&gt;&lt;a href="http://support.microsoft.com/?kbid=2131553"&gt;KB2131553&lt;/a&gt; - Attempting a System Center Virtual Machine Manager 2008 P2V conversion of Windows Server 2003 R2 fails with Error 13257&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3339389" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/hugofe/archive/tags/HYPER_2D00_V+_2F00_+SCVMM/">HYPER-V / SCVMM</category></item><item><title>Windows 2008 Hyper-V R2 Update for DPM 2010</title><link>http://blogs.technet.com/b/hugofe/archive/2010/06/18/windows-2008-hyper-v-r2-update-for-dpm-2010.aspx</link><pubDate>Fri, 18 Jun 2010 12:04:22 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3339046</guid><dc:creator>Hugofe</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/hugofe/rsscomments.aspx?WeblogPostID=3339046</wfw:commentRss><comments>http://blogs.technet.com/b/hugofe/archive/2010/06/18/windows-2008-hyper-v-r2-update-for-dpm-2010.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://www.bing.com/images/search?q=star+trek+red+alert#focal=ecc7d1d5a5f8e2e882dd9b4e01796170&amp;amp;furl=http://forums.techguy.org/attachments/3760d1019106893/redalert.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/0434.clip_5F00_image001_5F00_c0193ec5_2D00_9b16_2D00_4de6_2D00_9c84_2D00_6c3f310a2710.jpg" width="164" height="124" /&gt;&lt;/a&gt; Hyper-V R2 Update for DPM 2010&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;Install those two Updates on Hyper-V R2 server: &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/975354"&gt;KB975354&lt;/a&gt; A Hyper-V rollup package dealing with parallel backups on same cluster shared volumes and VM’s hosted by different servers; Avoiding data truncation as a result of simultaneous backup of VM from host and from within virtual machine; properly restoring a VM with snapshots to another location &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/975921"&gt;KB975921&lt;/a&gt; You may be unable to perform certain disk-related operations after an exception when a hardware provider tries to create a snapshot in Windows Server 2008 R2 or Win 7.  &lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3339046" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/hugofe/archive/tags/HYPER_2D00_V+_2F00_+SCVMM/">HYPER-V / SCVMM</category></item><item><title>HP DSM support with CSV</title><link>http://blogs.technet.com/b/hugofe/archive/2010/06/18/hp-dsm-support-with-csv.aspx</link><pubDate>Fri, 18 Jun 2010 11:21:23 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3339026</guid><dc:creator>Hugofe</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/hugofe/rsscomments.aspx?WeblogPostID=3339026</wfw:commentRss><comments>http://blogs.technet.com/b/hugofe/archive/2010/06/18/hp-dsm-support-with-csv.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://www.bing.com/images/search?q=star+trek+red+alert#focal=ecc7d1d5a5f8e2e882dd9b4e01796170&amp;amp;furl=http://forums.techguy.org/attachments/3760d1019106893/redalert.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/0842.clip_5F00_image001_5F00_e1bb0962_2D00_8143_2D00_44b4_2D00_a625_2D00_ba15d68d5b41.jpg" width="164" height="124" /&gt;&lt;/a&gt; HP DSM now supports CSV&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;If you see Clusters with CSV on EVA Devices that sporadically loose disks,&amp;nbsp; you might want to look at the DSM that until the June did not support CSV. &lt;p&gt;From HP: &lt;p&gt;On 4rth June, 2010, we released HP MPIO FF DSM v 4.01 which supports CSV with Windows Server 2008 R2. Attached is the release notes and the link for download is the following: &lt;p&gt;&lt;a href="http://h20000.www2.hp.com/bizsupport/TechSupport/DocumentIndex.jsp?lang=en&amp;amp;cc=us&amp;amp;taskId=101&amp;amp;prodClassId=-1&amp;amp;contentType=SupportManual&amp;amp;docIndexId=64180&amp;amp;prodTypeId=18964&amp;amp;prodSeriesId=421492"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/DocumentIndex.jsp?lang=en&amp;amp;cc=us&amp;amp;taskId=101&amp;amp;prodClassId=-1&amp;amp;contentType=SupportManual&amp;amp;docIndexId=64180&amp;amp;prodTypeId=18964&amp;amp;prodSeriesId=421492&lt;/a&gt; &lt;p&gt;I’m attaching this release note and install guide below is&amp;nbsp; the link for download &lt;p&gt;&lt;a href="http://h20000.www2.hp.com/bizsupport/TechSupport/CoreRedirect.jsp?redirectReason=DocIndexPDF&amp;amp;prodSeriesId=421492&amp;amp;targetPage=http%3A%2F%2Fbizsupport2.austin.hp.com%2Fbc%2Fdocs%2Fsupport%2FSupportManual%2Fc02221077%2Fc02221077.pdf"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/CoreRedirect.jsp?redirectReason=DocIndexPDF&amp;amp;prodSeriesId=421492&amp;amp;targetPage=http%3A%2F%2Fbizsupport2.austin.hp.com%2Fbc%2Fdocs%2Fsupport%2FSupportManual%2Fc02221077%2Fc02221077.pdf&lt;/a&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3339026" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/hugofe/archive/tags/CLUSTER/">CLUSTER</category></item><item><title>Update for Hyper-V R2 and CPU Issue KB981791</title><link>http://blogs.technet.com/b/hugofe/archive/2010/06/18/update-for-hyper-v-r2-and-cpu-issue-kb981791.aspx</link><pubDate>Fri, 18 Jun 2010 11:17:49 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3339025</guid><dc:creator>Hugofe</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/hugofe/rsscomments.aspx?WeblogPostID=3339025</wfw:commentRss><comments>http://blogs.technet.com/b/hugofe/archive/2010/06/18/update-for-hyper-v-r2-and-cpu-issue-kb981791.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://www.bing.com/images/search?q=star+trek+red+alert#focal=ecc7d1d5a5f8e2e882dd9b4e01796170&amp;amp;furl=http://forums.techguy.org/attachments/3760d1019106893/redalert.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/4477.clip_5F00_image001_5F00_d6c1bc43_2D00_e961_2D00_4432_2D00_b288_2D00_194b68f239f4.jpg" width="164" height="124" /&gt;&lt;/a&gt; &lt;b&gt;Update for Hyper-V R2 and CPU Issue KB981791&lt;/b&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;Update for Hyper-V R2 and CPU Issue KB981791&lt;/b&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;Assume that you have a computer that is running Windows Server 2008 or Windows Server 2008 R2 together with the Hyper-V role installed. In this scenario, you receive an error message that resembles the following:  &lt;p&gt;&lt;b&gt;STOP: 0x0000001a ( &lt;i&gt;Parameter&lt;/i&gt; , &lt;i&gt;Parameter&lt;/i&gt; , &lt;i&gt;Parameter&lt;/i&gt; , &lt;i&gt;Parameter&lt;/i&gt; ) MEMORY_MANAGEMENT&lt;/b&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;This issue occurs because Intel Westmere processors have a new Virtual Machine Control Block (VMCB) caching feature. This feature is added to provide a virtualization assistance to increase the hypervisor performance. Because this feature was introduced after Windows 2008 SP2 and Windows 2008 R2 were released, the hypervisor does not handle the VMCB caching correctly. Therefore, the system memory may be corrupted. This behavior can cause the stop error 0x0000001a.&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;"STOP: 0x0000001a" error message on a computer that has an Intel Westmere processor together with the Hyper-V role installed on Windows Server 2008 or on Windows Server 2008 R2&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/981791"&gt;http://support.microsoft.com/kb/981791&lt;/a&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3339025" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/hugofe/archive/tags/HYPER_2D00_V+_2F00_+SCVMM/">HYPER-V / SCVMM</category></item><item><title>Update to Hyper-V R2 to solve backup/ VSS issues,</title><link>http://blogs.technet.com/b/hugofe/archive/2010/06/18/update-to-hyper-v-r2-to-solve-backup-vss-issues.aspx</link><pubDate>Fri, 18 Jun 2010 11:13:50 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3339024</guid><dc:creator>Hugofe</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/hugofe/rsscomments.aspx?WeblogPostID=3339024</wfw:commentRss><comments>http://blogs.technet.com/b/hugofe/archive/2010/06/18/update-to-hyper-v-r2-to-solve-backup-vss-issues.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://www.bing.com/images/search?q=star+trek+red+alert#focal=ecc7d1d5a5f8e2e882dd9b4e01796170&amp;amp;furl=http://forums.techguy.org/attachments/3760d1019106893/redalert.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-80-08-metablogapi/5466.clip_5F00_image001_5F00_4820dde0_2D00_dadc_2D00_4fec_2D00_9732_2D00_8738f816b461.jpg" width="164" height="124" /&gt;&lt;/a&gt; &lt;b&gt;Update to Hyper-V R2 to solve backup/ VSS issues,&lt;/b&gt; &lt;p&gt;Recently I have come across an issue with long Boot times due to VSS and Backups causing the registry to grow up incorrectly, &lt;p&gt;Here is the solution: &lt;p&gt;The startup time increases every time after you back up the data on all the disks of the computer in Windows Server 2008 R2 if the computer runs some virtual machines &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/982210"&gt;http://support.microsoft.com/kb/982210&lt;/a&gt; &lt;p&gt;On a computer that is running Windows Server 2008 R2 and that has the Hyper-V role installed, the startup time of the computer keeps increasing. After a while, the computer stops responding when the computer is in the startup process.&lt;br /&gt;&lt;b&gt;Note&lt;/b&gt; If the computer runs some virtual machines, this issue usually occurs when you frequently back up all the disks on the computer.&lt;br /&gt;Additionally, many of the following &lt;b&gt;PlugPlayManager&lt;/b&gt; events that have Event ID 12 are logged in the System log:  &lt;p&gt;Log Name: System&lt;br /&gt;Source: PlugPlayManager&lt;br /&gt;Date: &lt;i&gt;date time&lt;/i&gt;&lt;br /&gt;Event ID: 12&lt;br /&gt;Task Category: None&lt;br /&gt;Level: Error&lt;br /&gt;Keywords: Classic&lt;br /&gt;User: N/A&lt;br /&gt;Computer: &lt;i&gt;computer name&lt;/i&gt;&lt;br /&gt;Description: &lt;br /&gt;The device 'MSFT Virtual HD SCSI Disk Device' (SCSI\Disk&amp;amp;Ven_MSFT&amp;amp;Prod_Virtual_HD\ GUID ) disappeared from the system without first being prepared for removal. &lt;p&gt;&lt;b&gt;Note&lt;/b&gt; &lt;p&gt;· The size of the &lt;b&gt;%SystemRoot%\system32\confg\system&lt;/b&gt; system registry hive increases after every backup operation..  &lt;p&gt;· If you view the registry hive by using Registry Editor, the following registry entries are logged repeatedly. For example, the following registry entries are logged repeatedly 10000 times or more. &lt;p&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\SCSI\Disk&amp;amp;Ven_Msft&amp;amp;Prod_Virtual_Disk &lt;p&gt;HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\STORAGE\Volume\{f1030a29-1024-11df-b7a9-001b214f4bef}#0000000006500000 &lt;p&gt;HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\DeviceClasses\{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}\##?#STORAGE#VOLUME#{E717314D-23B5-11DF-AA86-001B214F4BEF}#0000000000100000#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}"DeviceInstance"="STORAGE\\Volume\\{e717314d-23b5-11df-aa86-001b214f4bef}#0000000000100000" &lt;p&gt;This issue occurs because there are a large amount of orphaned registry keys.&lt;br /&gt;The Volume Shadow Copy Service (VSS) snapshots create many registry keys. However, they are not deleted after the VSS snapshot operations are completed. &lt;p&gt;Hotfix and workaround: &lt;p&gt;work around this issue, perform one of the following operations:  &lt;p&gt;· At a command prompt, type the following command, and then press ENTER:  &lt;p&gt;&lt;b&gt;devnodeclean&lt;/b&gt; &lt;p&gt;&lt;b&gt;Note&lt;/b&gt; This command cleans up all the orphaned registry key entries.  &lt;p&gt;· Schedule the &lt;b&gt;devnodeclean&lt;/b&gt; command to run one time every week. &lt;p&gt;The startup time increases every time after you back up the data on all the disks of the computer in Windows Server 2008 R2 if the computer runs some virtual machines &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/982210"&gt;http://support.microsoft.com/kb/982210&lt;/a&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3339024" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/hugofe/archive/tags/HYPER_2D00_V+_2F00_+SCVMM/">HYPER-V / SCVMM</category></item></channel></rss>