<?xml version="1.0" encoding="iso-8859-1"?>
<!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>System Center Forum &#187; Essentials 2007</title>
	<link>http://www.systemcenterforum.org</link>
	<description>Community Solutions for the Microsoft System Center Suite</description>
	<pubDate>Wed, 14 May 2008 12:10:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>Opsmgr: How to Exclude SQL Components from Monitoring (and Remove Discovery Data)</title>
		<link>http://www.systemcenterforum.org/909/</link>
		<comments>http://www.systemcenterforum.org/909/#comments</comments>
		<pubDate>Wed, 14 May 2008 06:58:17 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/909/</guid>
		<description><![CDATA[Below are some procedures for excluding SQL database engine instances, SQL databases and SQL Agent jobs from discovery and/or monitoring. To exclude these components from monitoring, we need to:

Override the Object Discoveries
Delete any existing discovery data

1.     DB Engine Instances:
If you want to exclude specific DB Engine instances by name then one [...]]]></description>
			<content:encoded><![CDATA[<p>Below are some procedures for excluding SQL database engine instances, SQL databases and SQL Agent jobs from discovery and/or monitoring. To exclude these components from monitoring, we need to:</p>
<ol>
<li>Override the Object Discoveries</li>
<li>Delete any existing discovery data</li>
</ol>
<h2>1.     DB Engine Instances:</h2>
<p>If you want to exclude specific DB Engine instances by name then one or more overrides can be applied to the <strong>&#8220;Discover SQL 2005 Database Engines (Windows Server)&#8221;</strong> (SQL 2005) or &#8220;<strong>Discover SQL 2000 Database Engines (Windows Server)&#8221;</strong> (SQL 2000) discoveries to provide an &#8220;Exclude List&#8221;.</p>
<p><strong><u>Exclude List</u></strong><u> is a comma-delimited list of </u><u>SQL</u><u> DB Engine instance names</u> as shown in <strong>figure 1</strong> below.  If you want to exclude whole servers entirely from having their DB Engine instances discovered then you could right-click on the discovery select <strong>&#8220;Overrides&#8221; -&gt; &#8220;Disable the object discovery&#8221; -&gt; &#8220;For a specific object of type: Windows Server&#8221;</strong> and select the systems they want excluded.</p>
<p><img src="http://www.it-jedi.net/photos/opsmgr/SQLDiscovery/figure1.png" height="279" width="732" /></p>
<p><strong><span style="font-size: 11pt; font-family: 'Arial','sans-serif'; color: black">Figure 1</span></strong><span style="font-size: 11pt; font-family: 'Arial','sans-serif'; color: black"> Override for Exclude List on &#8220;SQL 2005 Database Engine&#8221;.</span></p>
<h2>2.     SQL Databases:</h2>
<p>The process for SQL databases is quite similar to that of the SQL DB engine.  One or more overrides can be applied to the &#8220;Discover Databases for a Database Engine&#8221; (SQL 2005) or &#8220;Discover SQL 2000 Databases&#8221; (SQL 2000) discoveries to provide an <strong>Exclude List</strong> which is a comma-delimited list of DB names to exclude, which is shown in figure 2 below.</p>
<p><u>Likewise if you wanted to exclude whole SQL DB engine instances</u> from having their databases discovered then they could right-click on the discovery select &#8220;<strong>Overrides&#8221; -&gt; &#8220;Disable the object discovery&#8221; -&gt; &#8220;For a specific object of type: SQL 2005 DB Engine&#8221;</strong> and select the DB Engine instances they want excluded.</p>
<p><img src="http://www.it-jedi.net/photos/opsmgr/SQLDiscovery/figure2.png" height="292" width="778" /> <strong><span style="font-size: 11pt; font-family: 'Arial','sans-serif'; color: black">Figure 2</span></strong><span style="font-size: 11pt; font-family: 'Arial','sans-serif'; color: black"> Override for exclude list on &#8220;Discover Databases for a Database Engine&#8221;.</span></p>
<h2>3.     Long Running Jobs:</h2>
<p>There are two (technically three) ways this monitoring is provided: On a per-SQL agent basis (SQL 2005 only) and on a per-job basis (SQL 2000 and SQL 2005).</p>
<h3>On a per-&#8221;<em>SQL agent instances</em>&#8221; basis (SQL 2005 only):</h3>
<p>This is the only monitoring that is &#8220;turned on&#8221; by default and it&#8217;s only provided in the SQL 2005 MP.  I put turned on in quotes because all of the monitors are enabled but the job specific monitors are targeted at classes which are not discovered by default in the MP.  The behavior of this monitoring is that every so often a script runs against each SQL agent and identifies of all the jobs that are run by that agent, what the duration of the longest job was.  That value is then compared against the threshold (defaults to 120 minutes) and an alert is raised is the threshold is exceeded.</p>
<p>So regardless of how many jobs are hosted on an instance of SQL agent, if one or more of them deviate from the threshold then an alert will be raised for the given SQL agent by the &#8220;Long Running Jobs&#8221; monitor.  Exclusions here are handled by standard overrides on the &#8220;Long Running Jobs&#8221; monitor as shown in figure 3 and should consist of instances of the &#8220;SQL 2005 Agent&#8221; class.</p>
<p><strong>On a <em>&#8220;per-job basis&#8221;</em> (SQL 2000 and SQL 2005):  </strong></p>
<p>This monitoring is available in both the SQL 2005 and SQL 2000 MPs via the &#8220;Job Duration&#8221; monitor associated with the &#8220;SQL 2005 Agent Job&#8221; and &#8220;SQL 2000 Agent Job&#8221; classes respectively.  In order to get this monitoring the user needs to enable the discovery of individual jobs, which can be done via overrides on the &#8220;<strong>Discover </strong><strong>SQL 2000 Agent Jobs</strong>&#8221; and &#8220;<strong>Discover </strong><strong>SQL 20005 Agent Jobs</strong>&#8221; object discoveries.  Once jobs are being discovered, then each job will have this monitor associated with it.  The behavior of the monitor is rather straight forward in that it looks at the most recent duration for a given job and will evaluates that duration against two values; a lower threshold and an upper threshold.  If the duration is below the lower threshold then the state of the monitor for that job is set to green.  If the duration is above the lower and below the upper then state is turned to yellow/warning.  If the duration exceeds the upper threshold then the state changes to red/error.</p>
<p>Exclusions for the &#8220;Job Duration&#8221; monitor would be done via standard overrides to that monitor, providing a list of &#8220;SQL 2005 Agent Job&#8221; or &#8220;SQL 2000 Agent Job&#8221; instances that the override would apply to.</p>
<p><img src="http://it-jedi.net/photos/opsmgr/SQLDiscovery/figure3.png" height="419" width="609" /></p>
<p><strong><span style="font-size: 11pt; font-family: 'Arial','sans-serif'; color: black">Figure 3</span></strong> <span style="font-size: 11pt; font-family: 'Arial','sans-serif'; color: black">Configuring overrides on the &#8220;Long Running Jobs&#8221; monitor for specific SQL 2005 agent instances.</span></p>
<h2>To Delete Discovery Data</h2>
<p>Instructions for deleting discovery data using the <strong>remove-disabledmonitoringobject</strong> cmdlet can be found <a href="http://www.systemcenterforum.org/powershell-tip-removing-discovery-data-in-operations-manager-2007-sp1/" target="_blank">HERE</a>.<br />
<span style="font-size: 11pt; font-family: 'Arial','sans-serif'; color: black"><o:p></o:p></span><br />
<span style="font-size: 11pt; font-family: 'Arial','sans-serif'; color: black"><o:p></o:p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/909/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Opsmgr: Identifying source cause of excess resource consumption with diagnostics [Sample MP]</title>
		<link>http://www.systemcenterforum.org/opsmgr-identifying-source-cause-of-excess-resource-consumption-with-diagnostics-sample-mp/</link>
		<comments>http://www.systemcenterforum.org/opsmgr-identifying-source-cause-of-excess-resource-consumption-with-diagnostics-sample-mp/#comments</comments>
		<pubDate>Mon, 12 May 2008 16:00:02 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[Management Packs]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/opsmgr-identifying-source-cause-of-excess-resource-consumption-with-diagnostics-sample-mp/</guid>
		<description><![CDATA[When CPU and memory resource consumption are running at or near 100%, the first thing an administrator wants to check is what processes are running at the time the excess resource consumption took place. The problem is that by the time you can get to a machine and retrieve a list of running processes, the [...]]]></description>
			<content:encoded><![CDATA[<p>When CPU and memory resource consumption are running at or near 100%, the first thing an administrator wants to check is what processes are running at the time the excess resource consumption took place. The problem is that by the time you can get to a machine and retrieve a list of running processes, the condition has improved and the evidence gone.</p>
<p>This problem can be easily overcome in Operations Manager or Essentials 2007 using a new feature called a <strong>diagnostic</strong> to automatically perform data collection tasks at the time a condition is encountered. However, you will not find the appropriate diagnostic in place out of the box.</p>
<p>The diagnostics in this sample <strong>Retrieve Running Processes MP</strong> (link provided at the end of this article) , which automatically retrieve a list of running process the moment the alert threshold is breached, ensure the offending process information is captured. Simply download and import into your environment to make immediate use of this feature (no configuration required).</p>
<p>If you are looking in the Management Packs area of the Administration name, you will see the name of this sample MP is named <strong>Custom Diagnostics and Recoveries, </strong>which is so named so as to allow you to save your own diagnostics you create to this MP. The monitors shown in figure 1 represent the monitors in the Windows 2003 Base OS Management Pack that will alert when CPU and/or memory utilization break MS recommended thresholds.</p>
<h1>How it Works</h1>
<p>This management pack creates a diagnostic on each of the five monitors in the Windows 2003 Base OS Management Pack (shown in <strong>figure 1</strong>) that automatically dumps a list of running processes on the target machine when the threshold of the monitor is breached. The output can then be viewed in the Health Explorer for the target machine for the monitor in critical condition, as shown in <strong>figure 2</strong>. The settings of the diagnostic itself can be seen on the <strong>Diagnostics and Recoveries</strong> tab of the monitor.</p>
<p><img border="0" width="345" src="http://www.it-jedi.net/photos/Opsmgr/DiagSampleMP/Dump_Procs_MP.png" height="319" /></p>
<p><strong>Figure 1</strong> - Monitors affected by diagnostics in the Retrieve Running Processes Sample MP. </p>
<p><img border="0" width="842" src="http://www.it-jedi.net/photos/Opsmgr/DiagSampleMP/Dump_Procs_Output.png" height="683" /></p>
<p><strong>Figure 2</strong> - Output of the Retrieve Running Processes Diagnostic</p>
<h1>Settings of the Dump Process Diagnostic</h1>
<p>The dump process diagnostic is configured with the following characteristics:</p>
<ul>
<li>Executes when the monitor is in a critical state</li>
<li>Executes automatically</li>
<li>Executes tasklist.exe to dump the list of running processes.</li>
</ul>
<p><img border="0" width="551" src="http://www.it-jedi.net/photos/Opsmgr/DiagSampleMP/Dump_Procs_1.png" height="440" /></p>
<p><strong>Figure 3</strong> - Retrieve Running Processes Diagnostic Settings(1)</p>
<p><font face="Calibri"><img border="0" width="503" src="http://www.it-jedi.net/photos/Opsmgr/DiagSampleMP/Dump_Procs_2.png" height="360" /></font></p>
<p><strong>Figure 4</strong> - Retrieve Running Processes Diagnostic Settings(2)</p>
<h1>Conclusion</h1>
<p>Hopefully this has increased your awareness of the usefulness of diagnostics in Operations Manager 2007. Download the <a target="_blank" href="http://systemcenterforum.org/wp-content/uploads/RetrieveRunningProcessesMP.zip"><strong>Retrieve Running Processes Sample MP</strong> HERE</a>:</p>
<p>Have a cool script, MP or other System Center Solution you&#8217;d like to share? Submit an entry in the <a target="_blank" href="http://www.systemcenterusergroup.com/content/contesthome.aspx">System Center Solutions Contest</a> for a chance to win an Xbox, Zune 2 and other great prizes! Visit the <a target="_blank" href="http://www.systemcenterusergroup.com/content/contesthome.aspx">System Center Virtual User Group </a>website for more information today!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/opsmgr-identifying-source-cause-of-excess-resource-consumption-with-diagnostics-sample-mp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Opsmgr: Tip for daily improvements in monitoring and service delivery</title>
		<link>http://www.systemcenterforum.org/opsmgr-tip-for-daily-improvements-in-monitoring-and-service-delivery/</link>
		<comments>http://www.systemcenterforum.org/opsmgr-tip-for-daily-improvements-in-monitoring-and-service-delivery/#comments</comments>
		<pubDate>Thu, 08 May 2008 21:00:47 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/opsmgr-tip-for-daily-improvements-in-monitoring-and-service-delivery/</guid>
		<description><![CDATA[On any Operations Manager administrators daily to-do list should be alert review and rule tuning.
Effective alert tuning means that every alert should ideally have its place. This does not always work out, but you definitely want to have a bucket for classifying most common possibilities. Generally this is done with custom alert resolution states (only [...]]]></description>
			<content:encoded><![CDATA[<p>On any Operations Manager administrators daily to-do list should be <strong>alert review and rule tuning</strong>.</p>
<p>Effective alert tuning means that every alert should ideally have its place. This does not always work out, but you definitely want to have a bucket for classifying most common possibilities. Generally this is done with custom alert resolution states (only NEW and CLOSED exist by default).</p>
<p>The underlying philosophy is that consistent evaluation of alerts, and appropriate disposition leads to 1) a higher percentage of actionable alerts over time, 2) remediation of lingering service issues in the environment and 3) greater respect for Operations Manager and the importance of the monitoring function by IT support staff and service owners 4) and theoretically, better tuned (and thus better performing) IT services.</p>
<p>Here is an example of a very basic, yet effective system for daily processing alerts. For each active alert:</p>
<ol>
<li><strong>Resolve</strong> alert if condition no longer exists (transient failures)</li>
<li><strong>Remediate </strong>the issue represented in the alert</li>
<li><strong>Escalate</strong> to next support tier or SME (using custom resolution state)</li>
<li><strong>Tune</strong> the source rule or monitor as appropriate if the alert is not actionable. This may involve threshold or disable overrides.</li>
<li><strong>Bug</strong> - I have a custom resolution state I use flag potential bugs to investigate and/or report back to MS.</li>
<li><strong>Other</strong> - Some alerts I have to flag with a resolution state for later investigation on my part, such as with runtime script failures.</li>
</ol>
<p>Some organizations use custom resolution states to assign alerts to service owners or teams (e.g. - a resolution state of ‘Assign to Exchange team&#8217;).  This is fine, but at the end of the day, this method <em>does not prompt immediate action</em> from the service administrator - and let&#8217;s face it, occasionally a more direct approach is warranted.</p>
<p>That&#8217;s why I love the <a href="http://www.systemcenterforum.org/downloads/#235" target="_blank">Alert Forward Task MP</a> (from Cameron Fuller), which is the MP that allows you to forward an alert via e-mail to an address you supply when you launch the task.</p>
<p>I have modified the version I use just a bit. I modified the script to include <strong>Please Investigate</strong>: in front of the alert name in the subject line.  The <strong>From</strong>: address is a shared mailbox for the Opsmgr admin team. When I find a legitimate alert that needs to be investigated (particularly one that has been ignored or missed by service administrator for several days, weeks or <em>months</em>), I simply click the <strong>forward alert via e-mail</strong> task and send a friendly reminder. (<em>Hey, what&#8217;s up? It&#8217;s me. You know, that alert you&#8217;ve been ignoring</em>?)</p>
<p>I find this action always launches discussion, and frequently leads to collaboration between myself and the service administrator, and often quick resolution of important issues. If you don&#8217;t use custom resolution states and the <a href="http://www.systemcenterforum.org/downloads/#235" target="_blank">Alert Forward Task MP</a> today, I definitely encourage you to consider how these tools can improve both the effectiveness of your monitoring initiatives and have a positive impact the quality of your IT service delivery.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/opsmgr-tip-for-daily-improvements-in-monitoring-and-service-delivery/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Opsmgr: Another Gateway Secret Revealed!</title>
		<link>http://www.systemcenterforum.org/opsmgr-another-gateway-secret-revealed/</link>
		<comments>http://www.systemcenterforum.org/opsmgr-another-gateway-secret-revealed/#comments</comments>
		<pubDate>Wed, 07 May 2008 00:01:12 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/opsmgr-another-gateway-secret-revealed/</guid>
		<description><![CDATA[We revealed to you shortly after SP1 that the MOMCertImport tool had a new GUI, which is used to read the certificate serial and write it to the registry so the Health Service knows which certificate to use. But what if we told you that exporting the certificate was no longer necessary?
That&#8217;s right! The MOMCertImport [...]]]></description>
			<content:encoded><![CDATA[<p>We revealed to you shortly after SP1 that the <a href="http://www.systemcenterforum.org/momcertimport-tool-gets-a-gui-makeover-in-operations-manager-2007-sp1/" target="_blank">MOMCertImport tool had a new GUI</a>, which is used to read the certificate serial and write it to the registry so the Health Service knows which certificate to use. But what if we told you that exporting the certificate was no longer necessary?</p>
<p>That&#8217;s right!<u> The MOMCertImport tool now actually reads certificates right out of the certificate store</u>. And in our tests, the MOMCertImport UI only displays certificates capable for use in certificate authentication. If you export your cert and delete from the store, and then launch MOMCertImport, the UI comes up empty.</p>
<p>This is great for two reasons - 1) We know longer risk export of the certificate private key to disk and 2) Fewer steps in implementation (which is positive for TCO).</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><em> </em></p>
<p><em>Has your brilliance gone unrecognized? Why not show off your System Center skills? Check out the <a href="http://www.systemcenterusergroup.com/content/ContestHome.aspx" target="_blank">System Center Solutions Contest</a> now in progress at the <a href="http://www.systemcenterusergroup.com">System Center Virtual User Group</a> for a chance to win an Xbox 360, Zune 2 or other great prizes.</em></p>
<p><em>Update your MOM skills to Operations Manager 2007 at the </em><a href="http://www.systemcenterforum.org/training" target="_blank"><em>Operations Manager 2007</em><strong><em> </em></strong><em>Bootcamp</em></a><em>! Check the </em><a href="http://www.systemcenterforum.org/operations-manager-2007-bootcamp-schedule/" target="_blank"><em>2008 Bootcamp Schedule</em></a><em> and request pricing and availability </em><a href="http://systemcenterforum.org/contact" target="_blank"><em>HERE</em></a><em>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/opsmgr-another-gateway-secret-revealed/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Silect Software Wiki now available</title>
		<link>http://www.systemcenterforum.org/silect-software-wiki-now-available/</link>
		<comments>http://www.systemcenterforum.org/silect-software-wiki-now-available/#comments</comments>
		<pubDate>Tue, 06 May 2008 12:55:01 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[ISV]]></category>

		<category><![CDATA[Management Packs]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/silect-software-wiki-now-available/</guid>
		<description><![CDATA[Occassionally, a resource comes along that changes my operational processes (for the better) with regard to Operations Manager 2007. I think this is one of them.
Silect started with the release of MP Studio Lite for free MP reporting and browsing. I&#8217;m already using this to explore my unsealed MPs where I store overrides.
Now, the Silect Software team has [...]]]></description>
			<content:encoded><![CDATA[<p>Occassionally, a resource comes along that changes my operational processes (for the better) with regard to Operations Manager 2007. I think this is one of them.</p>
<p>Silect started with the release of <a target="_blank" href="http://www.systemcenterforum.org/silect-announces-mp-studio-lite-available-as-free-download/">MP Studio Lite </a>for free MP reporting and browsing. I&#8217;m already using this to explore my unsealed MPs where I store overrides.</p>
<p>Now, the Silect Software team has done it again! The group created a Wiki with MP reports on the various MP versions. Additionally, they have zip file downloads illustrating the differences between MP versions. Very convenient to be sure.</p>
<p>Check it out at the URL below:</p>
<p><a href="http://www.silect.com/wiki/doku.php?id=mps:latestreleasedmps">http://www.silect.com/wiki/doku.php?id=mps:latestreleasedmps</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/silect-software-wiki-now-available/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Silect Announces MP Studio Lite available as free download</title>
		<link>http://www.systemcenterforum.org/silect-announces-mp-studio-lite-available-as-free-download/</link>
		<comments>http://www.systemcenterforum.org/silect-announces-mp-studio-lite-available-as-free-download/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 17:11:26 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/silect-announces-mp-studio-lite-available-as-free-download/</guid>
		<description><![CDATA[Silect Studio has delivered for the Operations Manager community in a big way with MP Studio 2007 Lite, a scaled down version of MP Studio designed primarily for MP reporting (in HTML format). Much needed add-on for the Operations Manager community.
Did I mention it&#8217;s free?!
Download at the URL below and request your license
http://www.silect.com/downloads/MPStudio2007Lite.zip
]]></description>
			<content:encoded><![CDATA[<p>Silect Studio has delivered for the Operations Manager community in a big way with MP Studio 2007 Lite, a scaled down version of MP Studio designed primarily for MP reporting (in HTML format). Much needed add-on for the Operations Manager community.</p>
<p>Did I mention it&#8217;s free?!</p>
<p>Download at the URL below and request your license</p>
<p><a href="http://www.silect.com/downloads/MPStudio2007Lite.zip">http://www.silect.com/downloads/MPStudio2007Lite.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/silect-announces-mp-studio-lite-available-as-free-download/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Community Development Project: Your Feedback Requested</title>
		<link>http://www.systemcenterforum.org/community-development-project-your-feedback-requested/</link>
		<comments>http://www.systemcenterforum.org/community-development-project-your-feedback-requested/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 11:05:46 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[Management Packs]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/community-development-project-your-feedback-requested/</guid>
		<description><![CDATA[Even with the keynote still in progress, good things are coming from the face-to-face contact with fellow System Center community members at MMS 2008.
After a lengthy discussion last night, some members of the System Center User Group decided to launch a community development effort to develop a proper, model-based File System Management Pack for Operations  [...]]]></description>
			<content:encoded><![CDATA[<p>Even with the keynote still in progress, good things are coming from the face-to-face contact with fellow System Center community members at MMS 2008.</p>
<p>After a lengthy discussion last night, some members of the <a target="_blank" href="http://www.systemcenterusergroup.com">System Center User Group</a> decided to launch a community development effort to develop a proper, model-based File System Management Pack for Operations  Manager 2007. The group is asking for your input into the design phase of the effort.</p>
<p>Read more and offer your feedback on the System Center User Group site <a target="_blank" href="http://www.systemcenterusergroup.com/blogs/administrator/archive/2008/04/30/community-development-project-file-system-management-pack-your-feedback-requested.aspx">HERE</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/community-development-project-your-feedback-requested/feed/</wfw:commentRss>
		</item>
		<item>
		<title>DNS Check MP</title>
		<link>http://www.systemcenterforum.org/dns-check-mp/</link>
		<comments>http://www.systemcenterforum.org/dns-check-mp/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 03:06:24 +0000</pubDate>
		<dc:creator>Neale</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[Management Packs]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/dns-check-mp/</guid>
		<description><![CDATA[There is another addition to the downloads section that will check the availability of a DNS server by running a &#34;nslookup&#34; type test.&#160; This MP uses a 3rd Party DLL called Simple DNS Resolver to make the DNS calls.&#160; The VBscript that is included in this MP will test a FQDN using the nameservers specified [...]]]></description>
			<content:encoded><![CDATA[<p>There is another addition to the downloads section that will check the availability of a DNS server by running a &quot;nslookup&quot; type test.&#160; This MP uses a 3rd Party DLL called <strong>Simple DNS Resolver </strong>to make the DNS calls.&#160; The VBscript that is included in this MP will test a FQDN using the nameservers specified and compares it to an IP address that is supplied as well.&#160;&#160; Not only can you really test the availability of the target DNS service, you can also use it to verify that a DNS record is returning the proper IP address.</p>
<p>After importing the MP, you can view the sample rules by changing the scope of the Rules view in the Authoring pane to Management Server.&#160; The two rules to look for is called <strong>DNS Check - Example </strong>and<strong> DNS Check Failure</strong>.&#160; The <strong>DNS Check - Example</strong> contains the script that will check DNS availability and the <strong>DNS Check Failure</strong> rule checks for the event IDs logged by the <strong>DNS Check - Example</strong> rule.</p>
<p>You can download the <strong>Simple DNS Resolver</strong> from the author&#8217;s site at <a href="http://www.kartmann.org/software/SimpleDNSClient/Readme.htm" target="_blank">kartmann.org</a> and you can download the sample MP located in our Downloads section called <a title="DNS Check MP" href="http://systemcenterforum.org/wp-content/uploads/DNS.Check.MP.zip">DNS Check MP</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/dns-check-mp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Packing for MMS 2008 in Vegas</title>
		<link>http://www.systemcenterforum.org/packing-for-mms-2008-in-vegas/</link>
		<comments>http://www.systemcenterforum.org/packing-for-mms-2008-in-vegas/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 19:04:32 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/packing-for-mms-2008-in-vegas/</guid>
		<description><![CDATA[I am flying in for the big show in the morning. Very excited to meet many of you in person for the first time. I&#8217;ll be in the community session briefly on Tuesday, presenting in a session on the Operations Manager Gateway role and Mutual Auth Friday morning, and in various Q &#38; A capacities [...]]]></description>
			<content:encoded><![CDATA[<p>I am flying in for the big show in the morning. Very excited to meet many of you in person for the first time. I&#8217;ll be in the community session briefly on Tuesday, presenting in a session on the Operations Manager Gateway role and Mutual Auth Friday morning, and in various Q &amp; A capacities in the in between times as well.</p>
<p> Remember, what happens in Vegas, stays in Vegas - usually ;)</p>
<p>See you  there!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/packing-for-mms-2008-in-vegas/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ReSearch This! Knowledge Base</title>
		<link>http://www.systemcenterforum.org/research-this-knowledge-base-143/</link>
		<comments>http://www.systemcenterforum.org/research-this-knowledge-base-143/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 12:00:37 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[KB]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/research-this-knowledge-base-143/</guid>
		<description><![CDATA[Here are the results of a form posted 04/25/2008 8:00AM:
Alert: Network Adapter Disconnected
Issue: Network adapter is not connected
Resolution: Either disable this monitor for this specific instance on this specific server, or determine why it has been disconnected.
Submitted By: Cade
]]></description>
			<content:encoded><![CDATA[<p>Here are the results of a form posted 04/25/2008 8:00AM:</p>
<p>Alert: Network Adapter Disconnected</p>
<p>Issue: Network adapter is not connected</p>
<p>Resolution: Either disable this monitor for this specific instance on this specific server, or determine why it has been disconnected.</p>
<p>Submitted By: Cade</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/research-this-knowledge-base-143/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to force immediate software installation in Essentials 2007 [Tips]</title>
		<link>http://www.systemcenterforum.org/how-to-force-immediate-software-installation-in-essentials-2007-tips/</link>
		<comments>http://www.systemcenterforum.org/how-to-force-immediate-software-installation-in-essentials-2007-tips/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 15:00:00 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Tips -n- Tricks]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/how-to-force-immediate-software-installation-in-essentials-2007-tips/</guid>
		<description><![CDATA[I just don&#8217;t have the patience to wait for software deployment. As my grandpa used to  say, &#8220;Lord give me patience, but I want it right now!&#8221;
But did you know it&#8217;s possible to force near immediate software deployment to agent managed computers with Essentials 2007?


Go to the Software space 


Set a deadline date in the past for the program package.


Run [...]]]></description>
			<content:encoded><![CDATA[<p>I just don&#8217;t have the patience to wait for software deployment. As my grandpa used to  say, &#8220;Lord give me patience, but I want it right now!&#8221;</p>
<p>But did you know it&#8217;s possible to force near immediate software deployment to agent managed computers with Essentials 2007?</p>
<ol>
<li>
<p align="left">Go to the Software space </p>
</li>
<li>
<p align="left">Set a deadline date in the past for the program package.</p>
</li>
<li>
<p align="left">Run the command “<strong>wuauclt /detectnow</strong>” on the client machine.</p>
</li>
</ol>
<p align="left"><strong>To check for success: </strong></p>
<p align="left">To check that the client recognizes the package install request, check the System Event Log for event ID: 18, as shown below:</p>
<p align="left">Event Type: Information<br />
Event Source: Windows Update Agent<br />
Event Category: Installation<br />
Event ID: 18<br />
Date:  4/23/2008<br />
Time:  12:06:20 AM<br />
User:  N/A<br />
Computer: XP<br />
Description:<br />
Installation Ready: The following updates are downloaded and ready for installation. This computer is currently scheduled to install these updates on Wednesday, April 23, 2008 at 12:06 AM:<br />
- MS GIF Animator</p>
<p align="left">&nbsp;</p>
<p align="left">&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/how-to-force-immediate-software-installation-in-essentials-2007-tips/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SMTP Check MP for Ops Mgr 2007</title>
		<link>http://www.systemcenterforum.org/smtp-check-mp-for-ops-mgr-2007/</link>
		<comments>http://www.systemcenterforum.org/smtp-check-mp-for-ops-mgr-2007/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 22:49:40 +0000</pubDate>
		<dc:creator>Neale</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[Management Packs]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/smtp-check-mp-for-ops-mgr-2007/</guid>
		<description><![CDATA[I have created a MP that will check a target server&#8217;s SMTP service by using telnet.  The script included in the sample MP will require a command (to run on the target server) and an expected response (usually a string).  The VBscript part of this MP uses the Toolsack Baseline dll (from Toolsack Software) to [...]]]></description>
			<content:encoded><![CDATA[<p>I have created a MP that will check a target server&#8217;s SMTP service by using telnet.  The script included in the sample MP will require a command (to run on the target server) and an expected response (usually a string).  The VBscript part of this MP uses the Toolsack Baseline dll (from Toolsack Software) to perform the telnet functions.  When you import this MP, can you find the example rules by changing the scope of the Rules View in the Authoring pane to Management server.  You can implement this MP in a SCE environment as well. </p>
<p>This is better than a port check, as it allows you to send an SMTP command (like EHLO) and check the string returned to make sure the server is open for business. A readme is included with the MP download.</p>
<p>Note: Which ever server you pick to run the scripts/rules from this MP, it must have the Toolsack baseline package installed.  You can visit the site <a href="http://www.toolsack.com">www.toolsack.com</a> to download the DLL.</p>
<p>You can find the MP in the downloads section called &#8220;<strong>SMTP Check for Ops Mgr 07&#8243; </strong>or you can download it from <strong><a target="_blank" href="http://systemcenterforum.org/wp-content/uploads/SMTP.Check.MP.zip">here</a></strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/smtp-check-mp-for-ops-mgr-2007/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Quest Extensions (eXc) for Opsmgr 2007 now supported on virtual machines</title>
		<link>http://www.systemcenterforum.org/quest-extensions-exc-for-opsmgr-2007-now-supported-on-virtual-machines/</link>
		<comments>http://www.systemcenterforum.org/quest-extensions-exc-for-opsmgr-2007-now-supported-on-virtual-machines/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 10:31:52 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[Management Packs]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/quest-extensions-exc-for-opsmgr-2007-now-supported-on-virtual-machines/</guid>
		<description><![CDATA[The development team reports that while making some WMI-related improvements in preparation for Windows 2008 and Vista, they were also able to take time to resolve the performance issues common to running their virtual agents on a virtual guest. Thus, they now support Quest Extensions for Operations Manager 2007 running in a virtual machine.
NOTE: This  includes support [...]]]></description>
			<content:encoded><![CDATA[<p>The development team reports that while making some WMI-related improvements in preparation for Windows 2008 and Vista, they were also able to take time to resolve the performance issues common to running their virtual agents on a virtual guest. Thus, they now support Quest Extensions for Operations Manager 2007 running in a virtual machine.</p>
<p><strong>NOTE:</strong> This  includes support for guests on VMware ESX, which should address the issue for most enterprise users.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/quest-extensions-exc-for-opsmgr-2007-now-supported-on-virtual-machines/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Essentials 2007 in May 2008 TechNet Magazine</title>
		<link>http://www.systemcenterforum.org/essentials-2007-in-may-2008-technet-magazine/</link>
		<comments>http://www.systemcenterforum.org/essentials-2007-in-may-2008-technet-magazine/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 22:00:05 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/essentials-2007-in-may-2008-technet-magazine/</guid>
		<description><![CDATA[You&#8217;ll find an article on &#8220;What&#8217;s New in Essentials 2007 SP1?&#8221; that  I wrote a few weeks ago. But you&#8217;ll also find some really nice work on AD and Windows 2008, as well as an intro to the newest member of the System  Center family, Mobile Device Manager.
Check them out at the links below:

Windows Administration: [...]]]></description>
			<content:encoded><![CDATA[<p>You&#8217;ll find an article on <a target="_blank" href="http://technet.microsoft.com/en-us/magazine/cc462800.aspx">&#8220;What&#8217;s New in Essentials 2007 SP1?&#8221; </a>that  I wrote a few weeks ago. But you&#8217;ll also find some really nice work on AD and Windows 2008, as well as an intro to the newest member of the System  Center family, Mobile Device Manager.</p>
<p>Check them out at the links below:</p>
<ul>
<li><span><a href="http://technet.microsoft.com/en-us/magazine/cc462796.aspx" onclick="javascript:Track('ctl00_ContentPlaceHolder1_ctl00|ctl00_ContentPlaceHolder1_ctl02',this);" id="ctl00_ContentPlaceHolder1_ctl02" class="ArticleHeadlineLink"><strong><font color="#c62a1a" face="Segoe UI">Windows Administration:</font></strong></a> </span><span><a href="http://technet.microsoft.com/en-us/magazine/cc462796.aspx" onclick="javascript:Track('ctl00_ContentPlaceHolder1_ctl00|ctl00_ContentPlaceHolder1_ctl03',this);" id="ctl00_ContentPlaceHolder1_ctl03" class="ArticleHeadlineText"><font color="#323e58" face="Segoe UI">Active Directory Backup and Restore in Windows Server 2008</font></a> </span></li>
<li><span><span><a href="http://technet.microsoft.com/en-us/magazine/cc462797.aspx" onclick="javascript:Track('ctl00_ContentPlaceHolder1_ctl00|ctl00_ContentPlaceHolder1_ctl04',this);" id="ctl00_ContentPlaceHolder1_ctl04" class="ArticleHeadlineLink"><strong><font color="#c62a1a" face="Segoe UI">Windows Administration:</font></strong></a> </span><span><a href="http://technet.microsoft.com/en-us/magazine/cc462797.aspx" onclick="javascript:Track('ctl00_ContentPlaceHolder1_ctl00|ctl00_ContentPlaceHolder1_ctl05',this);" id="ctl00_ContentPlaceHolder1_ctl05" class="ArticleHeadlineText"><font color="#323e58" face="Segoe UI">Designing OU Structures that Work</font></a> </span></span></li>
<li><span><span><span><a href="http://technet.microsoft.com/en-us/magazine/cc462798.aspx" onclick="javascript:Track('ctl00_ContentPlaceHolder1_ctl00|ctl00_ContentPlaceHolder1_ctl06',this);" id="ctl00_ContentPlaceHolder1_ctl06" class="ArticleHeadlineLink"><strong><font color="#c62a1a" face="Segoe UI">Windows Administration:</font></strong></a> </span><span><a href="http://technet.microsoft.com/en-us/magazine/cc462798.aspx" onclick="javascript:Track('ctl00_ContentPlaceHolder1_ctl00|ctl00_ContentPlaceHolder1_ctl07',this);" id="ctl00_ContentPlaceHolder1_ctl07" class="ArticleHeadlineText"><font color="#323e58" face="Segoe UI">Extending the Active Directory Schema</font></a> </span></span></span></li>
<li><span><a href="http://technet.microsoft.com/en-us/magazine/cc462799.aspx" onclick="javascript:Track('ctl00_ContentPlaceHolder1_ctl00|ctl00_ContentPlaceHolder1_ctl08',this);" id="ctl00_ContentPlaceHolder1_ctl08" class="ArticleHeadlineLink"><strong><font color="#800080" face="Segoe UI">System Center:</font></strong></a> </span><span><a href="http://technet.microsoft.com/en-us/magazine/cc462799.aspx" onclick="javascript:Track('ctl00_ContentPlaceHolder1_ctl00|ctl00_ContentPlaceHolder1_ctl09',this);" id="ctl00_ContentPlaceHolder1_ctl09" class="ArticleHeadlineText"><font color="#800080" face="Segoe UI">Introducing System Center Mobile Device Manager</font></a> </span></li>
<li><span><span><a href="http://technet.microsoft.com/en-us/magazine/cc462800.aspx" onclick="javascript:Track('ctl00_ContentPlaceHolder1_ctl00|ctl00_ContentPlaceHolder1_ctl10',this);" id="ctl00_ContentPlaceHolder1_ctl10" class="ArticleHeadlineLink"><strong><font color="#800080" face="Segoe UI">System Center:</font></strong></a> </span><span><a href="http://technet.microsoft.com/en-us/magazine/cc462800.aspx" onclick="javascript:Track('ctl00_ContentPlaceHolder1_ctl00|ctl00_ContentPlaceHolder1_ctl11',this);" id="ctl00_ContentPlaceHolder1_ctl11" class="ArticleHeadlineText"><font color="#800080" face="Segoe UI">What&#8217;s New in System Center Essentials SP1</font></a> </span></span></li>
</ul>
<p><span><span> <em>Update your MOM skills to Operations Manager 2007 at the </em><a target="_blank" href="http://www.systemcenterforum.org/training"><strong><font color="#788639"><em>Operations Manager 2007 Bootcamp</em></font></strong></a><em>! Check the </em><a target="_blank" href="http://www.systemcenterforum.org/operations-manager-2007-bootcamp-schedule/"><strong><font color="#788639"><em>2008 Bootcamp Schedule</em></font></strong></a><em> and request pricing and availability </em><a target="_blank" href="http://systemcenterforum.org/contact"><strong><font color="#788639"><em>HERE</em></font></strong></a><em>.</em></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/essentials-2007-in-may-2008-technet-magazine/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Understanding the Management Pack Lifecycle in Essentials and Opsmgr 2007</title>
		<link>http://www.systemcenterforum.org/understanding-the-management-pack-lifecycle-in-essentials-and-opsmgr-2007/</link>
		<comments>http://www.systemcenterforum.org/understanding-the-management-pack-lifecycle-in-essentials-and-opsmgr-2007/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 09:00:34 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[ISV]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/understanding-the-management-pack-lifecycle-in-essentials-and-opsmgr-2007/</guid>
		<description><![CDATA[It&#8217;s process that raises questions in any software platform, and controlling your management pack deployment and tuning processes is one of th most important.
The Management Pack Lifecycle Whitepaper provides great insight and process guidance around effective tuning, deployment and release management of your Operations Manager and Essentials 2007 MPs. Although written by Silect Software (a [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s process that raises questions in any software platform, and controlling your management pack deployment and tuning processes is one of th most important.</p>
<p>The Management Pack Lifecycle Whitepaper provides great insight and process guidance around effective tuning, deployment and release management of your Operations Manager and Essentials 2007 MPs. Although written by Silect Software (a 3rd party ISV for Opsgmr and SCE), this paper is full of excellent guidance (and I am not paid to say that).</p>
<p> Download the Managment Pack Lifecycle Whitepaper from Silect <a target="_blank" href="http://www.silect.com/products/MPLifecycleWhitepaper.pdf">HERE</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/understanding-the-management-pack-lifecycle-in-essentials-and-opsmgr-2007/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Remote Operations Manager Deployment Guide for Essentials 2007 now available</title>
		<link>http://www.systemcenterforum.org/remote-operations-manager-deployment-guide-for-essentials-2007-now-available/</link>
		<comments>http://www.systemcenterforum.org/remote-operations-manager-deployment-guide-for-essentials-2007-now-available/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 13:20:11 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Service Providers]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/remote-operations-manager-deployment-guide-for-essentials-2007-now-available/</guid>
		<description><![CDATA[The Remote Operations Manager Deployment Guide for Essentials 2007 is now available for download from the Microsoft website. For those of you not familar with Remote Operations Manager, it is the Essentials add-on that allows managed services providers to remotely monitor Essentials environments at remote customer sites.
The deployment guide discusses best practices for deploying Remote [...]]]></description>
			<content:encoded><![CDATA[<p>The Remote Operations Manager Deployment Guide for Essentials 2007 is now available for download from the Microsoft website. For those of you not familar with <a target="_blank" href="http://www.systemcenterforum.org/system-center-remote-operations-manager-2007-rtm-requires-spla/">Remote Operations Manager</a>, it is the Essentials add-on that allows managed services providers to remotely monitor Essentials environments at remote customer sites.</p>
<p><span>The deployment guide discusses best practices for deploying Remote Operations Manager 2007. The guide includes the following:<br />
• Architecture<br />
• Security<br />
• Requirements<br />
• Service Provider Site Deployment<br />
• Customer Site Deployment<br />
• Post-Deployment Tasks </span></p>
<p> Download the guide <a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=4B621EB7-01BB-45F5-9A77-52853F06EEC9&amp;displaylang=en">HERE</a></p>
<p><a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=4B621EB7-01BB-45F5-9A77-52853F06EEC9&amp;displaylang=en"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/remote-operations-manager-deployment-guide-for-essentials-2007-now-available/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Windows Network Share File Copy Response Script</title>
		<link>http://www.systemcenterforum.org/windows-network-share-file-copy-response-script/</link>
		<comments>http://www.systemcenterforum.org/windows-network-share-file-copy-response-script/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 23:59:52 +0000</pubDate>
		<dc:creator>Neale</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[Management Packs]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/windows-network-share-file-copy-response-script/</guid>
		<description><![CDATA[I created a script for a customer to measure the response time of SMB file share (Windows File Share) to test new network equipment.  I thought that this script might be useful to someone in the community so I dressed it up a bit and created two versions of it.  You can download the scripts [...]]]></description>
			<content:encoded><![CDATA[<p>I created a script for a customer to measure the response time of SMB file share (Windows File Share) to test new network equipment.  I thought that this script might be useful to someone in the community so I dressed it up a bit and created two versions of it.  You can download the scripts in a MP form <a target="_blank" href="http://systemcenterforum.org/wp-content/uploads/SMB.Performance.zip">here</a>. </p>
<p>The versions of the script are as follows:</p>
<ul>
<li><strong>Single File Share</strong> - The script will copy the file to a single server share and log the response time.  The script will log an event if it succeeds or fails.</li>
<li><strong>Multiple File Share</strong> - The script will copy a file to multiple servers with the same share.  This script will also log an event if it succeeds or fails.   </li>
</ul>
<p>Both sample scripts listed above and included with rules in the MP as an example on how to use it.  Included in the download is a readme file that explains the command line parameters.</p>
<p>I am fairly sure this can work in SCE but I haven&#8217;t tested it so I would really appreciate some feedback from anyone that tries it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/windows-network-share-file-copy-response-script/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Refresh OpsMgr 2007 SQL MP -ver 6.0.6278.8</title>
		<link>http://www.systemcenterforum.org/refresh-opsmgr-2007-sql-mp-ver-6062788/</link>
		<comments>http://www.systemcenterforum.org/refresh-opsmgr-2007-sql-mp-ver-6062788/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 19:42:50 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/refresh-opsmgr-2007-sql-mp-ver-6062788/</guid>
		<description><![CDATA[The product team posted a March refresh to the SQL 2000 /2005 MP. This one includes several significant fixes you&#8217;ll want to check into.
 Punch list of fixes and download link at the Opsmgr Team Blog.
Update your MOM 2005 skills to Operations Manager 2007 at the  Operations Manager Bootcamp! 
Check the 2008 Bootcamp Schedule and request pricing and [...]]]></description>
			<content:encoded><![CDATA[<p>The product team posted a March refresh to the SQL 2000 /2005 MP. This one includes several significant fixes you&#8217;ll want to check into.</p>
<p> Punch list of fixes and download link at the <a target="_blank" href="http://blogs.technet.com/momteam/archive/2008/04/01/opsmgr-2007-sql-mp-version-6-0-6278-8-released.aspx">Opsmgr Team Blog</a>.</p>
<p><em>Update your MOM 2005 skills to Operations Manager 2007 at the  <a target="_blank" href="http://www.systemcenterforum.org/training"><strong><font color="#788639">Operations Manager Bootcamp</font></strong></a>! </em></p>
<p><em>Check the <a target="_blank" href="http://www.systemcenterforum.org/operations-manager-2007-bootcamp-schedule/"><strong><font color="#788639">2008 Bootcamp Schedule</font></strong></a> and request pricing and availability <a target="_blank" href="http://systemcenterforum.org/contact"><strong><font color="#788639">HERE</font></strong></a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/refresh-opsmgr-2007-sql-mp-ver-6062788/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How about a contest? (Your feedback requested)</title>
		<link>http://www.systemcenterforum.org/how-about-a-contest-your-feedback-requested/</link>
		<comments>http://www.systemcenterforum.org/how-about-a-contest-your-feedback-requested/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 13:37:23 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<category><![CDATA[SCVMM]]></category>

		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/how-about-a-contest-your-feedback-requested/</guid>
		<description><![CDATA[As you might have read earlier, the System Center Virtual User Group was launched, on March 27th. It’s a user group dedicated to providing resources for education and collaboration between users of Microsoft System Center technologies everywhere. Check it out at www.systemcenterusergroup.org.
To get the user group off to a fun start, we were discussing the [...]]]></description>
			<content:encoded><![CDATA[<p class="entry">As you might have read earlier, <a target="_blank" href="http://www.techlog.org/archive/2008/03/27/launch_of_the_system_center_vi"><font color="#265e15">the System Center Virtual User Group was launched</font></a>, on March 27th. It’s a user group dedicated to providing resources for education and collaboration between users of Microsoft System Center technologies everywhere. Check it out at <a target="_blank" href="http://www.systemcenterusergroup.org/"><font color="#265e15">www.systemcenterusergroup.org</font></a>.</p>
<p>To get the user group off to a fun start, we were discussing the possibility of hosting a contest for the best custom System Center solution, and need to know if you’d be willing to participate. Please read the following, and then post a comment to <a target="_blank" href="http://www.systemcenterusergroup.com/blogs/administrator/archive/2008/03/31/how-about-a-contest-your-feedback-requested.aspx"><font color="#265e15">this thread</font></a> if you would be willing to play.</p>
<p>The contest would showcase the best custom System Center community solution for a number of categories, including custom Management Pack (Opsmgr / Essentials), Configuration Pack (SCCM), Scripts (any System Center product), etc. Users would submit their entries to the site for judgement by a panel of System Center experts. Prizes would include <strong>XBOX 360</strong> (for the overall winner), a <strong>Zune</strong> for the first couple of runners-up overall, and then books and miscellaneous prizes for the runners-up in each category.</p>
<p><strong><u>Would you be willing to participate?</u></strong><br />
If so, <a target="_blank" href="http://www.systemcenterusergroup.com/"><font color="#265e15">register on the site (free)</font></a> and add a comment to <a target="_blank" href="http://www.systemcenterusergroup.com/blogs/administrator/archive/2008/03/31/how-about-a-contest-your-feedback-requested.aspx"><font color="#265e15">this post</font></a>. If it looks like there will be a good number of participants, we will announce something official in the next few days!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/how-about-a-contest-your-feedback-requested/feed/</wfw:commentRss>
		</item>
		<item>
		<title>User Research Study with Microsoft Product Team Requests Your Assistance</title>
		<link>http://www.systemcenterforum.org/user-research-study-with-microsoft-product-team-requests-your-assistance/</link>
		<comments>http://www.systemcenterforum.org/user-research-study-with-microsoft-product-team-requests-your-assistance/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 13:08:10 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/user-research-study-with-microsoft-product-team-requests-your-assistance/</guid>
		<description><![CDATA[Microsoft User Researchers want to receive feedback from companies that use System Center Essentials software.  We would like to meet with IT professionals who perform multiple responsibilities for their company; such as routine server maintenance tasks, various levels of troubleshooting, daily server, network or desktop management, and the planning and implementation of technology.  We want [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft User Researchers want to receive feedback from companies that use System Center Essentials software.  We would like to meet with IT professionals who perform multiple responsibilities for their company; such as routine server maintenance tasks, various levels of troubleshooting, daily server, network or desktop management, and the planning and implementation of technology.  We want to meet at your office and learn what potential improvements could be made in our software.  This gives you the chance to tell us what your needs are and speak with some members of our product team.  We highly value your time and will be offering Microsoft software in appreciation of your participation. </p>
<p>If this is something that you or others at your company would be interested in, please reply to <a href="mailto:ms_sitev@microsoft.com">ms_sitev AT microsoft.com</a> at your earliest convenience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/user-research-study-with-microsoft-product-team-requests-your-assistance/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Network Monitoring &#038; Integration Series with Jalasoft [Series Wrap-up]</title>
		<link>http://www.systemcenterforum.org/network-monitoring-integration-series-with-jalasoft-series-wrap-up/</link>
		<comments>http://www.systemcenterforum.org/network-monitoring-integration-series-with-jalasoft-series-wrap-up/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 00:01:03 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[ISV]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/network-monitoring-integration-series-with-jalasoft-series-wrap-up/</guid>
		<description><![CDATA[In case you missed one or more of the articles in the series, here is a list of all 8 articles from our Jalasoft Network Monitoring and Integration series, as well as a link to all 8 articles in a single pdf download.
Article links

Part 1: Monitoring Network Device Interfaces and Port Status
Part 2: Monitoring Device [...]]]></description>
			<content:encoded><![CDATA[<p>In case you missed one or more of the articles in the series, here is a list of all 8 articles from our Jalasoft Network Monitoring and Integration series, as well as a link to all 8 articles in a single pdf download.</p>
<p><strong>Article links</strong></p>
<ul>
<li><a href="http://www.systemcenterforum.org/monitoring-network-device-interfaces-and-ports-status-with-xian-io-network-manager-for-ops-mgr-2007/" target="_blank">Part 1: Monitoring Network Device Interfaces and Port Status</a></li>
<li><a href="http://www.systemcenterforum.org/monitoring-the-availability-of-a-device-and-its-response-time/" target="_blank">Part 2: Monitoring Device Availability and Response Time</a></li>
<li><a href="http://www.systemcenterforum.org/asynchronous-monitoring-with-xian-io/" target="_blank">Part 3: Asynchronous Monitoring with Xian Io</a></li>
<li><a href="http://www.systemcenterforum.org/part-4monitoring-of-processes-in-non-windows-systems/" target="_blank">Part 4:Monitoring of Processes in non-Windows systems</a></li>
<li><a href="http://www.systemcenterforum.org/part-5-distributed-applications-and-xian-network-manager-io/" target="_blank">Part 5: Distributed Applications and Xian Network Manager Io</a></li>
<li><a href="http://www.systemcenterforum.org/part-6-xian-policy-templates/" target="_blank">Part 6: Xian Policy Templates </a></li>
<li><a href="http://www.systemcenterforum.org/part-7-operations-manager-2007-and-jalasofts-xian-network-manager-io-ui-integration/" target="_blank">Part 7: Operations Manager 2007 and Jalasoft&#8217;s Xian Network Manager Io UI integration</a></li>
<li><a href="http://www.systemcenterforum.org/part-8-receiving-e-mail-notification-with-xian-network-manager-io/" target="_blank">Part 8: Receiving E-mail Notification with Xian Network Manager Io</a></li>
</ul>
<p>PDF download (contains all 8 in the series)</p>
<p><a href="http://systemcenterforum.org/wp-content/uploads/Jalasoft_Series_rollup.pdf">http://systemcenterforum.org/wp-content/uploads/Jalasoft_Series_rollup.pdf</a></p>
<p><em> Thanks to the Jalasoft team for their time and effort in sharing this information!</em></p>
<p><em>Update your MOM skills to Operations Manager 2007 at the <a href="http://www.systemcenterforum.org/training" target="_blank"><strong><font color="#788639">Operations Manager 2007 Bootcamp</font></strong></a>! </em><em>Check the <a href="http://www.systemcenterforum.org/operations-manager-2007-bootcamp-schedule/" target="_blank"><strong><font color="#788639">2008 Bootcamp Schedule</font></strong></a> and request pricing and availability <a href="http://systemcenterforum.org/contact" target="_blank"><strong><font color="#788639">HERE</font></strong></a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/network-monitoring-integration-series-with-jalasoft-series-wrap-up/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ReSearch This! Knowledge Base</title>
		<link>http://www.systemcenterforum.org/research-this-knowledge-base-142/</link>
		<comments>http://www.systemcenterforum.org/research-this-knowledge-base-142/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 13:38:25 +0000</pubDate>
		<dc:creator>Cameron Fuller</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[KB]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/research-this-knowledge-base-142/</guid>
		<description><![CDATA[Here are the results of a form posted 03/27/2008 9:38AM:
Alert: WMI Probe Module Failed Execution
Issue: Object enumeration failed Query: &#8216;SELECT * FROM MSCLUSTER_Resource where Name=&#8221;*** *** *** E:\&#8221;&#8216; HRESULT: 0&#215;80041017 Details: Invalid query One or more workflows were affected by this. Workflow name: Microsoft.Windows.Cluster.Resource.StateMonitoring Instance name: *** *** *** E:\ Instance ID: {CB737B6D-72C4-A00B-B858-04E04EF6A422} Management group: [...]]]></description>
			<content:encoded><![CDATA[<p>Here are the results of a form posted 03/27/2008 9:38AM:</p>
<p><strong>Alert</strong>: WMI Probe Module Failed Execution</p>
<p><strong>Issue</strong>: Object enumeration failed Query: &#8216;SELECT * FROM MSCLUSTER_Resource where Name=&#8221;*** *** *** E:\&#8221;&#8216; HRESULT: 0&#215;80041017 Details: Invalid query One or more workflows were affected by this. Workflow name: Microsoft.Windows.Cluster.Resource.StateMonitoring Instance name: *** *** *** E:\ Instance ID: {CB737B6D-72C4-A00B-B858-04E04EF6A422} Management group: ***</p>
<p><strong>Resolution</strong>: http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.opsmgr.sp1&amp;tid=94c39ab4-ad17-4b43-9029-e9edf7e881d4&amp;cat=35313A04-C7CB-4422-86A1-8D1135E1FA95&amp;lang=en&amp;cr=US&amp;sloc=&amp;p=1</p>
<p>Submitted By: jgraham</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/research-this-knowledge-base-142/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Launch of the System Center Virtual User Group!</title>
		<link>http://www.systemcenterforum.org/launch-of-system-center-virtual-user-group/</link>
		<comments>http://www.systemcenterforum.org/launch-of-system-center-virtual-user-group/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 09:30:40 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[MSCM]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<category><![CDATA[SCSM]]></category>

		<category><![CDATA[SCVMM]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/launch-of-system-center-virtual-user-group/</guid>
		<description><![CDATA[We are happy to announce the formation of the System Center Virtual User Group, a user group dedicated to providing resources for education and collaboration between users of Microsoft System Center technologies everywhere! Thanks to all in the community and at Microsoft who have assisted in it&#8217;s formation and offered resources. Details on group launch date and where to find [...]]]></description>
			<content:encoded><![CDATA[<p align="left">We are happy to announce the formation of the <strong><a href="http://www.systemcenterusergroup.com">System Center Virtual User Group</a></strong>, a user group dedicated to providing resources for education and collaboration between users of Microsoft System Center technologies everywhere! Thanks to all in the community and at Microsoft who have assisted in it&#8217;s formation and offered resources. <em><font color="#0000ff">Details on group launch date and where to find us at MMS 2008 below</font>.</em></p>
<p align="left">Future announcements and resources will be available online at <a href="http://www.systemcenterusergroup.com/">http://www.systemcenterusergroup.com</a> . Thanks to Maarten Goet of <a target="_blank" href="http://www.techlog.nl">techlog.nl</a> for his collaboration in starting the group and hosting the site!</p>
<p align="left">This group is intended to function not only as a traditional user group holding periodic meetings (via Live Meeting in our case), but as a forum where users can come together to find resources in establishing their own traditional &#8220;physical&#8221; user groups.</p>
<p align="left"><strong><em>Visit us at MMS 2008! </em></strong>For more information on how you can participate in the SCVUP, please visit us in the Community area or the Infront booth at the Microsoft Management Summit 2008 in Las Vegas, NV, scheduled to be held the week of April 28th, 2008. We&#8217;ll be podcasting, giving away SCUG t-shirts and holding a drawing for several prizes!</p>
<p align="left"><strong>To receive future announcements</strong>: Click &#8220;Join&#8221; in the top right corner of this page and setup your free member account. Further details will be posted to the site and sent via e-mail to site members. You may also receive announcements subscribing to the RSS feed of the <a target="_blank" href="http://www.systemcenterusergroup.com/blogs/administrator/rss.aspx">site weblog</a>.</p>
<p align="left"><strong>First Group Meeting </strong>is tentatively scheduled for Wednesday, May 28th. A detailed agenda and meeting invitation will be e-mailed and posted in coming weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/launch-of-system-center-virtual-user-group/feed/</wfw:commentRss>
		</item>
		<item>
		<title>God bless you, Mr. Blomqvist</title>
		<link>http://www.systemcenterforum.org/god-bless-you-mr-blomqvist/</link>
		<comments>http://www.systemcenterforum.org/god-bless-you-mr-blomqvist/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 01:59:05 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[Management Packs]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/god-bless-you-mr-blomqvist/</guid>
		<description><![CDATA[References to Kurt Vonnegut novels aside, allow me to introduce the fix our friend and collegue, Pontus Blomqvist, has been waiting for! The new and improved Active Directory Managment Pack with the localization fix for the LDAP Bind Monitor!
Get your ADMP fix right HERE.
]]></description>
			<content:encoded><![CDATA[<p>References to <a target="_blank" href="http://en.wikipedia.org/wiki/God_Bless_You,_Mr._Rosewater">Kurt Vonnegut</a> novels aside, allow me to introduce the fix our friend and collegue, <a target="_blank" href="http://blopon.blogspot.com/2007/04/secure-storage-backup-tool.html">Pontus Blomqvist</a>, has been waiting for! The new and improved Active Directory Managment Pack with the <u>localization fix for the LDAP Bind Monitor</u>!</p>
<p>Get your ADMP fix right <a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=008f58a6-dc67-4e59-95c6-d7c7c34a1447&amp;DisplayLang=en">HERE</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/god-bless-you-mr-blomqvist/feed/</wfw:commentRss>
		</item>
		<item>
		<title>System Center Forum has been Unleashed!</title>
		<link>http://www.systemcenterforum.org/system-center-forum-has-been-unleashed/</link>
		<comments>http://www.systemcenterforum.org/system-center-forum-has-been-unleashed/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 20:34:00 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<category><![CDATA[Tips -n- Tricks]]></category>

		<category><![CDATA[Tools &amp; Utilities]]></category>

		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/system-center-forum-has-been-unleashed/</guid>
		<description><![CDATA[My copy of System Center Operations Manager 2007 Unleashed arrived to my secret location in Texas (after it spent some time at my home in Oklahoma).  After the mail carrier wheeled it into the den (it is heavy), I had a look at the official page count - 1322, and that&#8217;s if you don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://ec1.images-amazon.com/images/I/51WVU2baD-L._SL210_.jpg" align="left" height="210" width="161" />My copy of <a href="http://www.amazon.com/gp/product/0672329557?ie=UTF8&amp;tag=systemcenterf-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0672329557" target="_blank">System Center Operations Manager 2007 Unleashed</a> arrived to my secret location in Texas (after it spent some time at my home in Oklahoma).  After the mail carrier wheeled it into the den (it is heavy), I had a look at the official page count - 1322, and that&#8217;s if you don&#8217;t count appendices!</p>
<p>I&#8217;ll  publish some mini - reviews chapter-by-chapter as I can. No doubt this will be the authoritative reference for Opsmgr administrators everywhere. Congratulations  to (my fellow MVPs) Kerrie, Cameron, John, Andy and the Unleashed team for a job  well done!</p>
<p>If your an Essentials administrator reading this, remember Opsmgr and Essentials have the Monitoring, Authoring and to some degree Administration workspaces in common. I encourage you to pick up a copy as well.</p>
<p>Get your copy of unleashed on <a href="http://www.amazon.com/gp/product/0672329557?ie=UTF8&amp;tag=systemcenterf-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0672329557" target="_blank">Amazon.com for less than $40!</a> Page for page, that&#8217;s a pretty good deal indeed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/system-center-forum-has-been-unleashed/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Several Recent MP Updates posted to the Catalog</title>
		<link>http://www.systemcenterforum.org/several-recent-mp-updates-posted-to-the-catalog/</link>
		<comments>http://www.systemcenterforum.org/several-recent-mp-updates-posted-to-the-catalog/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 17:51:39 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[Management Packs]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/several-recent-mp-updates-posted-to-the-catalog/</guid>
		<description><![CDATA[There are several updates recently posted to the System Center Pack Catalog. In particular, the Active Directory and Configuration Manager MPs both contain several fixes.

3/19 - Active Directory Management Pack  -  Download HERE.
3/19 - Windows System Resource Manager - Download HERE.
3/17 - Exchange 2003 Management Pack -  Download HERE.
3/10 - System Center Configuration Manager MP [...]]]></description>
			<content:encoded><![CDATA[<p>There are several updates recently posted to the System Center Pack Catalog. In particular, the Active Directory and Configuration Manager MPs both contain several fixes.</p>
<ul>
<li>3/19 - Active Directory Management Pack  -  Download <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=008f58a6-dc67-4e59-95c6-d7c7c34a1447&amp;DisplayLang=en" target="_blank">HERE</a>.</li>
<li>3/19 - Windows System Resource Manager - Download <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=8bbf0f86-9717-4b39-b652-c4648e7413c1&amp;amp;displaylang=en" target="_blank">HERE</a>.</li>
<li>3/17 - Exchange 2003 Management Pack -  Download <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9ff454f4-6d34-4fb9-9e0b-f5b68c6edc4f&amp;DisplayLang=en" target="_blank">HERE</a>.</li>
<li>3/10 - System Center Configuration Manager MP - Download <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=E4CD1A68-B6B6-483B-9663-BE3BE8484328&amp;amp;displaylang=en" target="_blank">HERE</a>.</li>
</ul>
<p><em>Update your MOM skills to Operations Manager 2007 at the <a href="http://www.systemcenterforum.org/training" target="_blank"><strong><font color="#788639">Operations Manager 2007 Bootcamp</font></strong></a>! </em><em>Check the <a href="http://www.systemcenterforum.org/operations-manager-2007-bootcamp-schedule/" target="_blank"><strong><font color="#788639">2008 Bootcamp Schedule</font></strong></a> and request pricing and availability <a href="http://systemcenterforum.org/contact" target="_blank"><strong><font color="#788639">HERE</font></strong></a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/several-recent-mp-updates-posted-to-the-catalog/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Part 8: Receiving E-mail Notification with Xian Network Manager Io</title>
		<link>http://www.systemcenterforum.org/part-8-receiving-e-mail-notification-with-xian-network-manager-io/</link>
		<comments>http://www.systemcenterforum.org/part-8-receiving-e-mail-notification-with-xian-network-manager-io/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 09:23:28 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[Management Packs]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/part-8-receiving-e-mail-notification-with-xian-network-manager-io/</guid>
		<description><![CDATA[By Roberto Alcocer
For System Center Forum readers that might have missed our first blog posts, this is Jalasoft&#8217;s last article about Xian Io&#8217;s functionality in a series of eight. Prior posts discussed the monitoring of network device interfaces, port status, a device&#8217;s response time, asynchronous monitoring, the monitoring of processes, distributed applications with Xian Io, [...]]]></description>
			<content:encoded><![CDATA[<p><em>By Roberto Alcocer</em></p>
<p>For System Center Forum readers that might have missed our first blog posts, this is Jalasoft&#8217;s last article about Xian Io&#8217;s functionality in a series of eight. Prior posts discussed the monitoring of <a href="http://www.systemcenterforum.org/monitoring-network-device-interfaces-and-ports-status-with-xian-io-network-manager-for-ops-mgr-2007/" target="_blank">network device interfaces</a>, <a href="http://www.systemcenterforum.org/monitoring-network-device-interfaces-and-ports-status-with-xian-io-network-manager-for-ops-mgr-2007/" target="_blank">port status</a>, a <a href="http://www.systemcenterforum.org/monitoring-the-availability-of-a-device-and-its-response-time/" target="_blank">device&#8217;s response time</a>, <a href="http://www.systemcenterforum.org/asynchronous-monitoring-with-xian-io/" target="_blank">asynchronous monitoring</a>, the <a href="http://www.systemcenterforum.org/part-4monitoring-of-processes-in-non-windows-systems/" target="_blank">monitoring of processes</a>, <a href="http://www.systemcenterforum.org/part-5-distributed-applications-and-xian-network-manager-io/" target="_blank">distributed applications</a> with Xian Io, <a href="http://www.systemcenterforum.org/part-6-xian-policy-templates/" target="_blank">policy templates</a> and Xian Network Manager Io&#8217;s <a href="http://www.systemcenterforum.org/part-7-operations-manager-2007-and-jalasofts-xian-network-manager-io-ui-integration/" target="_blank">UI integration</a>. On this occasion, we will look into receiving mail notifications associated to network devices being monitored by Xian Network Manager Io.</p>
<p>Ops Mgr 07 provides network administrators with the option to receive e-mail notifications associated to any of the servers, computers and applications being monitored.  As soon as the event is generated network administrators will be informed about this problem quickly and thus will be able to take the proper actions to solve this issue</p>
<p>You can also configure Ops Mgr 07 to send you a mail if there is a problem with any of the network devices that you are monitoring with Jalasoft&#8217;s Xian Network Manager Io.  For example, you will be able to know if an interface of a specific switch was unplugged or if the CPU load of your Linux server is over a normal value without the need of constantly reviewing your Ops Mgr console. Let&#8217;s take a look at the steps  needed to configure Ops Mgr 07 to achieve this:</p>
<p><strong>Enabling mail notifications: </strong></p>
<ol start="1" type="1">
<li>Open the Ops Mgr      2007 console.</li>
<li>Go to      &#8220;Administration&#8221;.</li>
<li>Click the      &#8220;setting&#8221; node of the administration tree.</li>
<li>In the      settings panel; double click on the &#8220;notifications&#8221; element so that the &#8220;Global      Management Groups Setting - Notification&#8221; dialog will be displayed.</li>
<li>Click on the      &#8220;Email&#8221; tab and check the &#8220;Enable e-mail notification&#8221; checkbox.</li>
<li>Click on the ‘add&#8217;      button.</li>
<li>Fill the &#8220;SMTP      server (FQDN)&#8221;, port number and authentication method parameters and click      on the ‘OK&#8217; button.</li>
<li>Fill the &#8220;return      address&#8221; field with the address of the sender object.</li>
<li>Fill the &#8220;Return      primary after&#8221; with the value<strong> 0</strong>      minutes.</li>
<li>Click on the      ‘OK&#8217; button.</li>
</ol>
<p><strong>Creating and configuring an account for mail notifications:</strong></p>
<ol start="1" type="1">
<li>Right click on      the &#8220;Administration &gt; Security &gt;Run as accounts&#8221; node and choose the      &#8220;Create Run as account&#8221; option so that the &#8220;Create Run as Account&#8221; wizard      will be displayed.</li>
<li>On the      introduction step, click on the ‘Next&#8217; button.</li>
<li>Select      &#8220;Actions Account&#8221; on the &#8220;Run As account type&#8221; combo box, insert a valid &#8220;display      name&#8221; and click on the ‘next&#8217; button.</li>
<li>On the      &#8220;account&#8221; step, fill all the required fields such as User name, password      and domain and then click on the ‘Create&#8217; button.</li>
<li>Click on the      &#8220;Run as Profiles&#8221; on the administration tree.</li>
<li>Double click on      the &#8220;notification account&#8221; option under the &#8220;Run as profiles&#8221; pane.</li>
<li>Select the      &#8220;Run as account&#8221; tab and click on &#8220;New&#8221;.</li>
<li>Select &#8220;Network      service Windows account&#8221; and Click on the ‘OK&#8217; button.</li>
<li>Click OK.</li>
<li>Right click on      the &#8220;Run as profile&#8221; node and choose the &#8220;Create run as profile&#8221; option.</li>
<li>Click the ‘next&#8217;      button on the introduction step.</li>
<li>Fill a proper &#8220;display      name&#8221;.</li>
<li>Select      &#8220;Jalasoft SDK overrides for performance data collection&#8221; on the &#8220;Select      destination management packs&#8221; option and then click on the ‘next&#8217; button.</li>
<li>On the &#8220;Run as      account&#8221; step, click on &#8220;new&#8221; and select &#8220;Network service Windows      account&#8221;; finally click on the ‘OK&#8217; button.</li>
<li>Click      &#8220;create&#8221;.</li>
</ol>
<p><strong>Configuring the notification recipients and subscriptions:</strong></p>
<ol start="1" type="1">
<li>Right click on      the ‘Administration &gt; Notification &gt; recipient&#8217; pane and select the      &#8220;New notification recipient&#8221; option.</li>
<li>Click on the &#8220;General&#8221;      tab and provide a recipient user on the &#8220;notification recipient display      name&#8221; field.</li>
<li>Go to the &#8220;notification      devices&#8221; tab and click on the ‘add&#8217; button.</li>
<li>On      &#8220;notification channel&#8221;, select &#8220;E-mail&#8221;, provide the mail for the &#8220;Deliver      address for the selected channel&#8221; option and click the ‘next&#8217; button twice.</li>
<li>Enter a proper      name on the &#8220;notification device name&#8221; and click on the ‘Finish&#8217; button.</li>
<li>Click on the      ‘OK&#8217; button on the ‘notification recipient properties&#8217; dialog.</li>
<li>Right click on      the ‘subscription&#8217; node and choose &#8220;New notification subscription&#8221;.</li>
<li>Provide a subscription      name.</li>
<li>Click the ‘add&#8217;      button and select a recipient.</li>
<li>Click ‘next&#8217;      up to the &#8220;Alert Aging&#8221; step and then select &#8220;use alert aging as a      notification criteria&#8221;</li>
<li>On the &#8220;for      longer for than this criteria (in minutes)&#8221; parameter, enter 1 and then click      on the ‘next&#8217; button.</li>
<li>Click on the ‘finish&#8217;      button.</li>
</ol>
<p>After performing these configurations, Ops Mgr 07 will automatically send a notification to your email account as displayed on the images below:</p>
<p><strong>Alert generated on OpsMgr 2007</strong></p>
<p><img src="http://www.it-jedi.net/photos/jalasoft/part8/figure1.jpg" /></p>
<p><strong>Received Notification</strong></p>
<p><img src="http://www.it-jedi.net/photos/jalasoft/part8/figure2.jpg" /></p>
<p>Should you have any questions/comments about receiving mail notifications &amp; Xian Network Manager Io, please reply to this post, and we&#8217;ll make sure to send you an answer as soon as possible. For further information on Xian Io for Ops Mgr 07 please visit our website <a href="http://www.jalasoft.com/">www.jalasoft.com</a> or visit our booth (#320) at the Microsoft Management Summit in Las   Vegas.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/part-8-receiving-e-mail-notification-with-xian-network-manager-io/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Updated download links for IBM Director and Bladecenter Chassis MPs</title>
		<link>http://www.systemcenterforum.org/updated-download-links-for-ibm-director-and-bladecenter-chassis-mps/</link>
		<comments>http://www.systemcenterforum.org/updated-download-links-for-ibm-director-and-bladecenter-chassis-mps/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 13:00:09 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[Management Packs]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/updated-download-links-for-ibm-director-and-bladecenter-chassis-mps/</guid>
		<description><![CDATA[I recently had trouble finding links to the IBM hardware MPs (links we published HERE on systemcenterforum.org a few months ago appear outdated, and got some help from IBM partner with some updated links. If you&#8217;re looking for links to the IBM Director 5.2 or Bladecenter Chassis MPs, visit the xAnalisys website HERE, or reference [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had trouble finding links to the IBM hardware MPs (links we published <a target="_blank" href="http://www.systemcenterforum.org/ibm-directory-and-other-mp-releases-for-mom-2005-opsmgr-2007/">HERE </a>on systemcenterforum.org a few months ago appear outdated, and got some help from IBM partner with some updated links. If you&#8217;re looking for links to the IBM Director 5.2 or Bladecenter Chassis MPs, visit the xAnalisys website <a target="_blank" href="http://www.xanalisys.com/System-Management/IBM-System-Packs-for-Microsoft-System-Center-Configuration-Manager-SCCM.html">HERE</a>, or reference the updated links below.</p>
<p><strong>IBM Director 5.20 Management Packs for Microsoft System Center Operations Manager 2007</strong></p>
<ul>
<li><strong>Discovery</strong>: Provides discovery of Level-1 and Level-2 managed systems.</li>
<li><strong>Events</strong>: Captures events that occur on Level-1 and Level-2 managed systems.</li>
<li><strong>Alerts</strong>: Sends a notification when certain events occur on Level-1 and Level-2 managed systems.</li>
<li><strong>State</strong>: Changes the state of Level-1 and Level-2 managed systems based on event criteria</li>
</ul>
<table border="0" cellPadding="0" cellSpacing="0">
<tr>
<td width="18" align="right"> </td>
<td><a href="https://www14.software.ibm.com/webapp/iwm/web/reg/download.do?source=dmp&amp;lang=en_US&amp;S_PKG=director_x_520&amp;cp=UTF-8&amp;dlmethod=http#x12." class="fbox"><u><span style="color: #0000ff">IBM Director 5.20 Management Pack for Microsoft System Center Operations Manager 2007</span></u></a></td>
</tr>
</table>
<p><strong>IBM BladeCenter Chassis Management Pack</strong></p>
<ul>
<li><strong>Discovery</strong>: Provides discovery of a BladeCenter chassis and its components.</li>
<li><strong>Events</strong>: Captures events that occur on a BladeCenter chassis and its components.</li>
<li><strong>Alerts</strong>: Sends a notification when certain events occur on a BladeCenter chassis and its components.</li>
<li><strong>State</strong>: Changes the state of a BladeCenter chassis and its components based on event criteria.</li>
</ul>
<table border="0" cellPadding="0" cellSpacing="0">
<tr>
<td width="18" align="right"> </td>
<td><a href="https://www14.software.ibm.com/webapp/iwm/web/reg/download.do?source=dmp&amp;lang=en_US&amp;S_PKG=director_x_520&amp;cp=UTF-8&amp;dlmethod=http#x12." class="fbox"><u><span style="color: #0000ff">IBM BladeCenter Chassis Management Pack for Microsoft System Center Operations Manager 2007</span></u></a></td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/updated-download-links-for-ibm-director-and-bladecenter-chassis-mps/feed/</wfw:commentRss>
		</item>
		<item>
		<title>KB articles for System Center Essentials 2007 for week ending 3/22/2008</title>
		<link>http://www.systemcenterforum.org/kb-articles-for-system-center-essentials-2007-for-week-ending-3222008/</link>
		<comments>http://www.systemcenterforum.org/kb-articles-for-system-center-essentials-2007-for-week-ending-3222008/#comments</comments>
		<pubDate>Sun, 23 Mar 2008 14:39:59 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[KB]]></category>

		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/kb-articles-for-system-center-essentials-2007-for-week-ending-3222008/</guid>
		<description><![CDATA[Only 1 article popped up on the radar this week:
946423 - How to install a System Center Essentials 2007 agent on a computer that is running ISA Server 2006 or ISA Server 2004
]]></description>
			<content:encoded><![CDATA[<p>Only 1 article popped up on the radar this week:</p>
<p><a xmlns="http://www.w3.org/1999/xhtml" target="_blank" href="http://support.microsoft.com/kb/946423">946423</a> - How to install a System Center Essentials 2007 agent on a computer that is running ISA Server 2006 or ISA Server 2004</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/kb-articles-for-system-center-essentials-2007-for-week-ending-3222008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ReSearch This! Knowledge Base</title>
		<link>http://www.systemcenterforum.org/research-this-knowledge-base-141/</link>
		<comments>http://www.systemcenterforum.org/research-this-knowledge-base-141/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 20:46:35 +0000</pubDate>
		<dc:creator>Ron Williams</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[KB]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/research-this-knowledge-base-141/</guid>
		<description><![CDATA[Alert: Script or Executable Failed to run
Issue: there is a bug in the MOSS 2007 MP that causes this warning whenever discovery is run on each server that is discovered.  The error references \&#8221;getservernames.vbs\&#8221;
The process started at 16:12:46 failed to create
System.Discovery.Data, no errors detected in the output. The process
exited with 4294967295
Command executed: \&#8221;C:\\WINDOWS\\system32\\cscript.exe\&#8221; /nologo
\&#8221;GetServerNames.vbs\&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Alert: </strong>Script or Executable Failed to run</p>
<p><strong>Issue: </strong>there is a bug in the MOSS 2007 MP that causes this warning whenever discovery is run on each server that is discovered.  The error references \&#8221;getservernames.vbs\&#8221;</p>
<p>The process started at 16:12:46 failed to create<br />
System.Discovery.Data, no errors detected in the output. The process<br />
exited with 4294967295</p>
<p><strong>Command executed:</strong> \&#8221;C:\\WINDOWS\\system32\\cscript.exe\&#8221; /nologo<br />
\&#8221;GetServerNames.vbs\&#8221; {A18B826D-DFA9-DC21-F94C-68A8A95ADD4C} {D289112E-<br />
EC4F-295D-0A9B-4AC755ECC4F0} E2K3.xxx.xxxxxxxxx<br />
Working Directory: C:\\Program Files\\System Center Operations Manager<br />
2007\\Health Service State\\Monitoring Host Temporary Files 1\\12487\\</p>
<p>One or more workflows were affected by this.</p>
<p><strong>Workflow name: </strong>Microsoft.Office.Sharepoint.Server.<br />
2007.MOSS.Server.Discovery</p>
<p>Instance name: E2K3.xxx.xxxxxxxx</p>
<p>Instance ID: {D289112E-EC4F-295D-0A9B-4AC755ECC4F0}</p>
<p>Management group: XXX</p>
<p><strong>Resolution:</strong> disable the rule.</p>
<p>http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.opsmgr.managementpacks&amp;tid=c2719164-4ae2-4ec8-aae4-663d48dc0aba&amp;cat=&#9001;=&amp;cr=&amp;sloc=&amp;p=1</p>
<p>Submitted By: Ron Williams</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/research-this-knowledge-base-141/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Verifying Agent Workflow - more options</title>
		<link>http://www.systemcenterforum.org/verifying-agent-workflow-more-options/</link>
		<comments>http://www.systemcenterforum.org/verifying-agent-workflow-more-options/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 17:16:51 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/verifying-agent-workflow-more-options/</guid>
		<description><![CDATA[Matt @ MS has a good post on verifying MP workflow on the agent managed computer, but there are a couple of things to be added here that are of value in checking for MP updates being delivered to an agent that do not involve reading XML output.
So Matt hit these three :
#1 Effective Configuration [...]]]></description>
			<content:encoded><![CDATA[<p>Matt @ MS has a good post on <a href="http://blogs.technet.com/mgoedtel/archive/2008/03/18/verifying-mp-workflow-on-agent.aspx" target="_blank">verifying MP workflow on the agent managed computer</a>, but there are a couple of things to be added here that are of value in checking for MP updates being delivered to an agent that do not involve reading XML output.</p>
<p>So Matt hit these three :</p>
<p><strong>#1 Effective Configuration Viewer</strong> - Probably the best of the three options listed, availaable <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=A9DB4DCA-6716-478D-89B9-42F27EBC76A8&amp;displaylang=en" target="_blank">HERE</a>.<br />
<strong>#2 Health Service Task</strong> - To display this from the UI, make sure you target &#8216;Health Service&#8217; instead of &#8216;Agent&#8217; if you want to see your management servers. Here&#8217;s a detailed how-to from way back is listed  <a href="http://www.it-jedi.net/2007/03/returning-resultant-set-of-rules-in-ops.html" target="_blank">HERE</a>. As mentioned this is a bit ugly.<br />
<strong>#3 Powershell Script</strong> - This works, but&#8217;s it&#8217;s ugly 2.0. (Available <a href="http://blogs.msdn.com/boris_yanushpolsky/archive/2007/11/21/retrieving-rules-and-monitors-targeted-to-a-particular-class-target.aspx" target="_blank">HERE)</a>.</p>
<p>What other methods can tip you off that the change is received? Here are a couple of options.</p>
<p><strong>#4 Operations Manager Event Log</strong> -  On the target agent machine, you&#8217;ll see event ID: 1201 fromsource HealthService with the MP name and verision in the event description that was just updated. Pretty clear evidence, and no xml required. Incidentally, event ID: 1204 from the same source tells you about MPs that are no longer needed and are unloaded. This is an easy way and pretty safe I think if you don&#8217;t have folks making ad hoc changes to your MPs.<br />
<strong>#5 MP xml files on the agent</strong> - This is not my favorite either, but provides a clue as well. In the agent installation directory under \Health Service State\Management Packs,  you&#8217;ll find the MPs running on the agent. You can also check the date/time stamp in the &#8216;last modified&#8217; column. When you see your target MP with a time stamp from a moment ago, that&#8217;s your hint. Since it should be accompanied by a HealthService 1201 event,  I don&#8217;t see much point.</p>
<p>I think I like #1 and #4 together. You can use effective configuration viewer and watch for the event and I think that&#8217;ll do in most situations. But in the end, this is easier if you have some measure of change management in place to prevent ad hoc changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/verifying-agent-workflow-more-options/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ReSearch This! Knowledge Base</title>
		<link>http://www.systemcenterforum.org/research-this-knowledge-base-140/</link>
		<comments>http://www.systemcenterforum.org/research-this-knowledge-base-140/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 14:58:28 +0000</pubDate>
		<dc:creator>Ron Williams</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[KB]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/research-this-knowledge-base-140/</guid>
		<description><![CDATA[Here are the results of a form posted 03/21/2008 10:58AM:
Alert: WMI Probe Module Failed Execution
Issue: The WMI Probe module encountered an unexpected runtime error. This error could happen while processing a data item or an asynchronous operation.
Resolution: from http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=3005952&#38;SiteID=17
This is a known issue, which is under investigation and will be fixed in the future. You [...]]]></description>
			<content:encoded><![CDATA[<p>Here are the results of a form posted 03/21/2008 10:58AM:</p>
<p>Alert: WMI Probe Module Failed Execution</p>
<p>Issue: The WMI Probe module encountered an unexpected runtime error. This error could happen while processing a data item or an asynchronous operation.</p>
<p>Resolution: from http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=3005952&amp;SiteID=17</p>
<p>This is a known issue, which is under investigation and will be fixed in the future. You can just safely ignore the alerts. You can also disable the Rule which generates the alerts by following these steps:</p>
<p>1. Open console and navigate to Authoring pane;</p>
<p>2. Expand Rules and find a rule named \&#8221;WMI Probe Module Execution Failure\&#8221;;</p>
<p>3. Right-click it and choose Overrides -&gt; Disable the Rule -&gt; For all objects of type: Agent.</p>
<p>Submitted By: Ron Williams</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/research-this-knowledge-base-140/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ReSearch This! Knowledge Base</title>
		<link>http://www.systemcenterforum.org/research-this-knowledge-base-139/</link>
		<comments>http://www.systemcenterforum.org/research-this-knowledge-base-139/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 22:20:53 +0000</pubDate>
		<dc:creator>Cameron Fuller</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[KB]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/research-this-knowledge-base-139/</guid>
		<description><![CDATA[Alert: Failure DSNs Total - increase over 60 minutes - Red(&#62;40) - Hub Transport 
Issue: DSN value being gathered from cumulative number of failures since the server was restarted, not within the last hour.
Resolution: Management pack bug which is confirmed in the newsgroups this is scheduled to be resolved in the next update of the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Alert</strong>: Failure DSNs Total - increase over 60 minutes - Red(&gt;40) - Hub Transport </p>
<p><strong>Issue</strong>: DSN value being gathered from cumulative number of failures since the server was restarted, not within the last hour.</p>
<p><strong>Resolution</strong>: Management pack bug which is confirmed in the newsgroups this is scheduled to be resolved in the next update of the management pack scheduled for April-June 2008.</p>
<p>Submitted By: Cameron Fuller [MVP]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/research-this-knowledge-base-139/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Part 7: Operations Manager 2007 and Jalasoft’s Xian Network Manager Io UI integration</title>
		<link>http://www.systemcenterforum.org/part-7-operations-manager-2007-and-jalasofts-xian-network-manager-io-ui-integration/</link>
		<comments>http://www.systemcenterforum.org/part-7-operations-manager-2007-and-jalasofts-xian-network-manager-io-ui-integration/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 15:00:50 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[Management Packs]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/part-7-operations-manager-2007-and-jalasofts-xian-network-manager-io-ui-integration/</guid>
		<description><![CDATA[by Roberto Alcocer 
For System Center Forum readers that might have missed our first blog posts, this is Jalasoft’s seventh article about Xian Io’s functionality in a series of eight. Prior posts discussed the monitoring of network device interfaces, port status, a device’s response time, asynchronous monitoring, the monitoring of processes, distributed applications with Xian [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="text-align: justify"><em><font face="Verdana" size="2"><span style="font-size: 10pt; font-family: Verdana">by Roberto Alcocer</span></font> </em></p>
<p class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'">For System Center Forum readers that might have missed our first blog posts, this is Jalasoft’s seventh article about Xian Io’s functionality in a series of eight. Prior posts discussed the monitoring of <a href="http://www.systemcenterforum.org/monitoring-network-device-interfaces-and-ports-status-with-xian-io-network-manager-for-ops-mgr-2007/" target="_blank">network device interfaces</a>, <a href="http://www.systemcenterforum.org/monitoring-network-device-interfaces-and-ports-status-with-xian-io-network-manager-for-ops-mgr-2007/" target="_blank">port status</a>, a <a href="http://www.systemcenterforum.org/monitoring-the-availability-of-a-device-and-its-response-time/" target="_blank">device’s response time</a>, <a href="http://www.systemcenterforum.org/asynchronous-monitoring-with-xian-io/" target="_blank">asynchronous monitoring</a>, the <a href="http://www.systemcenterforum.org/part-4monitoring-of-processes-in-non-windows-systems/" target="_blank">monitoring of processes</a>, <a href="http://www.systemcenterforum.org/part-5-distributed-applications-and-xian-network-manager-io/" target="_blank">distributed applications</a> with Xian Io and <a href="http://www.systemcenterforum.org/part-6-xian-policy-templates/" target="_blank">policy templates</a>.<span>  </span>On this article we are going to focus on Xian Network Manager Io’s UI integration. <o:p></o:p></span></p>
<p class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'">Xian Network Manager Io (Xian Io) extends the OpsMgr 2007 monitoring capabilities to a heterogeneous environment so you could monitor your Windows servers along with your network devices and UNIX servers. The Xian Io UI integration features further extend the integration with OpsMgr since most of the Xian tasks, such as discovering, removing and configuring the rules to monitor network devices/servers can be executed directly from the OpsMgr monitoring console; therefore, there is no need to work with other windows besides the OpsMgr one.<o:p></o:p></span></p>
<p class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'">To point up the seamless integration between Xian Io and Ops Mgr 07, we are going to show how to add, remove a device, and also view its properties, all from the Ops Mgr 07 monitoring console.<span>  </span>First, perform the steps below to display the different types of operations that can be performed over Xian Io from Ops Mgr 07: <o:p></o:p></span></p>
<ol style="margin-top: 0in" start="1" type="1">
<li class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'">Open      the OpsMgr 2007 console and click on the ‘Monitoring’ button.<o:p></o:p></span></li>
<li class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'">Expand      the ‘Monitoring &gt; Xian Network Manager &gt; Jalasoft Xian’ branch and      select the ‘Diagram view’ node. Remember to import the Xian management      packs before attempting this operation. <o:p></o:p></span></li>
<li class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'">Select      the child Jalasoft Xian environment (in this image it is called ‘DEMOOPSMGRXIAN’).<o:p></o:p></span></li>
</ol>
<p class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'"><o:p> </o:p></span></p>
<p><img src="http://www.it-jedi.net/photos/Jalasoft/part7/picture1.jpg" height="742" width="1024" /></p>
<p class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'"><o:p> </o:p></span></p>
<p class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'">The ‘Actions’ pane will now display the commands applicable to Xian Network Manager Io. <o:p></o:p></span></p>
<p class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'"><o:p> </o:p></span></p>
<p class="MsoNormal" style="text-align: justify"><strong><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'">Adding a new device: <o:p></o:p></span></strong></p>
<p class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'"><o:p> </o:p></span></p>
<ol style="margin-top: 0in" start="1" type="1">
<li class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'">Click      on the ‘Add device’ task option of the Xian tasks displayed under the      ‘Actions’ view. The following dialog will be displayed:<o:p></o:p></span></li>
</ol>
<p class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'"><o:p> </o:p></span></p>
<p><img src="http://www.it-jedi.net/photos/Jalasoft/part7/picture2.jpg" height="300" width="376" /></p>
<p class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'"><o:p> </o:p></span></p>
<ol style="margin-top: 0in" start="2" type="1">
<li class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'">Select      the device type you want to discover and then click on the ‘OK’ button. A      discovery or ‘add device’ wizard will be displayed.<o:p></o:p></span></li>
</ol>
<p class="MsoNormal" style="text-align: justify"><img src="http://www.it-jedi.net/photos/Jalasoft/part7/picture3.jpg" height="450" width="650" /><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'"><o:p><br />
</o:p></span></p>
<ol style="margin-top: 0in" start="3" type="1">
<li class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'">Provide      with the information requested at the different tabs of the wizard and      then click on the ‘Finish’ button.<o:p></o:p></span></li>
</ol>
<p class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'"><o:p> </o:p></span></p>
<p class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'">After a couple of minutes the device will show under the corresponding folder within the OpsMgr console.<o:p></o:p></span></p>
<p class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'"><o:p> </o:p></span></p>
<p class="MsoNormal" style="text-align: justify"><strong><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'">Removing a device:<o:p></o:p></span></strong></p>
<p class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'"><o:p> </o:p></span></p>
<ol style="margin-top: 0in" start="1" type="1">
<li class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'">Select      the ‘Remove Device’ task from the ‘Actions’ pane. The following dialog      will appear:<o:p></o:p></span></li>
</ol>
<p class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'"><o:p> </o:p></span></p>
<p><img src="http://www.it-jedi.net/photos/Jalasoft/part7/picture4.jpg" height="300" width="376" /></p>
<p class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'"><o:p> </o:p></span></p>
<ol style="margin-top: 0in" start="2" type="1">
<li class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'">Check      the device(s) you want to remove and then click on the ‘OK’ button.<o:p></o:p></span></li>
</ol>
<p class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'"><o:p> </o:p></span></p>
<p class="MsoNormal" style="text-align: justify"><strong><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'">Viewing the properties of any device.<o:p></o:p></span></strong></p>
<p class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'"><o:p> </o:p></span></p>
<p class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'">The ‘device properties’ dialog associated to any device you are monitoring with Xian lets you add, remove or edit rules, Syslog filters and/or policy templates applied to it.<span>  </span>This important dialog is also available directly from the OpsMgr console; you only need to perform the few simple steps described below:<o:p></o:p></span></p>
<p class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'"><o:p> </o:p></span></p>
<ol style="margin-top: 0in" start="1" type="1">
<li class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'">Select      the ‘View Device Properties’ task associated to your Xian environment from      the ‘Actions’ pane. The following dialog will be displayed:<o:p></o:p></span></li>
</ol>
<p class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'"><o:p> </o:p></span></p>
<p><img src="http://www.it-jedi.net/photos/Jalasoft/part7/picture5.jpg" height="300" width="376" /></p>
<p class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'"><o:p> </o:p></span></p>
<ol style="margin-top: 0in" start="2" type="1">
<li class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'">Select      the device from which you want to see its properties and then click on the      ‘OK’ button. The ‘device properties’ dialog will now show.<o:p></o:p></span></li>
</ol>
<p class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'"><o:p> </o:p></span></p>
<p><img src="http://www.it-jedi.net/photos/Jalasoft/part7/picture6.jpg" height="490" width="670" /></p>
<p class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'"><o:p> </o:p></span></p>
<p class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'">However, should you be in a hurry, a faster way to see the properties of any device that you are monitoring with Xian, consists on simply ‘right’ clicking on the device displayed under the state or diagram view and then selecting the ‘view device properties’ context menu option.<o:p></o:p></span></p>
<p class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'"><o:p> </o:p></span><img src="http://www.it-jedi.net/photos/Jalasoft/part7/picture7.jpg" height="460" width="663" /></p>
<p class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'"><o:p> </o:p></span></p>
<p class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'">As you can see from our examples, Xian Io helps manage and monitor your network devices/servers conveniently from one console. <o:p></o:p></span></p>
<p class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'">Should you have any questions/comments about this article, please feel free to reply to this post, and we’ll make sure to send you an answer as soon as possible. For further information on Xian Io for Ops Mgr 07 please visit our website <a href="http://www.jalasoft.com/">www.jalasoft.com</a>.<o:p></o:p></span></p>
<p class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'"><o:p> </o:p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/part-7-operations-manager-2007-and-jalasofts-xian-network-manager-io-ui-integration/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ReSearch This! Knowledge Base</title>
		<link>http://www.systemcenterforum.org/research-this-knowledge-base-138/</link>
		<comments>http://www.systemcenterforum.org/research-this-knowledge-base-138/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 16:12:19 +0000</pubDate>
		<dc:creator>Cameron Fuller</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[KB]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/research-this-knowledge-base-138/</guid>
		<description><![CDATA[Alert: The share configuration was invalid . The share is unavailable.
Issue: The share within the alert was a user share on a system. 
Resolution: Determined that the user did still exist in Active Directory (AD Users and computers, validated that the user name was the same). Re-created the user folder per the product knowledge.If the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Alert</strong>: The share configuration was invalid . The share is unavailable.</p>
<p><strong>Issue</strong>: The share within the alert was a user share on a system. </p>
<p><strong>Resolution</strong>: Determined that the user did still exist in Active Directory (AD Users and computers, validated that the user name was the same). Re-created the user folder per the product knowledge.If the user no longer existed, the share would have been removed using the net share /delete option presented in the product knowledge.</p>
<p>Submitted By: Cameron Fuller [MVP]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/research-this-knowledge-base-138/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ReSearch This! Knowledge Base</title>
		<link>http://www.systemcenterforum.org/research-this-knowledge-base-137/</link>
		<comments>http://www.systemcenterforum.org/research-this-knowledge-base-137/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 15:06:32 +0000</pubDate>
		<dc:creator>Cameron Fuller</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[KB]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/research-this-knowledge-base-137/</guid>
		<description><![CDATA[Alert: HP Agent: HP Insight Event Notifier Status
Issue: The HP Insight Event Notifier service would not start (it started and immediately stopped) on the server. There was a incorrect SMTP server defined for the event notifier configuration for CIM. 
Resolution: This was fixed by logging into the system and running the Start/Programs/HP Management Agents/Event Notifier [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Alert</strong>: HP Agent: HP Insight Event Notifier Status</p>
<p><strong>Issue</strong>: The HP Insight Event Notifier service would not start (it started and immediately stopped) on the server. There was a incorrect SMTP server defined for the event notifier configuration for CIM. </p>
<p><strong>Resolution</strong>: This was fixed by logging into the system and running the Start/Programs/HP Management Agents/Event Notifier Config program and setting it to the correct value for the SMTP server.</p>
<p>Submitted By: Cameron Fuller [MVP]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/research-this-knowledge-base-137/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New way to track overrides in Operations Manager and Essentials 2007 SP1</title>
		<link>http://www.systemcenterforum.org/new-way-to-track-overrides-in-operations-manager-and-essentials-2007-sp1/</link>
		<comments>http://www.systemcenterforum.org/new-way-to-track-overrides-in-operations-manager-and-essentials-2007-sp1/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 14:56:12 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<category><![CDATA[Tips -n- Tricks]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/new-way-to-track-overrides-in-operations-manager-and-essentials-2007-sp1/</guid>
		<description><![CDATA[Here&#8217;s another silent addition to SP1 I&#8217;ve been meaning to show you for weeks now, which I bet will be a surprise to many folks. There&#8217;s a new report that showed up in the SP1 beta releases of Operations Manager and Essentials 2007  in the  Generic Library labeled simply &#8220;Overrides&#8220;.
The report is a bit more [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s another silent addition to SP1 I&#8217;ve been meaning to show you for weeks now, which I bet will be a surprise to many folks. There&#8217;s a new report that showed up in the SP1 beta releases of Operations Manager and Essentials 2007  in the  Generic Library labeled simply &#8220;<strong>Overrides</strong>&#8220;.</p>
<p>The report is a bit more exciting than the name implies. More than a list of overrides, it&#8217;s an override change history report of sorts.</p>
<p><img src="http://www.it-jedi.net/photos/OPSMGRSP1/OverridesRpt/OverRpt1.png" height="255" width="351" /></p>
<p>The report header offers the option of reporting on  overrides DEFINED IN or APPLIED TO a particular MP, and the option to exclude sealed MP overrides.</p>
<ul>
<li>If you choose <strong>DEFINED IN</strong>, then set Exclude sealed MP overrides to <strong>True</strong>, and select the UNSEALED MPs where you are storing your overrides.</li>
<li>If you choose <strong>APPLIED TO</strong>, then set Exclude sealed MP overrides to <strong>False</strong>, and select the SEALED MPs to which you have applied overrides.  <em>This is how I generally run my reports.<br />
</em></li>
</ul>
<p>The only thing I don like about the header is I cannot seem to select / deselect the MPs in bulk, but not a big problem, because the output is conveniently grouped. Set start date to yesterday and click run to see the result.<br />
<img src="http://www.it-jedi.net/photos/OPSMGRSP1/OverridesRpt/OverRpt2.png" height="256" width="840" /></p>
<p>The output is a list of overrides grouped by management pack. If we look at this Exchange override in the figure below, you can see the changes and the dates. As seems to be a pattern in the Operations database, &#8220;who&#8221; added the override is conspicuously absent. Anyone else looking for change auditing in Opsgmr v4?</p>
<p>Another  cool feature is the hyperlink at the bottom of the override detail (Views: Discovery configuration view in this example) that launches a targeted view of the rule, monitor or object discovery targeted. Pretty convenient I think. I would be remiss if I didn&#8217;t point out the most important characteristic of this report.</p>
<p><img src="http://www.it-jedi.net/photos/OPSMGRSP1/OverridesRpt/OverRpt3.png" height="365" width="995" /></p>
<p>The most important characteristic of this report is <em>intelligent design</em> -  that it was designed from a <em>job role</em> or <em>task-based</em> point-of-view, <u>which is how all Opsmgr reports should be designed</u>. To clarify this point, I mean to say that while management packs are designed primarily with product features and functionality in mind, reports should not be. Reports are about how we need to analyze, summarize, and present data based on the task-at-hand encountered in the course of our job duties.</p>
<p>To whomever wrote this report, congratulations on a job well done. And let&#8217;s see more reports designed from this practical perspective, and less product-focused reports containing data I can gather more conveniently elsewhere (like that AD FSMO report that reports only 3 of the 5 FSMOs).</p>
<p>What do you like and dislike about Opsmgr reports? Let me hear your thoughts via our <a href="http://www.systemcenterforum.org/contact" target="_blank">Contact Page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/new-way-to-track-overrides-in-operations-manager-and-essentials-2007-sp1/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ReSearch This! Knowledge Base</title>
		<link>http://www.systemcenterforum.org/research-this-knowledge-base-136/</link>
		<comments>http://www.systemcenterforum.org/research-this-knowledge-base-136/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 13:34:15 +0000</pubDate>
		<dc:creator>Cameron Fuller</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[KB]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/research-this-knowledge-base-136/</guid>
		<description><![CDATA[Alert: The MOM Server received data that does not match the MOM Agent identifier
Issue: The agent configuration did not match the MOM server configuration. Mutual authentication was turned off in the MOM environment, but the agent was configured as if mutual authentication was turned on.
Resolution: Logged into the agent (shown in the description field of [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Alert</strong>: The MOM Server received data that does not match the MOM Agent identifier</p>
<p><strong>Issue</strong>: The agent configuration did not match the MOM server configuration. Mutual authentication was turned off in the MOM environment, but the agent was configured as if mutual authentication was turned on.</p>
<p><strong>Resolution</strong>: Logged into the agent (shown in the description field of the alert) and through add/remove programs modified the MOM configuration on the agent to match the correct configuration.</p>
<p>Submitted By: Cameron Fuller [MVP]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/research-this-knowledge-base-136/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ReSearch This! Knowledge Base</title>
		<link>http://www.systemcenterforum.org/research-this-knowledge-base-135/</link>
		<comments>http://www.systemcenterforum.org/research-this-knowledge-base-135/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 12:44:43 +0000</pubDate>
		<dc:creator>Cameron Fuller</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[KB]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/research-this-knowledge-base-135/</guid>
		<description><![CDATA[Alert: Active Directory lookup for user failed with error.
Issue: The Exchange front-end server had the diagnostic logging set to maximum for the Authentication on the POP3 service. This error is recorded when the Mailbox Alias does not match the User Logon Name (Pre-Windows 2000) value.
Resolution: Changed the diagnostic logging from Maximum to None as the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Alert</strong>: Active Directory lookup for user failed with error.</p>
<p><strong>Issue</strong>: The Exchange front-end server had the diagnostic logging set to maximum for the Authentication on the POP3 service. This error is recorded when the Mailbox Alias does not match the User Logon Name (Pre-Windows 2000) value.</p>
<p><strong>Resolution</strong>