<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>David Allen - OpsMgr MVP</title><link>http://wmug.co.uk/blogs/aquilaweb/default.aspx</link><description>David Allen&amp;#39;s weblog advising on System Center products.</description><dc:language>en</dc:language><generator>CommunityServer 2008 SP1 (Build: 30619.63)</generator><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/aquilaweb" type="application/rss+xml" /><item><title>System Center Virtual Machine Manager R2 RC Released</title><link>http://feedproxy.google.com/~r/aquilaweb/~3/vB3wlDrR4Kg/system-center-virtual-machine-manager-r2-rc-released.aspx</link><pubDate>Sat, 06 Jun 2009 15:04:00 GMT</pubDate><guid isPermaLink="false">10c3822e-6a55-4a1a-8d52-5181c69a645b:1866</guid><dc:creator>David Allen MVP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://wmug.co.uk/blogs/aquilaweb/rsscomments.aspx?PostID=1866</wfw:commentRss><comments>http://wmug.co.uk/blogs/aquilaweb/archive/2009/06/06/system-center-virtual-machine-manager-r2-rc-released.aspx#comments</comments><description>&lt;p&gt;&lt;img alt="SCVMM R2" src="http://wmug.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/aquilaweb.VMM/SCVMM_5F00_R2.jpg" height="53" width="244" /&gt;&lt;/p&gt;
&lt;p&gt;System Center Virtual Machine Manager 2008 R2 (VMM) is a comprehensive management solution for the virtualized data center, enabling increased physical server utilization, centralized management of virtual machine infrastructure, and rapid provisioning of new virtual machines by the administrator, delegated administrator, and authorized end users. The following significant new features are included in VMM 2008 R2 Release Candidate: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Windows Server 2008 R2 RC Hyper-V host management &lt;/li&gt;
&lt;li&gt;Enhanced migration including Live and SAN migration in and out of clusters &lt;/li&gt;
&lt;li&gt;Multiple VMs per LUN using Clustered share volumes &lt;/li&gt;
&lt;li&gt;Hot add of VM storage &lt;/li&gt;
&lt;li&gt;Quick Storage Migration and much more!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Available now on Connect.&amp;nbsp; &lt;a href="http://connect.microsoft.com"&gt;http://connect.microsoft.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://wmug.co.uk/aggbug.aspx?PostID=1866" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/aquilaweb/~4/vB3wlDrR4Kg" height="1" width="1"/&gt;</description><category domain="http://wmug.co.uk/blogs/aquilaweb/archive/tags/VMM+R2/default.aspx">VMM R2</category><feedburner:origLink>http://wmug.co.uk/blogs/aquilaweb/archive/2009/06/06/system-center-virtual-machine-manager-r2-rc-released.aspx</feedburner:origLink></item><item><title>Creating DPM PowerShell Tasks in Operations Manager</title><link>http://feedproxy.google.com/~r/aquilaweb/~3/72qxh4aaRr0/creating-dpm-powershell-tasks-in-operations-manager.aspx</link><pubDate>Thu, 04 Jun 2009 00:00:00 GMT</pubDate><guid isPermaLink="false">10c3822e-6a55-4a1a-8d52-5181c69a645b:1863</guid><dc:creator>Articles - Podcasts powered by Odiogo</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://wmug.co.uk/blogs/aquilaweb/rsscomments.aspx?PostID=1863</wfw:commentRss><comments>http://wmug.co.uk/blogs/aquilaweb/archive/2009/06/04/creating-dpm-powershell-tasks-in-operations-manager.aspx#comments</comments><description>&lt;p&gt;Performing general administrative DPM tasks can be quite time consuming so why not get Operations Manager to do them for you.&amp;nbsp; As with most new products coming out of Microsoft, any administrative task (and generally a lot more) can be scripted in PowerShell which can allow for tasks to be easily actioned remotely and much more efficiently.&amp;nbsp; Taking this one step futher though, you can create tasks and rules in Operations Manager that use these scripts to give you one central point of administration.&lt;/p&gt;
&lt;p&gt;As an example I will use the PowerShell script written by Kapil Malhotra which automatically grows your replica and shadow copy volume sizes (&lt;a href="http://blogs.technet.com/dpm/archive/2007/07/10/cli-grow-your-replica-and-shadow-copy-volume-sizes-automatically.aspx"&gt;http://blogs.technet.com/dpm/archive/2007/07/10/cli-grow-your-replica-and-shadow-copy-volume-sizes-automatically.aspx&lt;/a&gt;).&amp;nbsp; Basically this script will grow the replica volume by 5GB if it has breached a threshold of 500MB and grow the shadow copy volume by 5GB if it has breached a threshold of 1GB.&amp;nbsp; Now, you can simply run this script on your DPM server to prevent the risk of not protecting your data but this still can be quite an administrative overhead to manage.&amp;nbsp; This is particularly true if you have multiple DPM servers, the number of DPM servers in your environment is likely to grow and if you want to make a change to the script that applies to all the servers.&amp;nbsp; This is where Operations Manager comes in.&lt;/p&gt;
&lt;p&gt;With Operations Manager up and running with agents deployed to all DPM servers and with the latest Data Protection Manager management pack installed, all your DPM servers should be discovered.&amp;nbsp; And, all the discovered DPM servers will be objects in the DPM Server class which can be used to target rules and tasks at.&amp;nbsp; With that in mind, I&amp;#39;ll finally get to how to create a DPM task in Operations Manager.&lt;/p&gt;
&lt;p style="text-align:left;"&gt;&lt;img src="http://www.scdpmonline.org/Data/Sites/1/custom_images/DPM%20Server%20State(1).png" alt="Operations Manager Console" height="208" width="550" /&gt;&lt;/p&gt;
&lt;p&gt;First of all, this is all based on Operations Manager 2007 R2.&amp;nbsp; With some changes you can make this work on Operations Manager SP1 but that is not covered here.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1.&amp;nbsp; Build the PowerShell script to perform the DPM task you require.&amp;nbsp; In this case, as stated above, I am using a pre-written PS script from the MS Ctrl-P blog which you can &lt;a href="http://www.scdpmonline.org/Data/Sites/1/PublicFiles/dpmautogrow_orig.zip"&gt;download here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;2.&amp;nbsp; Add these two lines to the top of the script.&amp;nbsp; The first line enables Operations Manager to pass the DPM server name to the script and the second line loads the DPM PowerShell snapin.&lt;/p&gt;
&lt;p&gt;&lt;img alt="DPM Script" src="http://www.scdpmonline.org/Data/Sites/1/custom_images/dpmscript.png" height="60" width="411" /&gt;&lt;/p&gt;
&lt;p&gt;3.&amp;nbsp; Remove the line &lt;b&gt;$dpmservername = &amp;amp;&amp;quot;hostname&amp;quot;&lt;/b&gt;.&amp;nbsp; &lt;a href="http://www.scdpmonline.org/Data/Sites/1/PublicFiles/dpmautogrow(1).zip"&gt;Click here&lt;/a&gt; for the download of the ammended script.&lt;/p&gt;
&lt;p&gt;4.&amp;nbsp; Open the Operations Manager 2007 R2 Authoring Console.&amp;nbsp; Click &lt;b&gt;File, New...&lt;/b&gt;, select &lt;b&gt;Empty Management Pack&lt;/b&gt; and enter a Management Pack Identity (I have used DPMTask).&amp;nbsp; Click &lt;b&gt;Next&lt;/b&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img alt="New MP" src="http://www.scdpmonline.org/Data/Sites/1/custom_images/newmp(1).png" height="327" width="400" /&gt;&lt;/p&gt;
&lt;p&gt;5.&amp;nbsp; Enter a Management Pack display name and optional description, then click &lt;b&gt;Create&lt;/b&gt;.&lt;/p&gt;
&lt;p&gt;6.&amp;nbsp; Once the MP has been created, click &lt;b&gt;File, Management Pack Properties&lt;/b&gt;.&amp;nbsp; In the Properties window that opens, select the &lt;b&gt;References&lt;/b&gt; tab, the click &lt;b&gt;Add Reference...&lt;/b&gt;.&amp;nbsp; Navigate to and select the DPM management pack file (Microsoft.Windows.SystemCenterDPM).&amp;nbsp; Click &lt;b&gt;OK &lt;/b&gt;when the reference has been successfully added as the image below.&lt;/p&gt;
&lt;p&gt;&lt;img alt="MP References" src="http://www.scdpmonline.org/Data/Sites/1/custom_images/mpreferences(1).png" height="551" width="550" /&gt;&lt;/p&gt;
&lt;p&gt;7.&amp;nbsp; Select the &lt;b&gt;Health Model&lt;/b&gt; pane, expand &lt;b&gt;Tasks&lt;/b&gt; in the Health Model tree and select &lt;b&gt;Agent Tasks&lt;/b&gt;.&lt;/p&gt;
&lt;p&gt;8.&amp;nbsp; Right click in the Agent Tasks pane on the right and select &lt;b&gt;New, Custom Task...&lt;/b&gt;.&amp;nbsp; Enter a unique identifier for the new task and click &lt;b&gt;OK&lt;/b&gt; (I have used DPMTask.AutoGrow).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;9.&amp;nbsp; When the task window opens, enter a display name and select the target &lt;b&gt;Microsoft.Windows.SystemCenterDPM.DPMServer&lt;/b&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img alt="DPM Task - General" src="http://www.scdpmonline.org/Data/Sites/1/custom_images/dpmtask_general(1).png" height="495" width="500" /&gt;S&lt;/p&gt;
&lt;p&gt;10.&amp;nbsp; Click on the &lt;b&gt;Configuration&lt;/b&gt; tab and click the link, &lt;b&gt;Browse for a type..&lt;/b&gt;..&amp;nbsp; Select the &lt;b&gt;Microsoft.Windows.PowerShellWriteAction&lt;/b&gt; and enter a module ID.&amp;nbsp; Click &lt;b&gt;OK&lt;/b&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img alt="DPM Task - Module Type" src="http://www.scdpmonline.org/Data/Sites/1/custom_images/dpmtask_configuration(1).png" height="424" width="500" /&gt;&lt;/p&gt;
&lt;p&gt;11.&amp;nbsp; Now back on the Configuration tab, click &lt;b&gt;Edit...&lt;/b&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Between the ScriptName tags, enter a name for the script (autogrow.ps1).
    
&lt;ul&gt;
&lt;li&gt;&amp;lt;ScriptName&amp;gt;autogrow.ps1&amp;lt;/ScriptName&amp;gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Between the ScriptBody tags, paste in the PowerShell script.
    
&lt;ul&gt;
&lt;li&gt;&amp;lt;ScriptBody&amp;gt;&lt;i&gt;powershell script&lt;/i&gt;&amp;lt;/ScriptBody&amp;gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;After the &amp;lt;/ScriptBody&amp;gt; task, enter the following:
    
&lt;ul&gt;
&lt;li&gt;&amp;lt;Parameters&amp;gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;lt;Parameter&amp;gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Name&amp;gt;DPMServer&amp;lt;/Name&amp;gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Value&amp;gt;&amp;lt;/Value&amp;gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;lt;/Parameter&amp;gt;&lt;/li&gt;
&lt;li&gt;&amp;lt;/Parameters&amp;gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Between the TimeoutSeconds tags, enter a larger value like 6000.
    
&lt;ul&gt;
&lt;li&gt;&amp;lt;TimeoutSeconds&amp;gt;6000&amp;lt;/TimeoutSeconds&amp;gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Save the file and close.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.scdpmonline.org/Data/Sites/1/custom_images/dpmtask_configscript(1).png" alt="DPM Task - Script Details" height="495" width="500" /&gt;&lt;/p&gt;
&lt;p&gt;12.&amp;nbsp; Click the &lt;b&gt;Value&lt;/b&gt; field next the &lt;b&gt;&amp;gt;&amp;gt;Value&lt;/b&gt; parameter and select &lt;b&gt;(Host=WindowsServer), Principal Name (Windows Computer)&lt;/b&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.scdpmonline.org/Data/Sites/1/custom_images/dpmtask_value(1).png" alt="&amp;gt;&amp;gt;Value" height="22" width="536" /&gt;&lt;/p&gt;
&lt;p&gt;This is done to make sure the correct DPM server name is passed so the script runs on the selected server.&lt;/p&gt;
&lt;p&gt;13.&amp;nbsp; Click &lt;b&gt;OK&lt;/b&gt;.&lt;/p&gt;
&lt;p&gt;That&amp;#39;s it done, the DPM task has been created.&amp;nbsp; Now you can either save the new management pack and import it into Operations Manager or you can select &lt;b&gt;Tools, Export MP to Management Group&lt;/b&gt;... from within the Authoring Console.&lt;/p&gt;
&lt;p&gt;Once imported, select the Monitoring pane and expand Data Protection Manager 2007.&amp;nbsp; Click the DPM Server State view and select one of the DPM servers and in the Actions pane you will see your new &lt;b&gt;Auto Grow&lt;/b&gt; task.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.scdpmonline.org/Data/Sites/1/custom_images/dpmtask_opsmgr(1).png" alt="DPM Task in Operations Manager" height="409" width="550" /&gt;&lt;/p&gt;
&lt;p&gt;Click &lt;b&gt;Auto Grow&lt;/b&gt; and run task.&amp;nbsp; Once the task has completed it will output the results.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.scdpmonline.org/Data/Sites/1/custom_images/dpmtask_run(1).png" alt="Completed DPM Task" height="500" width="550" /&gt;&lt;/p&gt;
&lt;p&gt;How awesome is that ?!?!&lt;/p&gt;
&lt;p&gt;I know this migh look a bit long winded but when you do it once, you will will see that it is actually quite simple.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Enjoy.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.scdpmonline.org"&gt;David&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="http://www.scdpmonline.org/creating-dpm-powershell-tasks-in-operations-manager.aspx"&gt;...&lt;/a&gt;&lt;br /&gt;&lt;a href="http://podcasts.odiogo.com/get_mp3.mp3?f=/new-content-title/New_Content_Title-Creating_DPM_PowerShell_Tasks_in_Operations_Manager.mp3"&gt;Click here to play&lt;/a&gt;&lt;br /&gt;&lt;img src="http://feeds2.feedburner.com/~r/scdpmonline/~4/E3YPSUp-Y50" height="1" width="1" alt="" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://wmug.co.uk/aggbug.aspx?PostID=1863" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/aquilaweb/~4/72qxh4aaRr0" height="1" width="1"/&gt;</description><feedburner:origLink>http://wmug.co.uk/blogs/aquilaweb/archive/2009/06/04/creating-dpm-powershell-tasks-in-operations-manager.aspx</feedburner:origLink></item><item><title>QFE Required for Windows Server 2008 Cluster Support - Released</title><link>http://feedproxy.google.com/~r/aquilaweb/~3/nJ6vGlR4BS8/qfe-required-for-windows-server-2008-cluster-support-released.aspx</link><pubDate>Wed, 03 Jun 2009 10:53:28 GMT</pubDate><guid isPermaLink="false">10c3822e-6a55-4a1a-8d52-5181c69a645b:1828</guid><dc:creator>David Allen MVP</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://wmug.co.uk/blogs/aquilaweb/rsscomments.aspx?PostID=1828</wfw:commentRss><comments>http://wmug.co.uk/blogs/aquilaweb/archive/2009/06/03/qfe-required-for-windows-server-2008-cluster-support-released.aspx#comments</comments><description>&lt;b&gt;Overview&lt;/b&gt;&lt;br /&gt;This QFE addresses the issues that caused problems detecting Exchange clusters and the other WMI issues that were experienced when using the latest Cluster MP which was released back in April.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Cause&lt;/b&gt;&lt;br /&gt; &amp;quot;Private properties on a cluster resource, group, or any   other cluster object can be queried and set by using multiple methods. This   includes the Cluster API and the Cluster WMI provider. Creating a private   property on a cluster object by using the Cluster API does not have   restrictions on the characters in the name. However, when you create a private   property name that contains any unsupported characters on the object, any   attempts to query the Cluster WMI provider fail.&amp;quot;&lt;br /&gt;&lt;br /&gt;Hot fix: &lt;a href="http://support.microsoft.com/default.aspx/kb/958807"&gt;http://support.microsoft.com/default.aspx/kb/958807&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;MP Catalogue:  &lt;a href="http://technet.microsoft.com/en-us/opsmgr/cc539535.aspx"&gt;http://technet.microsoft.com/en-us/opsmgr/cc539535.aspx&lt;/a&gt;&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://wmug.co.uk/aggbug.aspx?PostID=1828" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/aquilaweb/~4/nJ6vGlR4BS8" height="1" width="1"/&gt;</description><feedburner:origLink>http://wmug.co.uk/blogs/aquilaweb/archive/2009/06/03/qfe-required-for-windows-server-2008-cluster-support-released.aspx</feedburner:origLink></item><item><title>Looking at OpsMgr R2 - Managing X-Plat</title><link>http://feedproxy.google.com/~r/aquilaweb/~3/Z4CwK9WVZ14/looking-at-opsmgr-r2-managing-linux.aspx</link><pubDate>Tue, 02 Jun 2009 20:45:00 GMT</pubDate><guid isPermaLink="false">10c3822e-6a55-4a1a-8d52-5181c69a645b:1597</guid><dc:creator>David Allen MVP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://wmug.co.uk/blogs/aquilaweb/rsscomments.aspx?PostID=1597</wfw:commentRss><comments>http://wmug.co.uk/blogs/aquilaweb/archive/2009/06/02/looking-at-opsmgr-r2-managing-linux.aspx#comments</comments><description>&lt;p&gt;Another great new feature in OpsMgr R2 is the ability to manage Unix, Linux, HP UX and IBM AIX servers.&amp;nbsp; What is paricularly great about this feature is that once a X-Plat server has been discovered it is available as an object within OpsMgr as a Windows server is which enables you to add X-Plat servers to your existing distributed applications.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;In OpsMgr SP1 you could have downloaded the X-Plat Extensions Beta to monitor X-Plat but this required a seperate discovery and agent installation method.&amp;nbsp; Within R2, you can now discover X-Plat servers as easily as you discover Windows servers. Here are a small video to give you a taster for how easy this is.&lt;/p&gt;
&lt;p&gt;&lt;a title="Discover Linux" href="http://wmug.co.uk/media/p/1825.aspx"&gt;http://wmug.co.uk/media/p/1825.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As stated above, once X-Plat servers have been discovered you can manage them just as you would a Windows server.&amp;nbsp; Objects will be created for the server, processor, logical disk etc etc which you can add to your distributed applications to enable you to monitor all components of your service.&lt;/p&gt;
&lt;p&gt;&lt;img alt="Distributed Application" src="http://wmug.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/aquilaweb.R2_5F00_Linux/DA.png" height="294" width="589" /&gt;&lt;/p&gt;
&lt;p&gt;And moving forward you can create new monitors, rules and tasks etc just as you would for Windows providing you have some knowledge of the X-Plat product you are working with as all management pack objects are stored in XML management packs just as with Windows.&lt;/p&gt;
&lt;p&gt;If you have X-Plat in your environment, I strongly recommend you give Operations Manager 2007 R2 a go.&lt;/p&gt;
&lt;p&gt;Here are the non-Windows operating systems currently supported in OpsMgr R2 RTM:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;HP-UX 11i v2 and v3 (PA-RISC and IA64)&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Sun Solaris 8 and 9 (SPARC) and Solaris 10 (SPARC and x86)&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Red Hat Enterprise Linux 4 (x86) and 5 (x86/x64) Server&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Red Hat Enterprise Linux 4 (x64) Server &lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Novell SUSE Linux Enterprise Server 9 (x86) and 10 SP1 (x86/x64)&lt;br /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Novell SUSE Linux Enterprise Server 9 (x64)&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;IBM AIX 5L V5.3 and V6.1 (PowerPC)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://wmug.co.uk/aggbug.aspx?PostID=1597" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/aquilaweb/~4/Z4CwK9WVZ14" height="1" width="1"/&gt;</description><category domain="http://wmug.co.uk/blogs/aquilaweb/archive/tags/OpsMgr+2007+R2/default.aspx">OpsMgr 2007 R2</category><category domain="http://wmug.co.uk/blogs/aquilaweb/archive/tags/X-Plat/default.aspx">X-Plat</category><feedburner:origLink>http://wmug.co.uk/blogs/aquilaweb/archive/2009/06/02/looking-at-opsmgr-r2-managing-linux.aspx</feedburner:origLink></item><item><title>OpsMgr R2 Deployment &amp; Upgrade</title><link>http://feedproxy.google.com/~r/aquilaweb/~3/VIFAxmn_Hq8/opsmgr-r2-deployment-amp-upgrade.aspx</link><pubDate>Fri, 29 May 2009 12:43:42 GMT</pubDate><guid isPermaLink="false">10c3822e-6a55-4a1a-8d52-5181c69a645b:1824</guid><dc:creator>David Allen MVP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://wmug.co.uk/blogs/aquilaweb/rsscomments.aspx?PostID=1824</wfw:commentRss><comments>http://wmug.co.uk/blogs/aquilaweb/archive/2009/05/29/opsmgr-r2-deployment-amp-upgrade.aspx#comments</comments><description>If you want to know the supported upgrade paths to Operations Manager R2, check out this blog post by Rob Kuehfus.  It confirms the biggest question I am being asked at the moment and that is whether you can upgrade from R2 Eval to R2 Select; yes you can.&lt;br /&gt; &lt;br /&gt;&lt;a href="http://blogs.technet.com/momteam/archive/2009/05/29/what-s-new-in-r2-deployment-and-upgrade.aspx"&gt;http://blogs.technet.com/momteam/archive/2009/05/29/what-s-new-in-r2-deployment-and-upgrade.aspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://wmug.co.uk/aggbug.aspx?PostID=1824" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/aquilaweb/~4/VIFAxmn_Hq8" height="1" width="1"/&gt;</description><feedburner:origLink>http://wmug.co.uk/blogs/aquilaweb/archive/2009/05/29/opsmgr-r2-deployment-amp-upgrade.aspx</feedburner:origLink></item><item><title>High Memory Usage by VDS.exe on DPM Server</title><link>http://feedproxy.google.com/~r/aquilaweb/~3/mFehoMYx2hg/high-memory-usage-by-vds-exe-on-dpm-server.aspx</link><pubDate>Thu, 28 May 2009 15:00:00 GMT</pubDate><guid isPermaLink="false">10c3822e-6a55-4a1a-8d52-5181c69a645b:1822</guid><dc:creator>Articles - Podcasts powered by Odiogo</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://wmug.co.uk/blogs/aquilaweb/rsscomments.aspx?PostID=1822</wfw:commentRss><comments>http://wmug.co.uk/blogs/aquilaweb/archive/2009/05/28/high-memory-usage-by-vds-exe-on-dpm-server.aspx#comments</comments><description>&lt;p&gt;Is VDS.exe eating loads of memory on your DPM servers?&amp;nbsp; If so, the first thing you should do is apply MS hotfix 958387.&amp;nbsp; This hotfix resolves a memory leak in the Virtual Disk Service which should clear the problem.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/958387"&gt;http://support.microsoft.com/kb/958387&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.scdpmonline.org"&gt;David&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="http://www.scdpmonline.org/high-memory-usage-by-vdsexe-on-dpm-server.aspx"&gt;...&lt;/a&gt;&lt;br /&gt;&lt;a href="http://podcasts.odiogo.com/get_mp3.mp3?f=/new-content-title/New_Content_Title-High_Memory_Usage_by_VDSexe_on_DPM_Server.mp3"&gt;Click here to play&lt;/a&gt;&lt;br /&gt;&lt;img src="http://feeds2.feedburner.com/~r/scdpmonline/~4/2E04rPX5M0w" height="1" width="1" alt="" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://wmug.co.uk/aggbug.aspx?PostID=1822" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/aquilaweb/~4/mFehoMYx2hg" height="1" width="1"/&gt;</description><feedburner:origLink>http://wmug.co.uk/blogs/aquilaweb/archive/2009/05/28/high-memory-usage-by-vds-exe-on-dpm-server.aspx</feedburner:origLink></item><item><title>DPM High CPU Usage</title><link>http://feedproxy.google.com/~r/aquilaweb/~3/hmRRTvzO2kg/dpm-high-cpu-usage.aspx</link><pubDate>Thu, 28 May 2009 13:24:00 GMT</pubDate><guid isPermaLink="false">10c3822e-6a55-4a1a-8d52-5181c69a645b:1821</guid><dc:creator>Articles - Podcasts powered by Odiogo</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://wmug.co.uk/blogs/aquilaweb/rsscomments.aspx?PostID=1821</wfw:commentRss><comments>http://wmug.co.uk/blogs/aquilaweb/archive/2009/05/28/dpm-high-cpu-usage.aspx#comments</comments><description>&lt;p&gt;Visiting a number of customers recently I have noticed that many were experiencing abnormally high CPU usage on their DPM servers.&amp;nbsp; All the servers were well spec&amp;#39;d and easily had the resources to deal with the load put on them, but still there was extremely high CPU usage being experienced.&amp;nbsp; It was particularly bad when performing any kind of administration using the DPM console on the affected server.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;After performing a number of investigative tasks which didn&amp;#39;t help me diagnose the problem, I found that SQL was patched to SP2 on the servers experiencing this issue.&amp;nbsp; As I had very little else to try I applied SP3 to SQL and after a reboot, the server was running like a charm.&amp;nbsp; I then advised my other customers to try this and it has worked in resolving their high CPU usage in every case.&lt;/p&gt;
&lt;p&gt;So bottom line, apply SP3 to your DPM SQL installation, it will potentially save you a lot of head scratching.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.scdpmonline.org"&gt;David&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="http://www.scdpmonline.org/dpm-high-cpu-usage.aspx"&gt;...&lt;/a&gt;&lt;br /&gt;&lt;a href="http://podcasts.odiogo.com/get_mp3.mp3?f=/new-content-title/New_Content_Title-DPM_High_CPU_Usage.mp3"&gt;Click here to play&lt;/a&gt;&lt;br /&gt;&lt;img src="http://feeds2.feedburner.com/~r/scdpmonline/~4/vJEDvKyCspc" height="1" width="1" alt="" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://wmug.co.uk/aggbug.aspx?PostID=1821" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/aquilaweb/~4/hmRRTvzO2kg" height="1" width="1"/&gt;</description><feedburner:origLink>http://wmug.co.uk/blogs/aquilaweb/archive/2009/05/28/dpm-high-cpu-usage.aspx</feedburner:origLink></item><item><title>WMUG EVENT - 18/06/09 - Cardinal Place, London</title><link>http://feedproxy.google.com/~r/aquilaweb/~3/nDUleTTfTY8/wmug-event-18-06-09-cardinal-place-london.aspx</link><pubDate>Sat, 23 May 2009 23:35:02 GMT</pubDate><guid isPermaLink="false">10c3822e-6a55-4a1a-8d52-5181c69a645b:1803</guid><dc:creator>David Allen MVP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://wmug.co.uk/blogs/aquilaweb/rsscomments.aspx?PostID=1803</wfw:commentRss><comments>http://wmug.co.uk/blogs/aquilaweb/archive/2009/05/24/wmug-event-18-06-09-cardinal-place-london.aspx#comments</comments><description>&lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt; &lt;p&gt;I am delighted to be able to announce our next meeting on Thursday 18th June at Microsoft’s office in Cardinal Place London where this time we&amp;#39;ll be kicking off with an in-depth look at Windows 7, courtesy of Viral Tarpara and Andrew Driver from Microsoft.&lt;/p&gt; &lt;p&gt;After some refreshments, Johan Arwidmark (a fellow MVP) will be presenting highlights from three of his ConfigMgr / MDT sessions from this year’s MMS.&lt;/p&gt; &lt;p&gt;Coupled with SWAG give always, networking opportunities, etc. this promises to be a great evening and best of all everything is FREE.&lt;/p&gt; &lt;p&gt;To register simply use the following links so we know how many are coming so everyone gets fed and watered:&lt;/p&gt; &lt;p&gt;&lt;a title="http://www.wmug.eventbrite.com/" href="http://www.wmug.eventbrite.com/" target="_blank"&gt;http://www.wmug.eventbrite.com/&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Look forward to seeing you there.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://wmug.co.uk/aggbug.aspx?PostID=1803" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/aquilaweb/~4/nDUleTTfTY8" height="1" width="1"/&gt;</description><feedburner:origLink>http://wmug.co.uk/blogs/aquilaweb/archive/2009/05/24/wmug-event-18-06-09-cardinal-place-london.aspx</feedburner:origLink></item><item><title>Fwd: New MS Forums for OpsMgr</title><link>http://feedproxy.google.com/~r/aquilaweb/~3/e8m-Lt40rcA/fwd-new-ms-forums-for-opsmgr.aspx</link><pubDate>Sat, 23 May 2009 23:20:57 GMT</pubDate><guid isPermaLink="false">10c3822e-6a55-4a1a-8d52-5181c69a645b:1802</guid><dc:creator>David Allen MVP</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://wmug.co.uk/blogs/aquilaweb/rsscomments.aspx?PostID=1802</wfw:commentRss><comments>http://wmug.co.uk/blogs/aquilaweb/archive/2009/05/24/fwd-new-ms-forums-for-opsmgr.aspx#comments</comments><description>&lt;br /&gt;&lt;div class="gmail_quote"&gt;&lt;br /&gt;Check out the all new forums for Operations Manager at Microsoft where you&amp;#39;ll be able to trade knowledge with OpsMgr customers, MVPs, other experts and the MS product team.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://social.technet.microsoft.com/Forums/en-US/category/systemcenteroperationsmanager" target="_blank"&gt;http://social.technet.microsoft.com/Forums/en-US/category/systemcenteroperationsmanager&lt;/a&gt;&lt;br /&gt;  &lt;br /&gt;Get posting there now as the old NNTP based newsgroup will be stopped in the near future.&lt;br /&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://wmug.co.uk/aggbug.aspx?PostID=1802" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/aquilaweb/~4/e8m-Lt40rcA" height="1" width="1"/&gt;</description><feedburner:origLink>http://wmug.co.uk/blogs/aquilaweb/archive/2009/05/24/fwd-new-ms-forums-for-opsmgr.aspx</feedburner:origLink></item><item><title>Operations Manager 2007 R2 goes RTM</title><link>http://feedproxy.google.com/~r/aquilaweb/~3/PZRaz-Aef7o/operations-manager-2007-r2-goes-rtm.aspx</link><pubDate>Sat, 23 May 2009 23:20:56 GMT</pubDate><guid isPermaLink="false">10c3822e-6a55-4a1a-8d52-5181c69a645b:1801</guid><dc:creator>David Allen MVP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://wmug.co.uk/blogs/aquilaweb/rsscomments.aspx?PostID=1801</wfw:commentRss><comments>http://wmug.co.uk/blogs/aquilaweb/archive/2009/05/24/operations-manager-2007-r2-goes-rtm.aspx#comments</comments><description>I know most of you are probably already aware that System Center Operations Manager 2007 R2 is now available for download but just in case you missed it, here&amp;#39;s the download link:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=93ddf25b-1ef0-4851-81b0-5fb9a2f76181#tm"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=93ddf25b-1ef0-4851-81b0-5fb9a2f76181#tm&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;And, here&amp;#39;s is a quick overview:&lt;br /&gt;&lt;br /&gt;&lt;div class="downloadInfo"&gt;&lt;a name="Description"&gt;&lt;/a&gt;&lt;span&gt;&lt;b&gt;Microsoft System Center Operations Manager 2007 R2&lt;/b&gt; delivers end-to-end service management of applications and IT services running across your datacenter fabric, providing you greater and control and insight into the health and performance your Microsoft, UNIX and Linux servers, and the workloads running on them. With Operations Manager 2007 R2 you can reduce the cost of managing your datacenter, and assure delivery of IT services to expected and agreed levels. &lt;br /&gt; &lt;br /&gt;  &lt;b&gt;Feature Bullet Summary:&lt;/b&gt; &lt;br /&gt; &lt;ol&gt;&lt;li&gt;&lt;b&gt;End-to-End Datacenter Service Management:&lt;/b&gt; System Center Operations Manager 2007 R2 helps improve datacenter service performance by improving resolution time through best practice driven alerting, service level monitoring, and reporting.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Best of Breed for Windows and Beyond:&lt;/b&gt; Extending low cost Windows management to the complete datacenter environment, Operations Manager 2007 R2 provides a single pane of glass across operating systems, hypervisors, network, storage, and Microsoft, UNIX and Linux applications.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Increased Efficiency and Control:&lt;/b&gt; With automation of routine and redundant tasks, Operations Manager 2007 R2 provides intelligent monitoring and the ability to automate action to help increase efficiency and enable greater control of your IT environment.&lt;/li&gt;&lt;/ol&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://wmug.co.uk/aggbug.aspx?PostID=1801" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/aquilaweb/~4/PZRaz-Aef7o" height="1" width="1"/&gt;</description><feedburner:origLink>http://wmug.co.uk/blogs/aquilaweb/archive/2009/05/24/operations-manager-2007-r2-goes-rtm.aspx</feedburner:origLink></item><item><title>SystemCenterCentral</title><link>http://feedproxy.google.com/~r/aquilaweb/~3/NB3exf3aQtM/systemcentercentral.aspx</link><pubDate>Tue, 28 Apr 2009 02:47:00 GMT</pubDate><guid isPermaLink="false">10c3822e-6a55-4a1a-8d52-5181c69a645b:1682</guid><dc:creator>David Allen MVP</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://wmug.co.uk/blogs/aquilaweb/rsscomments.aspx?PostID=1682</wfw:commentRss><comments>http://wmug.co.uk/blogs/aquilaweb/archive/2009/04/28/systemcentercentral.aspx#comments</comments><description>&lt;div class="Section1"&gt;
&lt;p class="MsoNormal" style="text-align:justify;line-height:15.0pt;"&gt;&lt;span&gt;The site to visit for &amp;ldquo;Everything System Center&amp;rdquo; has launched, &lt;b&gt;&lt;span&gt;SystemCenterCentral.com.&lt;/span&gt;&lt;/b&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="text-align:justify;line-height:15.0pt;"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="text-align:justify;line-height:15.0pt;"&gt;&lt;span&gt;SystemCenterCentral.com has been founded by three System Center community members; Pete Zerger, Rory McCaw and Maarten Goet. SystemCenterCentral.com is a community initiative that will combine a number of existing internet properties under a single community site and strive to become the leading community landing page for all System Center technologies.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="text-align:justify;line-height:15.0pt;"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="text-align:justify;line-height:15.0pt;"&gt;&lt;span&gt;Soft launch for the site was announced at MMS 2009, with additional feature releases planned throughout May. The site combines traditional blogging with easy integration / sharing with your favourite social network platforms, such as Twitter, Facebook, Del.icio.us and many others. &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="text-align:justify;line-height:15.0pt;"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="text-align:justify;line-height:15.0pt;"&gt;&lt;b&gt;&lt;span&gt;Microsoft&lt;/span&gt;&lt;/b&gt;&lt;span&gt;&amp;nbsp;and &lt;b&gt;&lt;span&gt;Quest Software&lt;/span&gt;&lt;/b&gt; are supporting SystemCenterCentral.com as &lt;b&gt;&lt;span&gt;Gold Sponsors&lt;/span&gt;&lt;/b&gt; and will be active participants in this new online community. &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="text-align:justify;line-height:15.0pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal" style="text-align:justify;line-height:15.0pt;"&gt;&lt;span&gt;If you are not going to MMS but still want to check out this new System Center community site go to&lt;b&gt;&lt;span&gt; &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span&gt;&lt;a href="http://www.systemcentercentral.com/"&gt;&lt;b&gt;&lt;span&gt;www.systemcentercentral.com&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;span&gt; now and join! &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://wmug.co.uk/aggbug.aspx?PostID=1682" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/aquilaweb/~4/NB3exf3aQtM" height="1" width="1"/&gt;</description><feedburner:origLink>http://wmug.co.uk/blogs/aquilaweb/archive/2009/04/28/systemcentercentral.aspx</feedburner:origLink></item><item><title>Local Data Source Protection</title><link>http://feedproxy.google.com/~r/aquilaweb/~3/q98E-p3XRgI/local-data-source-protection.aspx</link><pubDate>Sat, 18 Apr 2009 08:52:05 GMT</pubDate><guid isPermaLink="false">10c3822e-6a55-4a1a-8d52-5181c69a645b:1672</guid><dc:creator>Articles - Podcasts powered by Odiogo</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://wmug.co.uk/blogs/aquilaweb/rsscomments.aspx?PostID=1672</wfw:commentRss><comments>http://wmug.co.uk/blogs/aquilaweb/archive/2009/04/18/local-data-source-protection.aspx#comments</comments><description>Since the release of DPM SP1 it has been possible to perform local data source protection.&amp;#160; This means that the DPM server can protect its own file services and virtualization hosting.&amp;#160; By default, however, this functionality is not enabled...(&lt;a href="http://wmug.co.uk/blogs/aquilaweb/archive/2009/04/18/local-data-source-protection.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://wmug.co.uk/aggbug.aspx?PostID=1672" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/aquilaweb/~4/q98E-p3XRgI" height="1" width="1"/&gt;</description><feedburner:origLink>http://wmug.co.uk/blogs/aquilaweb/archive/2009/04/18/local-data-source-protection.aspx</feedburner:origLink></item><item><title>System Center Operations Manager 2007 R2 Release Candidate - Now Available</title><link>http://feedproxy.google.com/~r/aquilaweb/~3/-HeNB2Cm274/system-center-operations-manager-2007-r2-release-candidate-now-available.aspx</link><pubDate>Thu, 26 Mar 2009 10:44:20 GMT</pubDate><guid isPermaLink="false">10c3822e-6a55-4a1a-8d52-5181c69a645b:1615</guid><dc:creator>David Allen MVP</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://wmug.co.uk/blogs/aquilaweb/rsscomments.aspx?PostID=1615</wfw:commentRss><comments>http://wmug.co.uk/blogs/aquilaweb/archive/2009/03/26/system-center-operations-manager-2007-r2-release-candidate-now-available.aspx#comments</comments><description>&lt;div class="Section1"&gt;  &lt;p class="MsoNormal"&gt;&lt;span&gt;System Center Operations Manger 2007 R2 Release Candidate &lt;span style="color:#1F497D;"&gt;is &lt;/span&gt;now available on connect!&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span class="MsoHyperlink"&gt;&lt;span style="font-size:10.0pt;"&gt;&lt;a href="http://connect.microsoft.com/Downloads/DownloadDetails.aspx?SiteID=446&amp;amp;DownloadID=17271"&gt;Operations Manager 2007 R2 Release Candidate&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="MsoHyperlink"&gt;&lt;span style="font-size:10.0pt;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;strong&gt;&lt;span&gt;Operations Manager 2007 R2 introduces key new and enhanced functionality, including:&lt;/span&gt;&lt;/strong&gt;&lt;span style="font-size:10.0pt;"&gt;&lt;br /&gt; &lt;b&gt;&lt;br /&gt; Enhanced application performance and availability across heterogeneous platforms&lt;/b&gt;&lt;/span&gt;&lt;span style="font-size:10.0pt;"&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height:115%;"&gt;&lt;span style="font-size:10.0pt;line-height:115%;font-family:Symbol;"&gt;&amp;middot;&lt;/span&gt;&lt;span style="font-size:7.0pt;line-height:115%;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size:10.0pt;line-height:115%;"&gt;Delivers monitoring across Windows, Linux and Unix servers&amp;#8211;all through a single console&lt;br /&gt; &lt;/span&gt;&lt;span style="font-size:10.0pt;line-height:115%;font-family:Symbol;"&gt;&amp;middot;&lt;/span&gt;&lt;span style="font-size:7.0pt;line-height:115%;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size:10.0pt;line-height:115%;"&gt;Extends end to end monitoring of distributed applications to any workload running on Windows, Unix and Linux platforms&lt;br /&gt; &lt;/span&gt;&lt;span style="font-size:10.0pt;line-height:115%;font-family:Symbol;"&gt;&amp;middot;&lt;/span&gt;&lt;span style="font-size:7.0pt;line-height:115%;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size:10.0pt;line-height:115%;"&gt;Maximize availability of virtual workloads with integration with System Center Virtual Machine Manager 2008&lt;/span&gt;&lt;span style="font-size:10.0pt;line-height:115%;font-family:Symbol;"&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height:115%;"&gt;&lt;b&gt;&lt;span style="font-size:10.0pt;line-height:115%;"&gt;Improved management of applications in the data center&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:10.0pt;line-height:115%;font-family:Symbol;"&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height:115%;"&gt;&lt;span style="font-size:10.0pt;line-height:115%;font-family:Symbol;"&gt;&amp;middot;&lt;/span&gt;&lt;span style="font-size:7.0pt;line-height:115%;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size:10.0pt;line-height:115%;"&gt;Delivers on the scale requirements of URL monitoring of your business&lt;br /&gt; &lt;/span&gt;&lt;span style="font-size:10.0pt;line-height:115%;font-family:Symbol;"&gt;&amp;middot;&lt;/span&gt;&lt;span style="font-size:7.0pt;line-height:115%;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size:10.0pt;line-height:115%;"&gt;Meet agreed service levels with enhanced reporting showing application performance and availability&lt;br /&gt; &lt;/span&gt;&lt;span style="font-size:10.0pt;line-height:115%;font-family:Symbol;"&gt;&amp;middot;&lt;/span&gt;&lt;span style="font-size:7.0pt;line-height:115%;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size:10.0pt;line-height:115%;"&gt;More efficient problem identification and action to resolve issues&lt;/span&gt;&lt;span style="font-size:10.0pt;line-height:115%;font-family:Symbol;"&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height:115%;"&gt;&lt;b&gt;&lt;span style="font-size:10.0pt;line-height:115%;"&gt;Increased speed of access to information and functionality to drive management&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:10.0pt;line-height:115%;font-family:Symbol;"&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin-bottom:12.0pt;line-height:115%;"&gt;&lt;span style="font-size:10.0pt;line-height:115%;font-family:Symbol;"&gt;&amp;middot;&lt;/span&gt;&lt;span style="font-size:7.0pt;line-height:115%;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size:10.0pt;line-height:115%;"&gt;Faster load times for views and results&lt;br /&gt; &lt;/span&gt;&lt;span style="font-size:10.0pt;line-height:115%;font-family:Symbol;"&gt;&amp;middot;&lt;/span&gt;&lt;span style="font-size:7.0pt;line-height:115%;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size:10.0pt;line-height:115%;"&gt;Improved and simplified management pack authoring experience&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height:115%;"&gt;&lt;strong&gt;&lt;span style="font-size:10.0pt;line-height:115%;"&gt;For those who are evaluating the Beta release, this Release Candidate offers a number of enhancements over the Operations Manager R2 Beta, including: &lt;/span&gt;&lt;/strong&gt;&lt;span style="font-size:10.0pt;line-height:115%;"&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height:115%;"&gt;&lt;span style="font-size:10.0pt;line-height:115%;font-family:Symbol;"&gt;&amp;middot;&lt;/span&gt;&lt;span style="font-size:7.0pt;line-height:115%;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="font-size:10.0pt;line-height:115%;"&gt;New Power Management MP template (Monitored system must be Windows Server 2008 R2 or Win7)&lt;br /&gt; &lt;/span&gt;&lt;span style="font-size:10.0pt;line-height:115%;font-family:Symbol;"&gt;&amp;middot;&lt;/span&gt;&lt;span style="font-size:7.0pt;line-height:115%;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size:10.0pt;line-height:115%;"&gt;Updated branding across all User Interfaces&lt;br /&gt; &lt;/span&gt;&lt;span style="font-size:10.0pt;line-height:115%;font-family:Symbol;"&gt;&amp;middot;&lt;/span&gt;&lt;span style="font-size:7.0pt;line-height:115%;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size:10.0pt;line-height:115%;"&gt;Improved trace configuration tools on the CD to help support issues escalated to Customer Support (where applicable)&lt;br /&gt; &lt;/span&gt;&lt;span style="font-size:10.0pt;line-height:115%;font-family:Symbol;"&gt;&amp;middot; &lt;/span&gt;&lt;span style="font-size:10.0pt;line-height:115%;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="font-size:10.0pt;line-height:115%;"&gt;Improved Run As Account Distribution Configuration&lt;br /&gt; &lt;/span&gt;&lt;span style="font-size:10.0pt;line-height:115%;font-family:Symbol;"&gt;&amp;middot; &lt;/span&gt;&lt;span style="font-size:10.0pt;line-height:115%;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="font-size:10.0pt;line-height:115%;"&gt;Ability to run inline tasks for non-Microsoft servers&lt;br /&gt; &lt;/span&gt;&lt;span style="font-size:10.0pt;line-height:115%;font-family:Symbol;"&gt;&amp;middot;&lt;/span&gt;&lt;span style="font-size:7.0pt;line-height:115%;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size:10.0pt;line-height:115%;"&gt;Support for upgrade from Beta deployments to the Release Candidate&lt;br /&gt; &lt;/span&gt;&lt;span style="font-size:10.0pt;line-height:115%;font-family:Symbol;"&gt;&amp;middot;&lt;/span&gt;&lt;span style="font-size:7.0pt;line-height:115%;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size:10.0pt;line-height:115%;"&gt;New and updated documentation, including the Usage Guide, Design Guide, Deployment Guide, Upgrade Guide, Security Guide and Operations Guide&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;strong&gt;&lt;span style="font-size:10.0pt;"&gt;In addition to the build, &lt;span style="color:#1F497D;"&gt;MS&lt;/span&gt; are providing the Release Notes as well as other key documentation including:&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p class="MsoListParagraph" style="text-indent:-18.0pt;mso-list:l0 level1 lfo2;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&amp;middot;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;Operations Manager 2007 Supported Configurations&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoListParagraph" style="text-indent:-18.0pt;mso-list:l0 level1 lfo2;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&amp;middot;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;Operations Manager 2007 R2 RC Design Guide&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoListParagraph" style="text-indent:-18.0pt;mso-list:l0 level1 lfo2;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&amp;middot;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;Operations Manager 2007 R2 RC Deployment Guide&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoListParagraph" style="text-indent:-18.0pt;mso-list:l0 level1 lfo2;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&amp;middot;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;Reporting Deployment and Usage Troubleshooting&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoListParagraph" style="text-indent:-18.0pt;mso-list:l0 level1 lfo2;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&amp;middot;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;Operations Manager 2007 R2 RC Upgrade Guide&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoListParagraph" style="text-indent:-18.0pt;mso-list:l0 level1 lfo2;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&amp;middot;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;Operations Manager 2007 R2 RC Security Guide&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoListParagraph" style="text-indent:-18.0pt;mso-list:l0 level1 lfo2;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&amp;middot;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;Operations Manager 2007 R2 RC Operations Guide&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoListParagraph" style="text-indent:-18.0pt;mso-list:l0 level1 lfo2;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&amp;middot;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;Operations Manager 2007 R2 RC Usage Guide&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoListParagraph" style="text-indent:-18.0pt;mso-list:l0 level1 lfo2;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&amp;middot;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;Operations Manager Management Pack Guide for Operations Manager 2007 R2&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span class="MsoHyperlink"&gt;&lt;span style="font-size:10.0pt;"&gt;&lt;a href="http://connect.microsoft.com/Downloads/DownloadDetails.aspx?SiteID=446&amp;amp;DownloadID=17270"&gt;Operations Manager 2007 R2 Release Candidate Release Notes&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="MsoHyperlink"&gt;&lt;span style="font-size:10.0pt;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span class="MsoHyperlink"&gt;&lt;span style="font-size:10.0pt;"&gt;&lt;a href="http://connect.microsoft.com/Downloads/DownloadDetails.aspx?SiteID=446&amp;amp;DownloadID=17269"&gt;Operations Manager 2007 R2 Release Candidate Documentation&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span class="MsoHyperlink"&gt;&lt;span style="font-size:10.0pt;"&gt;&lt;span style="text-decoration:none;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="color:#1F497D;"&gt;The&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span&gt; Service Level Dashboard 2.0 Beta for Operations Manager 2007 R2, available here:&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span class="MsoHyperlink"&gt;&lt;span style="font-size:10.0pt;"&gt;&lt;a href="http://connect.microsoft.com/Downloads/DownloadDetails.aspx?SiteID=446&amp;amp;DownloadID=17272"&gt;Service Level Dashboard v2 Beta for Operations Manager 2007 R2&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="MsoHyperlink"&gt;&lt;span style="font-size:10.0pt;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span class="MsoHyperlink"&gt;&lt;span style="font-size:14.0pt;"&gt;&lt;span style="text-decoration:none;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoListParagraph"&gt;&lt;span class="MsoHyperlink"&gt;&lt;span style="font-size:14.0pt;"&gt;&lt;span style="text-decoration:none;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;    &lt;/div&gt;    &lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://wmug.co.uk/aggbug.aspx?PostID=1615" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/aquilaweb/~4/-HeNB2Cm274" height="1" width="1"/&gt;</description><feedburner:origLink>http://wmug.co.uk/blogs/aquilaweb/archive/2009/03/26/system-center-operations-manager-2007-r2-release-candidate-now-available.aspx</feedburner:origLink></item><item><title>Problem with the IIS Modules QFE (957123) for IIS7 Monitoring</title><link>http://feedproxy.google.com/~r/aquilaweb/~3/wWCuMIZj_I0/problem-with-the-iis-modules-qfe-957123-for-iis7-monitoring.aspx</link><pubDate>Wed, 25 Feb 2009 21:38:00 GMT</pubDate><guid isPermaLink="false">10c3822e-6a55-4a1a-8d52-5181c69a645b:1574</guid><dc:creator>David Allen MVP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://wmug.co.uk/blogs/aquilaweb/rsscomments.aspx?PostID=1574</wfw:commentRss><comments>http://wmug.co.uk/blogs/aquilaweb/archive/2009/02/25/problem-with-the-iis-modules-qfe-957123-for-iis7-monitoring.aspx#comments</comments><description>&lt;p&gt;If you downloaded this QFE for IIS7 monitoring, you will want to take a look at this post from the Operations Manager team at Microsoft, NOW.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/momteam/archive/2009/02/25/problem-with-the-iis-modules-qfe-957123.aspx"&gt;http://blogs.technet.com/momteam/archive/2009/02/25/problem-with-the-iis-modules-qfe-957123.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The download has now been pulled and will be made available again when sorted.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://wmug.co.uk/aggbug.aspx?PostID=1574" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/aquilaweb/~4/wWCuMIZj_I0" height="1" width="1"/&gt;</description><category domain="http://wmug.co.uk/blogs/aquilaweb/archive/tags/OpsMgr+2007/default.aspx">OpsMgr 2007</category><feedburner:origLink>http://wmug.co.uk/blogs/aquilaweb/archive/2009/02/25/problem-with-the-iis-modules-qfe-957123-for-iis7-monitoring.aspx</feedburner:origLink></item><item><title>Dynamically Exclude Page File Drives from being Monitored</title><link>http://feedproxy.google.com/~r/aquilaweb/~3/Lg9XfYQbR7I/dynamically-exclude-page-file-drives-from-being-monitored.aspx</link><pubDate>Tue, 24 Feb 2009 22:00:00 GMT</pubDate><guid isPermaLink="false">10c3822e-6a55-4a1a-8d52-5181c69a645b:1408</guid><dc:creator>David Allen MVP</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://wmug.co.uk/blogs/aquilaweb/rsscomments.aspx?PostID=1408</wfw:commentRss><comments>http://wmug.co.uk/blogs/aquilaweb/archive/2009/02/24/dynamically-exclude-page-file-drives-from-being-monitored.aspx#comments</comments><description>&lt;p&gt;In the world of standard server builds, it is quite common now to have a dedicated drive just for the system page file.&amp;nbsp; Usually this drive is partitioned to be just big enough to store the pagefile which means under normal monitoring it will constantly be in alarm.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Create a new group, give it a name and select a&amp;nbsp;management pack&amp;nbsp;then select Dynamic Members.&amp;nbsp; Click Create/Edit Rules and create the following query:&amp;nbsp;&lt;strong&gt; ( Object is Windows Server 2008 Logical Disk AND ( Device ID Equals O: ) AND True )&lt;/strong&gt; .&amp;nbsp; Obviously change the object to Windows Server 2000 or 2003 Logical Disk as required and change the value of the device ID for the relevant drive letter.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img height="451" width="558" src="http://wmug.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/aquilaweb/query_5F00_builder.png" alt="Query Builder" /&gt;&lt;/p&gt;
&lt;p&gt;Once the query is in place, create the group.&amp;nbsp; To confirm your new group has populated with the correct objects, right click your new group and select View Members.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img height="71" width="577" src="http://wmug.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/aquilaweb/managed_5F00_objects.png" alt="Managed Objects" /&gt;&lt;/p&gt;
&lt;p&gt;Hopefully your group will be populated with all your page file logical disk objects which means the group can now be used to override the logical disk free space monitors.&amp;nbsp; Populating the group dynamically also means that as servers are added and removed from your management group, the drive objects in the group will be automatically updated.&lt;/p&gt;
&lt;p&gt;As usual, I hope this is helpful.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://wmug.co.uk/aggbug.aspx?PostID=1408" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/aquilaweb/~4/Lg9XfYQbR7I" height="1" width="1"/&gt;</description><category domain="http://wmug.co.uk/blogs/aquilaweb/archive/tags/OpsMgr+2007/default.aspx">OpsMgr 2007</category><feedburner:origLink>http://wmug.co.uk/blogs/aquilaweb/archive/2009/02/24/dynamically-exclude-page-file-drives-from-being-monitored.aspx</feedburner:origLink></item></channel></rss>
