<?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>Jonathan's Virtual Blog : PowerShell</title><link>http://blogs.technet.com/jonjor/archive/tags/PowerShell/default.aspx</link><description>Tags: PowerShell</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>‘Unsupported Cluster Configuration’ - Virtual Networks</title><link>http://blogs.technet.com/jonjor/archive/2009/08/07/unsupported-cluster-configuration-virtual-networks.aspx</link><pubDate>Fri, 07 Aug 2009 21:23:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3271597</guid><dc:creator>Jonathan</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/jonjor/comments/3271597.aspx</comments><wfw:commentRss>http://blogs.technet.com/jonjor/commentrss.aspx?PostID=3271597</wfw:commentRss><description>&lt;P&gt;There are a number of reasons a Virtual Machine (VM) can fall into a status of ‘Unsupported Cluster Configuration.’ A brief list, pulled from TechNet, shows that storage, networking, and other factors can cause this status. (Source: &lt;A title=http://technet.microsoft.com/en-us/library/cc967323.aspx href="http://technet.microsoft.com/en-us/library/cc967323.aspx" mce_href="http://technet.microsoft.com/en-us/library/cc967323.aspx"&gt;http://technet.microsoft.com/en-us/library/cc967323.aspx&lt;/A&gt;)&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The virtual machine is on a LUN that contains more than one virtual machine. &lt;/LI&gt;
&lt;LI&gt;The virtual machine is using non-clustered storage. &lt;/LI&gt;
&lt;LI&gt;One or more virtual network adapters on the virtual machine are not connected to a highly available virtual network. &lt;/LI&gt;
&lt;LI&gt;An ISO image is attached to highly available virtual machines. &lt;/LI&gt;
&lt;LI&gt;A VMware HAVM is connected to a port group that does not exist on all nodes of the host cluster. &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;This article deals with the third bullet, which effectively means, ‘settings are not identical on all virtual network (VN) adapters.’ Here are the TechNet instructions. Next we’ll discuss checking these automatically.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT color=#000080&gt;For a virtual network to be considered common by VMM and available to highly available virtual machines on a host cluster, each virtual network in the host cluster must meet the following requirements:&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT color=#000080&gt;The virtual network name must be identical on each host in the cluster. Virtual network names are case-sensitive, so the cases of all characters must match.&lt;/FONT&gt; &lt;/LI&gt;
&lt;LI&gt;&lt;FONT color=#000080&gt;The host network adapters to which the virtual network is attached on each host in the cluster must have the same location.&lt;/FONT&gt; &lt;/LI&gt;
&lt;LI&gt;&lt;FONT color=#000080&gt;The virtual network must have the same tag on each host in the cluster.&lt;/FONT&gt; &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT color=#000080&gt;After you update the virtual network configurations on all nodes, refresh the cluster to ensure that each virtual network is detected as common. Then check the &lt;B&gt;Networks&lt;/B&gt; tab in the host cluster properties to verify that the networks have been added to it.&lt;/FONT&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: block; FLOAT: none; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: auto; BORDER-LEFT-WIDTH: 0px; MARGIN-RIGHT: auto" title="Unsupported Cluster Configuration Blog7" border=0 alt="Unsupported Cluster Configuration Blog7" src="http://blogs.technet.com/blogfiles/jonjor/WindowsLiveWriter/UnsupportedClusterConfigurationVirtualNe_B862/Unsupported%20Cluster%20Configuration%20Blog7_thumb.png" width=497 height=43 mce_src="http://blogs.technet.com/blogfiles/jonjor/WindowsLiveWriter/UnsupportedClusterConfigurationVirtualNe_B862/Unsupported%20Cluster%20Configuration%20Blog7_thumb.png"&gt;&lt;/P&gt;
&lt;P&gt;So, check the Network Name, Location and Tag for inconsistencies. Once you have done this for all VNs on each Host in the Host Cluster, corrected any inconsistencies and refreshed the Host Cluster, the VMs will change back to a healthy status. Verifying all of this can take some time, and is prone to human error as these settings are &lt;STRONG&gt;case sensitive and take into account spaces&lt;/STRONG&gt;. Instead, why not run a PowerShell script that will report all settings for you? (Scroll to the bottom to download the script).&lt;/P&gt;
&lt;P&gt;Here are the three settings that must be consistent on all nodes.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/jonjor/WindowsLiveWriter/UnsupportedClusterConfigurationVirtualNe_B862/Unsupported%20Cluster%20Configuration%20Blog10_2.png" mce_href="http://blogs.technet.com/blogfiles/jonjor/WindowsLiveWriter/UnsupportedClusterConfigurationVirtualNe_B862/Unsupported%20Cluster%20Configuration%20Blog10_2.png"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: block; FLOAT: none; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: auto; BORDER-LEFT-WIDTH: 0px; MARGIN-RIGHT: auto" title="Unsupported Cluster Configuration Blog10" border=0 alt="Unsupported Cluster Configuration Blog10" src="http://blogs.technet.com/blogfiles/jonjor/WindowsLiveWriter/UnsupportedClusterConfigurationVirtualNe_B862/Unsupported%20Cluster%20Configuration%20Blog10_thumb.png" width=512 height=527 mce_src="http://blogs.technet.com/blogfiles/jonjor/WindowsLiveWriter/UnsupportedClusterConfigurationVirtualNe_B862/Unsupported%20Cluster%20Configuration%20Blog10_thumb.png"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Here’s the PowerShell script we’re going to use.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/jonjor/WindowsLiveWriter/UnsupportedClusterConfigurationVirtualNe_B862/Unsupported%20Cluster%20Configuration%20Blog8_2.png" mce_href="http://blogs.technet.com/blogfiles/jonjor/WindowsLiveWriter/UnsupportedClusterConfigurationVirtualNe_B862/Unsupported%20Cluster%20Configuration%20Blog8_2.png"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: block; FLOAT: none; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: auto; BORDER-LEFT-WIDTH: 0px; MARGIN-RIGHT: auto" title="Unsupported Cluster Configuration Blog8" border=0 alt="Unsupported Cluster Configuration Blog8" src="http://blogs.technet.com/blogfiles/jonjor/WindowsLiveWriter/UnsupportedClusterConfigurationVirtualNe_B862/Unsupported%20Cluster%20Configuration%20Blog8_thumb.png" width=519 height=321 mce_src="http://blogs.technet.com/blogfiles/jonjor/WindowsLiveWriter/UnsupportedClusterConfigurationVirtualNe_B862/Unsupported%20Cluster%20Configuration%20Blog8_thumb.png"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The script is saved as ‘VMNicInfo.ps1’ in the VMM Library. This way, it can be run from within the Admin console. I’ve created a folder named ‘Scripts’ to place it in. Refresh the library to see it.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/jonjor/WindowsLiveWriter/UnsupportedClusterConfigurationVirtualNe_B862/Unsupported%20Cluster%20Configuration%20Blog2_2.png" mce_href="http://blogs.technet.com/blogfiles/jonjor/WindowsLiveWriter/UnsupportedClusterConfigurationVirtualNe_B862/Unsupported%20Cluster%20Configuration%20Blog2_2.png"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: block; FLOAT: none; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: auto; BORDER-LEFT-WIDTH: 0px; MARGIN-RIGHT: auto" title="Unsupported Cluster Configuration Blog2" border=0 alt="Unsupported Cluster Configuration Blog2" src="http://blogs.technet.com/blogfiles/jonjor/WindowsLiveWriter/UnsupportedClusterConfigurationVirtualNe_B862/Unsupported%20Cluster%20Configuration%20Blog2_thumb.png" width=522 height=220 mce_src="http://blogs.technet.com/blogfiles/jonjor/WindowsLiveWriter/UnsupportedClusterConfigurationVirtualNe_B862/Unsupported%20Cluster%20Configuration%20Blog2_thumb.png"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Now we run the script by right clicking on it and answering a few prompts. Enter ‘r’ to run the script if prompted. Next, enter the name of your Host Cluster and press Enter. (This script must be run from an Admin console running on the VMM Server. To run it from the Admin console on a different system change ‘localhost’&amp;nbsp; to the name of your VMM Server and surround it with quotes.)&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/jonjor/WindowsLiveWriter/UnsupportedClusterConfigurationVirtualNe_B862/Unsupported%20Cluster%20Configuration%20Blog3_2.png" mce_href="http://blogs.technet.com/blogfiles/jonjor/WindowsLiveWriter/UnsupportedClusterConfigurationVirtualNe_B862/Unsupported%20Cluster%20Configuration%20Blog3_2.png"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: block; FLOAT: none; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: auto; BORDER-LEFT-WIDTH: 0px; MARGIN-RIGHT: auto" title="Unsupported Cluster Configuration Blog3" border=0 alt="Unsupported Cluster Configuration Blog3" src="http://blogs.technet.com/blogfiles/jonjor/WindowsLiveWriter/UnsupportedClusterConfigurationVirtualNe_B862/Unsupported%20Cluster%20Configuration%20Blog3_thumb.png" width=528 height=266 mce_src="http://blogs.technet.com/blogfiles/jonjor/WindowsLiveWriter/UnsupportedClusterConfigurationVirtualNe_B862/Unsupported%20Cluster%20Configuration%20Blog3_thumb.png"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;You see in the image above that the Name and Location are the same. There is no entry for Tag on either VN, so they match as well. In the example below we add a value to Tag on one of the systems.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/jonjor/WindowsLiveWriter/UnsupportedClusterConfigurationVirtualNe_B862/Unsupported%20Cluster%20Configuration%20Blog6_2.png" mce_href="http://blogs.technet.com/blogfiles/jonjor/WindowsLiveWriter/UnsupportedClusterConfigurationVirtualNe_B862/Unsupported%20Cluster%20Configuration%20Blog6_2.png"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: block; FLOAT: none; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: auto; BORDER-LEFT-WIDTH: 0px; MARGIN-RIGHT: auto" title="Unsupported Cluster Configuration Blog6" border=0 alt="Unsupported Cluster Configuration Blog6" src="http://blogs.technet.com/blogfiles/jonjor/WindowsLiveWriter/UnsupportedClusterConfigurationVirtualNe_B862/Unsupported%20Cluster%20Configuration%20Blog6_thumb.png" width=525 height=540 mce_src="http://blogs.technet.com/blogfiles/jonjor/WindowsLiveWriter/UnsupportedClusterConfigurationVirtualNe_B862/Unsupported%20Cluster%20Configuration%20Blog6_thumb.png"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Now we run the script again and see that the output reflects this change. (If this does not work for you make sure you have refreshed the Host Cluster, in the red box). You will also notice that the VMs running on the Host Cluster change to a state of ‘Unsupported Cluster Configuration.’&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/jonjor/WindowsLiveWriter/UnsupportedClusterConfigurationVirtualNe_B862/Unsupported%20Cluster%20Configuration%20Blog4_2.png" mce_href="http://blogs.technet.com/blogfiles/jonjor/WindowsLiveWriter/UnsupportedClusterConfigurationVirtualNe_B862/Unsupported%20Cluster%20Configuration%20Blog4_2.png"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: block; FLOAT: none; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: auto; BORDER-LEFT-WIDTH: 0px; MARGIN-RIGHT: auto" title="Unsupported Cluster Configuration Blog4" border=0 alt="Unsupported Cluster Configuration Blog4" src="http://blogs.technet.com/blogfiles/jonjor/WindowsLiveWriter/UnsupportedClusterConfigurationVirtualNe_B862/Unsupported%20Cluster%20Configuration%20Blog4_thumb.png" width=538 height=206 mce_src="http://blogs.technet.com/blogfiles/jonjor/WindowsLiveWriter/UnsupportedClusterConfigurationVirtualNe_B862/Unsupported%20Cluster%20Configuration%20Blog4_thumb.png"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Change the Tag back to its previous value (nothing in my case) and perform another refresh to see your VMs change back to a healthy state.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/jonjor/WindowsLiveWriter/UnsupportedClusterConfigurationVirtualNe_B862/image_8.png" mce_href="http://blogs.technet.com/blogfiles/jonjor/WindowsLiveWriter/UnsupportedClusterConfigurationVirtualNe_B862/image_8.png"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: block; FLOAT: none; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: auto; BORDER-LEFT-WIDTH: 0px; MARGIN-RIGHT: auto" title=image border=0 alt=image src="http://blogs.technet.com/blogfiles/jonjor/WindowsLiveWriter/UnsupportedClusterConfigurationVirtualNe_B862/image_thumb_3.png" width=502 height=46 mce_src="http://blogs.technet.com/blogfiles/jonjor/WindowsLiveWriter/UnsupportedClusterConfigurationVirtualNe_B862/image_thumb_3.png"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;That’s it. I hope this clears up any questions or misconceptions you may have had. Below is the script. Be sure to copy this to Notepad as it will remove all formatting characters. Or, download the script &lt;A href="http://blogs.technet.com/jonjor/attachment/3271597.ashx" target=_blank mce_href="http://blogs.technet.com/jonjor/attachment/3271597.ashx"&gt;&lt;STRONG&gt;here&lt;/STRONG&gt;&lt;/A&gt;, then run from a VMM PowerShell prompt.&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 6pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-ansi-language: en" lang=EN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 6pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-ansi-language: en" lang=EN&gt;#####################################################################&lt;/SPAN&gt;&lt;SPAN style="mso-ansi-language: en" lang=EN&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P style="MARGIN: 0in 0in 6pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-ansi-language: en" lang=EN&gt;function DisplayNicInfo($VMHostName)&lt;/SPAN&gt;&lt;SPAN style="mso-ansi-language: en" lang=EN&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P style="MARGIN: 0in 0in 6pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-ansi-language: en" lang=EN&gt;{&lt;/SPAN&gt;&lt;SPAN style="mso-ansi-language: en" lang=EN&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P style="MARGIN: 0in 0in 6pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-ansi-language: en" lang=EN&gt;&amp;nbsp; $yy= get-VirtualNetwork -VMHost $VMHostName; &lt;/SPAN&gt;&lt;SPAN style="mso-ansi-language: en" lang=EN&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P style="MARGIN: 0in 0in 6pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-ansi-language: en" lang=EN&gt;&amp;nbsp; $yy | ForEach-object {write-host "&amp;nbsp;&amp;nbsp;&amp;nbsp; Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " $_.Name;&lt;/SPAN&gt;&lt;SPAN style="mso-ansi-language: en" lang=EN&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P style="MARGIN: 0in 0in 6pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-ansi-language: en" lang=EN&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; write-host "&amp;nbsp;&amp;nbsp;&amp;nbsp; Locations " $_.Locations;&lt;/SPAN&gt;&lt;SPAN style="mso-ansi-language: en" lang=EN&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P style="MARGIN: 0in 0in 6pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-ansi-language: en" lang=EN&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; write-host "&amp;nbsp;&amp;nbsp;&amp;nbsp; Tag&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " $_.Tag;&lt;/SPAN&gt;&lt;SPAN style="mso-ansi-language: en" lang=EN&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P style="MARGIN: 0in 0in 6pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-ansi-language: en" lang=EN&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; }&lt;/SPAN&gt;&lt;SPAN style="mso-ansi-language: en" lang=EN&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P style="MARGIN: 0in 0in 6pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-ansi-language: en" lang=EN&gt;}&lt;/SPAN&gt;&lt;SPAN style="mso-ansi-language: en" lang=EN&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P style="MARGIN: 0in 0in 6pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-ansi-language: en" lang=EN&gt;#####################################################################&lt;/SPAN&gt;&lt;SPAN style="mso-ansi-language: en" lang=EN&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P style="MARGIN: 0in 0in 6pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-ansi-language: en" lang=EN&gt;$clusname = read-host "Host Cluster name to check"&lt;/SPAN&gt;&lt;SPAN style="mso-ansi-language: en" lang=EN&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P style="MARGIN: 0in 0in 6pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-ansi-language: en" lang=EN&gt;Write-Host ""&lt;/SPAN&gt;&lt;SPAN style="mso-ansi-language: en" lang=EN&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P style="MARGIN: 0in 0in 6pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-ansi-language: en" lang=EN&gt;$VMMServer = get-vmmserver -computername localhost&lt;/SPAN&gt;&lt;SPAN style="mso-ansi-language: en" lang=EN&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P style="MARGIN: 0in 0in 6pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-ansi-language: en" lang=EN&gt;$Cluster = get-vmhostcluster -name $clusname&lt;/SPAN&gt;&lt;SPAN style="mso-ansi-language: en" lang=EN&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P style="MARGIN: 0in 0in 6pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-ansi-language: en" lang=EN&gt;$VMHosts = get-vmhost -vmhostcluster $Cluster&lt;/SPAN&gt;&lt;SPAN style="mso-ansi-language: en" lang=EN&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P style="MARGIN: 0in 0in 6pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-ansi-language: en" lang=EN&gt;$VMHosts | ForEach-object {Write-Host "VMHost: " $_.Name;&lt;/SPAN&gt;&lt;SPAN style="mso-ansi-language: en" lang=EN&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P style="MARGIN: 0in 0in 6pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-ansi-language: en" lang=EN&gt;&amp;nbsp; DisplayNicInfo($_.Name);&lt;/SPAN&gt;&lt;SPAN style="mso-ansi-language: en" lang=EN&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P style="MARGIN: 0in 0in 6pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-ansi-language: en" lang=EN&gt;&amp;nbsp; Write-Host ""}&lt;/SPAN&gt;&lt;SPAN style="mso-ansi-language: en" lang=EN&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P&gt;Big thanks to Austin, who reworked the script into a thing of beauty. Go Perf! (&lt;A href="http://blogs.technet.com/askperf" mce_href="http://blogs.technet.com/askperf"&gt;http://blogs.technet.com/askperf&lt;/A&gt;)&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3271597" width="1" height="1"&gt;</description><enclosure url="http://blogs.technet.com/jonjor/attachment/3271597.ashx" length="773" type="application/octet-stream" /><category domain="http://blogs.technet.com/jonjor/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://blogs.technet.com/jonjor/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category><category domain="http://blogs.technet.com/jonjor/archive/tags/How+To/default.aspx">How To</category><category domain="http://blogs.technet.com/jonjor/archive/tags/Cluster/default.aspx">Cluster</category></item><item><title>Understanding Microsoft Virtualization Solutions - eBook download (did I mention FREE?)</title><link>http://blogs.technet.com/jonjor/archive/2008/12/29/understanding-microsoft-virtualization-solutions-ebook-download-did-i-mention-free.aspx</link><pubDate>Mon, 29 Dec 2008 22:54:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3174483</guid><dc:creator>Jonathan</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/jonjor/comments/3174483.aspx</comments><wfw:commentRss>http://blogs.technet.com/jonjor/commentrss.aspx?PostID=3174483</wfw:commentRss><description>&lt;SPAN style="mso-ansi-language: en" lang=EN&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-bidi-font-family: Arial; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri" lang=EN&gt;I found this link on ‘Keith Combs' Blahg.’ Written by Mitch Tulloch with the Microsoft Virtualization team, this is THE reference for all things virtual: Hyper-V, SCVMM, App-V, Med-V, and USMT. Download and read today! &lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-bidi-font-family: Arial; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri" lang=EN&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;A href="http://blogs.technet.com/keithcombs/archive/2008/12/19/thanks-for-attending-the-usa-virtualization-tour-ebook-download.aspx"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: blue; FONT-SIZE: 12pt"&gt;http://blogs.technet.com/keithcombs/archive/2008/12/19/thanks-for-attending-the-usa-virtualization-tour-ebook-download.aspx&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri"&gt;Direct download link:&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;A href="https://www.getvirtualnow.com/usevents/education/download/693371eBook.pdf"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: blue; FONT-SIZE: 12pt"&gt;https://www.getvirtualnow.com/usevents/education/download/693371eBook.pdf&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;A target=_blank href="http://blogs.technet.com/photos/jonjor/images/3174482/original.aspx" mce_href="http://blogs.technet.com/photos/jonjor/images/3174482/original.aspx"&gt;&lt;IMG border=0 src="http://blogs.technet.com/photos/jonjor/images/3174482/275x332.aspx" mce_src="http://blogs.technet.com/photos/jonjor/images/3174482/275x332.aspx"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing mce_keep="true"&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;
&lt;SCRIPT type=text/javascript&gt;
&lt;!--
digg_topic = 'microsoft';
//--&gt;
&lt;/SCRIPT&gt;

&lt;SCRIPT type=text/javascript src="http://digg.com/tools/diggthis.js" mce_src="http://digg.com/tools/diggthis.js"&gt;
&lt;/SCRIPT&gt;
&lt;/SPAN&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Times New Roman','serif'; FONT-SIZE: 12pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;Technorati Tags: &lt;A href="http://technorati.com/tags/microsoft"&gt;&lt;SPAN style="LINE-HEIGHT: 115%; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT color=#0000ff&gt;microsoft&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;,&lt;A href="http://technorati.com/tags/scvmm"&gt;&lt;SPAN style="LINE-HEIGHT: 115%; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT color=#0000ff&gt;scvmm&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;,&lt;A href="http://technorati.com/tags/hyper-v+review"&gt;&lt;SPAN style="LINE-HEIGHT: 115%; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT color=#0000ff&gt;hyper-v review&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;,&lt;A href="http://technorati.com/tags/virtual"&gt;&lt;SPAN style="LINE-HEIGHT: 115%; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT color=#0000ff&gt;virtual&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;,&lt;A href="http://technorati.com/tags/virtualization"&gt;&lt;SPAN style="LINE-HEIGHT: 115%; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT color=#0000ff&gt;virtualization&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;,&lt;A href="http://technorati.com/tags/windows"&gt;&lt;SPAN style="LINE-HEIGHT: 115%; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT color=#0000ff&gt;windows&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;,&lt;A href="http://technorati.com/tags/app-v"&gt;&lt;SPAN style="LINE-HEIGHT: 115%; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT color=#0000ff&gt;app-v&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;,&lt;A href="http://technorati.com/tags/med-v"&gt;&lt;SPAN style="LINE-HEIGHT: 115%; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT color=#0000ff&gt;med-v&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;/SPAN&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3174483" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/jonjor/archive/tags/SCVMM/default.aspx">SCVMM</category><category domain="http://blogs.technet.com/jonjor/archive/tags/Hyper-V/default.aspx">Hyper-V</category><category domain="http://blogs.technet.com/jonjor/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://blogs.technet.com/jonjor/archive/tags/WinRM/default.aspx">WinRM</category><category domain="http://blogs.technet.com/jonjor/archive/tags/P2V/default.aspx">P2V</category><category domain="http://blogs.technet.com/jonjor/archive/tags/V2V/default.aspx">V2V</category><category domain="http://blogs.technet.com/jonjor/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category><category domain="http://blogs.technet.com/jonjor/archive/tags/Setup/default.aspx">Setup</category><category domain="http://blogs.technet.com/jonjor/archive/tags/How+To/default.aspx">How To</category></item><item><title>Dr. Strangelove or: How I Learned to Stop Worrying and Love PowerShell</title><link>http://blogs.technet.com/jonjor/archive/2008/12/29/dr-strangelove-or-how-i-learned-to-stop-worrying-and-love-powershell.aspx</link><pubDate>Mon, 29 Dec 2008 09:58:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3174255</guid><dc:creator>Jonathan</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/jonjor/comments/3174255.aspx</comments><wfw:commentRss>http://blogs.technet.com/jonjor/commentrss.aspx?PostID=3174255</wfw:commentRss><description>&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial"&gt;An excerpt from &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial; mso-ansi-language: EN" lang=EN&gt;Justin Zarb’s article on his ‘Virtual World’ site. Michael Michael is the tops in SCVMM. If he took the time to create these videos you can bet they are worth viewing.&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial; mso-ansi-language: EN" lang=EN&gt;Managing with Windows PowerShell &lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;A href="http://blogs.technet.com/virtualworld/archive/2007/10/18/quick-start-from-nothing-to-scvmm.aspx"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 12pt"&gt;&lt;FONT color=#0000ff&gt;http://blogs.technet.com/virtualworld/archive/2007/10/18/quick-start-from-nothing-to-scvmm.aspx&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" mce_keep="true"&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;TABLE style="mso-yfti-tbllook: 1184; mso-padding-alt: 3.0pt 3.0pt 3.0pt 3.0pt; mso-cellspacing: 0in" class=MsoNormalTable border=1 cellSpacing=0 cellPadding=0 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes"&gt;
&lt;TD style="BORDER-BOTTOM: #cccccc 1pt solid; BORDER-LEFT: #cccccc 1pt solid; PADDING-BOTTOM: 3pt; PADDING-LEFT: 3pt; PADDING-RIGHT: 3pt; BACKGROUND: #cccccc; BORDER-TOP: #cccccc 1pt solid; BORDER-RIGHT: #cccccc 1pt solid; PADDING-TOP: 3pt; mso-border-alt: solid #CCCCCC .75pt" vAlign=bottom&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial"&gt;Title&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #cccccc 1pt solid; BORDER-LEFT: #cccccc 1pt solid; PADDING-BOTTOM: 3pt; PADDING-LEFT: 3pt; PADDING-RIGHT: 3pt; BACKGROUND: #cccccc; BORDER-TOP: #cccccc 1pt solid; BORDER-RIGHT: #cccccc 1pt solid; PADDING-TOP: 3pt; mso-border-alt: solid #CCCCCC .75pt" vAlign=bottom&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial"&gt;Length&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #cccccc 1pt solid; BORDER-LEFT: #cccccc 1pt solid; PADDING-BOTTOM: 3pt; PADDING-LEFT: 3pt; PADDING-RIGHT: 3pt; BACKGROUND: #cccccc; BORDER-TOP: #cccccc 1pt solid; BORDER-RIGHT: #cccccc 1pt solid; PADDING-TOP: 3pt; mso-border-alt: solid #CCCCCC .75pt" vAlign=bottom&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial"&gt;Presenter&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial"&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 1"&gt;
&lt;TD style="BORDER-BOTTOM: #f0f0f0 1pt inset; BORDER-LEFT: #f0f0f0 1pt inset; PADDING-BOTTOM: 3pt; BACKGROUND-COLOR: transparent; PADDING-LEFT: 3pt; PADDING-RIGHT: 3pt; BORDER-TOP: #f0f0f0 1pt inset; BORDER-RIGHT: #f0f0f0 1pt inset; PADDING-TOP: 3pt; mso-border-alt: inset #F0F0F0 .75pt" vAlign=top&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial"&gt;Managing with Windows PowerShell (1 of 4) &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;A href="mms://wm.microsoft.com/ms/systemcenter/scvmm/demo/vmm_powershell_01.wmv"&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 12pt"&gt;&lt;FONT color=#0000ff&gt;Introduction to Scripting in VMM&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/A&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #f0f0f0 1pt inset; BORDER-LEFT: #f0f0f0 1pt inset; PADDING-BOTTOM: 3pt; BACKGROUND-COLOR: transparent; PADDING-LEFT: 3pt; PADDING-RIGHT: 3pt; BORDER-TOP: #f0f0f0 1pt inset; BORDER-RIGHT: #f0f0f0 1pt inset; PADDING-TOP: 3pt; mso-border-alt: inset #F0F0F0 .75pt" vAlign=top&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial"&gt;(7:15) &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" mce_keep="true"&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: 'Times New Roman'"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #f0f0f0 1pt inset; BORDER-LEFT: #f0f0f0 1pt inset; PADDING-BOTTOM: 3pt; BACKGROUND-COLOR: transparent; PADDING-LEFT: 3pt; PADDING-RIGHT: 3pt; BORDER-TOP: #f0f0f0 1pt inset; BORDER-RIGHT: #f0f0f0 1pt inset; PADDING-TOP: 3pt; mso-border-alt: inset #F0F0F0 .75pt" vAlign=top&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial"&gt;Michael Michael &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" mce_keep="true"&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: 'Times New Roman'"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 2"&gt;
&lt;TD style="BORDER-BOTTOM: #f0f0f0 1pt inset; BORDER-LEFT: #f0f0f0 1pt inset; PADDING-BOTTOM: 3pt; BACKGROUND-COLOR: transparent; PADDING-LEFT: 3pt; PADDING-RIGHT: 3pt; BORDER-TOP: #f0f0f0 1pt inset; BORDER-RIGHT: #f0f0f0 1pt inset; PADDING-TOP: 3pt; mso-border-alt: inset #F0F0F0 .75pt" vAlign=top&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial"&gt;Managing with Windows PowerShell (2 of 4) &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;A href="mms://wm.microsoft.com/ms/systemcenter/scvmm/demo/vmm_powershell_02.wmv"&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 12pt"&gt;&lt;FONT color=#0000ff&gt;Scheduling Virtual Machine Migrations&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/A&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #f0f0f0 1pt inset; BORDER-LEFT: #f0f0f0 1pt inset; PADDING-BOTTOM: 3pt; BACKGROUND-COLOR: transparent; PADDING-LEFT: 3pt; PADDING-RIGHT: 3pt; BORDER-TOP: #f0f0f0 1pt inset; BORDER-RIGHT: #f0f0f0 1pt inset; PADDING-TOP: 3pt; mso-border-alt: inset #F0F0F0 .75pt" vAlign=top&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial"&gt;(3:17) &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" mce_keep="true"&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: 'Times New Roman'"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #f0f0f0 1pt inset; BORDER-LEFT: #f0f0f0 1pt inset; PADDING-BOTTOM: 3pt; BACKGROUND-COLOR: transparent; PADDING-LEFT: 3pt; PADDING-RIGHT: 3pt; BORDER-TOP: #f0f0f0 1pt inset; BORDER-RIGHT: #f0f0f0 1pt inset; PADDING-TOP: 3pt; mso-border-alt: inset #F0F0F0 .75pt" vAlign=top&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial"&gt;Michael Michael &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" mce_keep="true"&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: 'Times New Roman'"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 3"&gt;
&lt;TD style="BORDER-BOTTOM: #f0f0f0 1pt inset; BORDER-LEFT: #f0f0f0 1pt inset; PADDING-BOTTOM: 3pt; BACKGROUND-COLOR: transparent; PADDING-LEFT: 3pt; PADDING-RIGHT: 3pt; BORDER-TOP: #f0f0f0 1pt inset; BORDER-RIGHT: #f0f0f0 1pt inset; PADDING-TOP: 3pt; mso-border-alt: inset #F0F0F0 .75pt" vAlign=top&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial"&gt;Managing with Windows PowerShell (3 of 4) &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;A href="mms://wm.microsoft.com/ms/systemcenter/scvmm/demo/vmm_powershell_03.wmv" mce_href="mms://wm.microsoft.com/ms/systemcenter/scvmm/demo/vmm_powershell_03.wmv"&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 12pt"&gt;&lt;FONT color=#0000ff&gt;Creating Backups with Checkpoints&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/A&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #f0f0f0 1pt inset; BORDER-LEFT: #f0f0f0 1pt inset; PADDING-BOTTOM: 3pt; BACKGROUND-COLOR: transparent; PADDING-LEFT: 3pt; PADDING-RIGHT: 3pt; BORDER-TOP: #f0f0f0 1pt inset; BORDER-RIGHT: #f0f0f0 1pt inset; PADDING-TOP: 3pt; mso-border-alt: inset #F0F0F0 .75pt" vAlign=top&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial"&gt;(4:24) &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" mce_keep="true"&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: 'Times New Roman'"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #f0f0f0 1pt inset; BORDER-LEFT: #f0f0f0 1pt inset; PADDING-BOTTOM: 3pt; BACKGROUND-COLOR: transparent; PADDING-LEFT: 3pt; PADDING-RIGHT: 3pt; BORDER-TOP: #f0f0f0 1pt inset; BORDER-RIGHT: #f0f0f0 1pt inset; PADDING-TOP: 3pt; mso-border-alt: inset #F0F0F0 .75pt" vAlign=top&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial"&gt;Michael Michael &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" mce_keep="true"&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: 'Times New Roman'"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 4; mso-yfti-lastrow: yes"&gt;
&lt;TD style="BORDER-BOTTOM: #f0f0f0 1pt inset; BORDER-LEFT: #f0f0f0 1pt inset; PADDING-BOTTOM: 3pt; BACKGROUND-COLOR: transparent; PADDING-LEFT: 3pt; PADDING-RIGHT: 3pt; BORDER-TOP: #f0f0f0 1pt inset; BORDER-RIGHT: #f0f0f0 1pt inset; PADDING-TOP: 3pt; mso-border-alt: inset #F0F0F0 .75pt" vAlign=top&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial"&gt;Managing with Windows PowerShell (4 of 4) &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi"&gt;&lt;A href="mms://wm.microsoft.com/ms/systemcenter/scvmm/demo/vmm_powershell_04.wmv"&gt;&lt;B&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt"&gt;&lt;FONT color=#0000ff&gt;Viewing Job Information&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #f0f0f0 1pt inset; BORDER-LEFT: #f0f0f0 1pt inset; PADDING-BOTTOM: 3pt; BACKGROUND-COLOR: transparent; PADDING-LEFT: 3pt; PADDING-RIGHT: 3pt; BORDER-TOP: #f0f0f0 1pt inset; BORDER-RIGHT: #f0f0f0 1pt inset; PADDING-TOP: 3pt; mso-border-alt: inset #F0F0F0 .75pt" vAlign=top&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial"&gt;(2:56) &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" mce_keep="true"&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: 'Times New Roman'"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-BOTTOM: #f0f0f0 1pt inset; BORDER-LEFT: #f0f0f0 1pt inset; PADDING-BOTTOM: 3pt; BACKGROUND-COLOR: transparent; PADDING-LEFT: 3pt; PADDING-RIGHT: 3pt; BORDER-TOP: #f0f0f0 1pt inset; BORDER-RIGHT: #f0f0f0 1pt inset; PADDING-TOP: 3pt; mso-border-alt: inset #F0F0F0 .75pt" vAlign=top&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: Arial"&gt;Michael Michael &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" mce_keep="true"&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-bidi-font-family: 'Times New Roman'"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P style="MARGIN: 0in 0in 0pt" mce_keep="true"&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;
&lt;SCRIPT type=text/javascript&gt;
&lt;!--
digg_topic = 'microsoft';
//--&gt;
&lt;/SCRIPT&gt;

&lt;SCRIPT type=text/javascript src="http://digg.com/tools/diggthis.js"&gt;
&lt;/SCRIPT&gt;
&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;Technorati Tags: &lt;A href="http://technorati.com/tags/microsoft"&gt;&lt;FONT color=#0000ff&gt;microsoft&lt;/FONT&gt;&lt;/A&gt;,&lt;A href="http://technorati.com/tags/scvmm"&gt;&lt;FONT color=#0000ff&gt;scvmm&lt;/FONT&gt;&lt;/A&gt;,&lt;A href="http://technorati.com/tags/hyper-v"&gt;&lt;FONT color=#0000ff&gt;hyper-v&lt;/FONT&gt;&lt;/A&gt;,&lt;A href="http://technorati.com/tags/virtual"&gt;&lt;FONT color=#0000ff&gt;virtual&lt;/FONT&gt;&lt;/A&gt;,&lt;A href="http://technorati.com/tags/virtualization"&gt;&lt;FONT color=#0000ff&gt;virtualization&lt;/FONT&gt;&lt;/A&gt;,&lt;A href="http://technorati.com/tags/windows"&gt;&lt;FONT color=#0000ff&gt;windows&lt;/FONT&gt;&lt;/A&gt;,&lt;A href="http://technorati.com/tags/powershell"&gt;&lt;FONT color=#0000ff&gt;powershell&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3174255" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/jonjor/archive/tags/SCVMM/default.aspx">SCVMM</category><category domain="http://blogs.technet.com/jonjor/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://blogs.technet.com/jonjor/archive/tags/How+To/default.aspx">How To</category><category domain="http://blogs.technet.com/jonjor/archive/tags/Tips/default.aspx">Tips</category><category domain="http://blogs.technet.com/jonjor/archive/tags/Checkpoints/default.aspx">Checkpoints</category><category domain="http://blogs.technet.com/jonjor/archive/tags/Backup/default.aspx">Backup</category></item></channel></rss>