<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>www.jayntguru.com &#187; computer geek stuff</title>
	<atom:link href="http://jayntguru.com/wordpress/archives/category/computer-geek-stuff/feed" rel="self" type="application/rss+xml" />
	<link>http://jayntguru.com/wordpress</link>
	<description>jay&#039;s website</description>
	<lastBuildDate>Wed, 20 Jul 2011 20:02:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>strange .net runtime error and the fix</title>
		<link>http://jayntguru.com/wordpress/archives/328</link>
		<comments>http://jayntguru.com/wordpress/archives/328#comments</comments>
		<pubDate>Wed, 20 Jul 2011 20:02:23 +0000</pubDate>
		<dc:creator>jayntguru</dc:creator>
				<category><![CDATA[computer geek stuff]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[scom]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[cocreate]]></category>
		<category><![CDATA[profiler]]></category>

		<guid isPermaLink="false">http://jayntguru.com/wordpress/archives/328</guid>
		<description><![CDATA[We had done a POC for Foglight by Quest back in March and ended up not purchasing the product because we already had SCOM in place. After the uninstall and ever since, we have had some issues. errors logged whenever an app pool starts/restarts containing this description .NET Runtime version 2.0.50727.3603 &#8211; Failed to CoCreate [...]]]></description>
			<content:encoded><![CDATA[<p>We had done a POC for Foglight by Quest back in March and ended up not purchasing the product because we already had SCOM in place. After the uninstall and ever since, we have had some issues.</p>
<ul>
<li>errors logged whenever an app pool starts/restarts containing this description</li>
</ul>
<ul>
<li>.NET Runtime version 2.0.50727.3603 &#8211; <font style="background-color: #ffff00">Failed to CoCreate profiler.</font></li>
</ul>
<li>.net health monitoring would log an app pool start but not log an app pool stop or shutdown</li>
<li>I had the suspicion that this was related to random app pool restarts during the day on one of our webservices</li>
<li>other debuggers would not attach to an app pool and work (like avicode that comes with SCOM)</li>
<p>I looked for how to fix this since March, of course I was too stubborn to call Quest, so that’s my fault. Much googling didn’t resolve much so when I finally did figure this out, I wanted to post what I found. It turns out that debugging is set in an environment variable. Seems like it’s a session variable because it’s set in the parameters of a service, so that way it runs with the service in the user context of the service. This is something I had never run across before so it seemed kinda odd.</p>
<p>In the end we had to remove the reg key “Environment” (and the contents of the key) from the two locations. This key is what sets the debugger to enabled and tells it which debugger to use.</p>
<ul>   </ul>
<ul>
<li>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W3SVC]</li>
<li>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\IISADMIN]</li>
</ul>
<p>Once these have been deleted, all you have to do is IISRESET the server and the error is gone and random app pool restarts have ceased. As of this writing I have not tried to reinstall the SCOM AVIcode to the webservice, but I’m certain that it will work now.</p>
]]></content:encoded>
			<wfw:commentRss>http://jayntguru.com/wordpress/archives/328/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AV exclusions</title>
		<link>http://jayntguru.com/wordpress/archives/327</link>
		<comments>http://jayntguru.com/wordpress/archives/327#comments</comments>
		<pubDate>Wed, 25 May 2011 19:19:29 +0000</pubDate>
		<dc:creator>jayntguru</dc:creator>
				<category><![CDATA[computer geek stuff]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[scom]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[w7]]></category>
		<category><![CDATA[ad]]></category>
		<category><![CDATA[av exclusions]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[exchange]]></category>

		<guid isPermaLink="false">http://jayntguru.com/wordpress/archives/327</guid>
		<description><![CDATA[This comes up often and I can never find everything in one place. This is a good post with a bunch of info and links.]]></description>
			<content:encoded><![CDATA[<p>This comes up often and I can never find everything in one place. <a href="http://ec2-184-72-148-10.compute-1.amazonaws.com/wordpress/" target="_blank">This is a good post with a bunch of info and links.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jayntguru.com/wordpress/archives/327/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL query to tell if SQL logins are using Kerberos or NTLM</title>
		<link>http://jayntguru.com/wordpress/archives/326</link>
		<comments>http://jayntguru.com/wordpress/archives/326#comments</comments>
		<pubDate>Thu, 17 Mar 2011 20:49:15 +0000</pubDate>
		<dc:creator>jayntguru</dc:creator>
				<category><![CDATA[computer geek stuff]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[scom]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[biztalk]]></category>
		<category><![CDATA[kerberos]]></category>
		<category><![CDATA[ntlm]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://jayntguru.com/wordpress/archives/326</guid>
		<description><![CDATA[Not explanation needed here, if you know what you are looking for, this is it. SELECT&#160; s.session_id , c.connect_time , s.login_time , s.login_name , c.protocol_type , c.auth_scheme , s.HOST_NAME , s.program_name FROM sys.dm_exec_sessions s JOIN sys.dm_exec_connections c ON s.session_id = c.session_id]]></description>
			<content:encoded><![CDATA[<p>Not explanation needed here, if you know what you are looking for, this is it.   </p>
<blockquote><p><code>SELECT&#160; <br />s.session_id         <br />, c.connect_time         <br />, s.login_time         <br />, s.login_name         <br />, c.protocol_type         <br />, c.auth_scheme         <br />, s.HOST_NAME         <br />, s.program_name         <br />FROM sys.dm_exec_sessions s         <br />JOIN sys.dm_exec_connections c         <br />ON s.session_id = c.session_id</code></p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://jayntguru.com/wordpress/archives/326/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TFS 2008 to TFS 2010 Install notes</title>
		<link>http://jayntguru.com/wordpress/archives/325</link>
		<comments>http://jayntguru.com/wordpress/archives/325#comments</comments>
		<pubDate>Sun, 13 Mar 2011 17:10:43 +0000</pubDate>
		<dc:creator>jayntguru</dc:creator>
				<category><![CDATA[computer geek stuff]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[tfs 2008]]></category>
		<category><![CDATA[tfs 2010]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://jayntguru.com/wordpress/archives/325</guid>
		<description><![CDATA[Recently (about 5 minutes ago) I did an upgrade in production of our Team Foundation 2008 server to Team Foundation 2010. I had a dry run that worked well but of course on the real thing I had a couple of issues. Here are some notes. TFS requires sysadmin on the new SQL server, it [...]]]></description>
			<content:encoded><![CDATA[<p>Recently (about 5 minutes ago) I did an upgrade in production of our Team Foundation 2008 server to Team Foundation 2010. I had a dry run that worked well but of course on the real thing I had a couple of issues. Here are some notes.</p>
<ul>
<li>TFS requires sysadmin on the new SQL server, it wants to create/drop databases like crazy</li>
<li>TFS previous to 2010 required sharepoint to be installed, with 2010 it’s just an option, you can add it later.</li>
<li>To clean up from an earlier install (failed, test run, etc.) you can run this command (see the gotcha at the end!)</li>
</ul>
<ul>     </ul>
<ul>
<p>C:\Program Files\Microsoft Team Foundation Server 2010\Tools&gt;tfsconfig setup /un         <br />install:all</p>
</ul>
<li>The steps are</li>
<ol>
<li>Install TFS 2010</li>
<li>Configure TFS 2010 (this creates databases)</li>
<li>Backup your old TFS databases (all of them)</li>
<li>Restore your old TFS databases to your new sql instance</li>
<li>Run the TFS import command from command line. It should look like this:</li>
</ol>
<ol>       </ol>
<ol>
<p>C:\Program Files\Microsoft Team Foundation Server 2010\Tools&gt;Tfsconfig import /s           <br />qlinstance:server\instance /collectionName:imported /confirmed</p>
</ol>
<li>Once you do this, you should be good to go</li>
<li>We had an error when trying to install on production because it kept finding information from the previous one. Apparently the tsconfig /setup uninstall:all doesn’t really uninstall all! There were extended database properties left over that we had to delete manually. Until we did this, we received this error:</li>
<ul>     </ul>
<ul>
<li>TF30046: The instance information does not match.</li>
</ul>
<li>There are very useful logfiles located in:</li>
<ul>     </ul>
<ul>
<li>C:\ProgramData\Microsoft\Team Foundation\Server Configuration\Logs</li>
</ul>
<li>In order to get visual studio 2005 to connect to TFS 2010, you have to install in this order:</li>
<ol>
<li>Visual studio 2005</li>
<li>Tfs plugin for vs 2005</li>
<li>Vs 2005 sp1</li>
<li>Vs 2005 vista compatibility update (run windows update)</li>
<li>Vs 2005 TFS 2010 update</li>
<li>Then you enter the full URL in the server name field: <a href="http://tfs2010_server:8080/tfs">http://tfs2010_server:8080/tfs</a></li>
<li>If it tells you that you can’t put in the “/” and such, it means you installed in the wrong order.</li>
</ol>
<li>In order to get visual studio 2008 to connect to TFS 2010, you have to:</li>
<ol>
<li>Install vs 2008</li>
<li>Install vs 2008 sp1</li>
<li>Install vs 2008 TFS compatibility pack</li>
<li>Enter servername as: <a href="http://tfs2010_server:8080/tfs">http://tfs2010_server:8080/tfs</a></li>
</ol>
<li>That’s all I have for now. After all the devs come in and hit this tomorrow I may have some more updates (but I hope not!).</li>
<p>&#160;</p>
<p>&#160;</p>
<ul>
<ol>     </ol>
<ol>       </ol>
<ol>                </ol>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jayntguru.com/wordpress/archives/325/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSMQ MP for SCOM&#8211;has issues..</title>
		<link>http://jayntguru.com/wordpress/archives/324</link>
		<comments>http://jayntguru.com/wordpress/archives/324#comments</comments>
		<pubDate>Mon, 21 Feb 2011 19:19:06 +0000</pubDate>
		<dc:creator>jayntguru</dc:creator>
				<category><![CDATA[annoyances]]></category>
		<category><![CDATA[computer geek stuff]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[scom]]></category>
		<category><![CDATA[alert]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[msmq]]></category>
		<category><![CDATA[system center operations manager]]></category>

		<guid isPermaLink="false">http://jayntguru.com/wordpress/archives/324</guid>
		<description><![CDATA[This is just an example of the kind of stuff I find in the MSMQ MP for scom. Is this alert about the SIZE of the messages or the NUMBER of messages?]]></description>
			<content:encoded><![CDATA[<p>This is just an example of the kind of stuff I find in the MSMQ MP for scom. Is this alert about the SIZE of the messages or the NUMBER of messages?</p>
<p><a href="http://jayntguru.com/wordpress/wp-content/uploads/2011/02/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://jayntguru.com/wordpress/wp-content/uploads/2011/02/image_thumb.png" width="880" height="369" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jayntguru.com/wordpress/archives/324/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>scom missing performance counters</title>
		<link>http://jayntguru.com/wordpress/archives/321</link>
		<comments>http://jayntguru.com/wordpress/archives/321#comments</comments>
		<pubDate>Fri, 07 Jan 2011 20:02:57 +0000</pubDate>
		<dc:creator>jayntguru</dc:creator>
				<category><![CDATA[annoyances]]></category>
		<category><![CDATA[computer geek stuff]]></category>
		<category><![CDATA[scom]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[system center]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://jayntguru.com/wordpress/archives/321</guid>
		<description><![CDATA[I recently had to make some changes to my scom test environment server. It’s a single virtual machine with scom, sql, ssrs, the works on it. Despite what one would think, it has performed well with about 30 agents. Recently I added about that many more and it pushed up the ram to the 4gb [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had to make some changes to my scom test environment server. It’s a single virtual machine with scom, sql, ssrs, the works on it. Despite what one would think, it has performed well with about 30 agents. Recently I added about that many more and it pushed up the ram to the 4gb max that I had given it. When I added more I realized I had used 2008 x32 for the OS (oops) and was not able to see the extra ram. After some research I found that I could do an upgrade from 2008 standard to enterprise, which is what I did. Afterwards, scom wouldn’t run because the SDK service would not start. This is the event log message.</p>
<blockquote><p>Log Name:&#160;&#160;&#160;&#160;&#160; Operations Manager     <br />Source:&#160;&#160;&#160;&#160;&#160;&#160;&#160; OpsMgr SDK Service      <br />Date:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 1/7/2011 2:25:48 PM      <br />Event ID:&#160;&#160;&#160;&#160;&#160; 26380      <br />Task Category: None      <br />Level:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Error      <br />Keywords:&#160;&#160;&#160;&#160;&#160; Classic      <br />User:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; N/A      <br />Computer:&#160;&#160;&#160;&#160;&#160; </p>
<p>Description:     <br />The System Center Operations Manager SDK Service failed due to an unhandled exception.&#160; <br />The service will attempt to restart.       <br />Exception: </p>
<p>System.TypeInitializationException: The type initializer for &#8216;Microsoft.EnterpriseManagement.Mom.ServiceDataLayer.SdkDataAccess&#8217; threw an exception. &#8212;&gt; System.InvalidOperationException: The requested Performance Counter is not a custom counter, it has to be initialized as ReadOnly.     <br />&#160;&#160; at System.Diagnostics.PerformanceCounter.Initialize()      <br />&#160;&#160; at System.Diagnostics.PerformanceCounter.set_RawValue(Int64 value)      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.Internal.PerformanceCounterCategoryDescriptor.SingleInstancePerformanceCounterCategoryManager.CreateCounter(String categoryName, String counterName)      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.Internal.PerformanceCounterCategoryDescriptor.SingleInstancePerformanceCounterCategoryManager.CreateCounters(PerformanceCounterCategoryDescriptor categoryInfo)      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.Internal.PerformanceCounterCategoryDescriptor.SingleInstancePerformanceCounterCategoryManager..ctor(String instanceName, PerformanceCounterCategoryDescriptor categoryInfo)      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.Internal.SingleInstancePerformanceCounterCategoryDescriptor.CreateManager()      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.ServiceDataLayer.SdkPerfCounterManager..ctor()      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.ServiceDataLayer.SdkDataAccess..cctor()      <br />&#160;&#160; &#8212; End of inner exception stack trace &#8212;      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.ServiceDataLayer.SdkDataAccess.Initialize()      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.Sdk.Service.SdkSubService.AsyncStartCallback(Object notUsed)      <br />&#160;&#160; at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)      <br />&#160;&#160; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)      <br />&#160;&#160; at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)      <br />&#160;&#160; at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)      <br />Event Xml:      <br />&lt;Event xmlns=&quot;<a href="http://schemas.microsoft.com/win/2004/08/events/event&quot;">http://schemas.microsoft.com/win/2004/08/events/event&quot;</a>&gt;      <br />&#160; &lt;System&gt;      <br />&#160;&#160;&#160; &lt;Provider Name=&quot;OpsMgr SDK Service&quot; /&gt;      <br />&#160;&#160;&#160; &lt;EventID Qualifiers=&quot;49152&quot;&gt;26380&lt;/EventID&gt;      <br />&#160;&#160;&#160; &lt;Level&gt;2&lt;/Level&gt;      <br />&#160;&#160;&#160; &lt;Task&gt;0&lt;/Task&gt;      <br />&#160;&#160;&#160; &lt;Keywords&gt;0&#215;80000000000000&lt;/Keywords&gt;      <br />&#160;&#160;&#160; &lt;TimeCreated SystemTime=&quot;2011-01-07T19:25:48.000Z&quot; /&gt;      <br />&#160;&#160;&#160; &lt;EventRecordID&gt;10025424&lt;/EventRecordID&gt;      <br />&#160;&#160;&#160; &lt;Channel&gt;Operations Manager&lt;/Channel&gt;      <br />&#160;&#160;&#160; &lt;Computer&gt;INFMGT52.accessgeneral.com&lt;/Computer&gt;      <br />&#160;&#160;&#160; &lt;Security /&gt;      <br />&#160; &lt;/System&gt;      <br />&#160; &lt;EventData&gt;      <br />&#160;&#160;&#160; &lt;Data&gt;System.TypeInitializationException: The type initializer for &#8216;Microsoft.EnterpriseManagement.Mom.ServiceDataLayer.SdkDataAccess&#8217; threw an exception. &#8212;&amp;gt; System.InvalidOperationException: The requested Performance Counter is not a custom counter, it has to be initialized as ReadOnly.      <br />&#160;&#160; at System.Diagnostics.PerformanceCounter.Initialize()      <br />&#160;&#160; at System.Diagnostics.PerformanceCounter.set_RawValue(Int64 value)      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.Internal.PerformanceCounterCategoryDescriptor.SingleInstancePerformanceCounterCategoryManager.CreateCounter(String categoryName, String counterName)      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.Internal.PerformanceCounterCategoryDescriptor.SingleInstancePerformanceCounterCategoryManager.CreateCounters(PerformanceCounterCategoryDescriptor categoryInfo)      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.Internal.PerformanceCounterCategoryDescriptor.SingleInstancePerformanceCounterCategoryManager..ctor(String instanceName, PerformanceCounterCategoryDescriptor categoryInfo)      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.Internal.SingleInstancePerformanceCounterCategoryDescriptor.CreateManager()      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.ServiceDataLayer.SdkPerfCounterManager..ctor()      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.ServiceDataLayer.SdkDataAccess..cctor()      <br />&#160;&#160; &#8212; End of inner exception stack trace &#8212;      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.ServiceDataLayer.SdkDataAccess.Initialize()      <br />&#160;&#160; at Microsoft.EnterpriseManagement.Mom.Sdk.Service.SdkSubService.AsyncStartCallback(Object notUsed)      <br />&#160;&#160; at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)      <br />&#160;&#160; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)      <br />&#160;&#160; at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)      <br />&#160;&#160; at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)&lt;/Data&gt;      <br />&#160; &lt;/EventData&gt;      <br />&lt;/Event&gt;</p>
</blockquote>
<p><a href="http://support.microsoft.com/kb/300956" target="_blank">After some research I found this article from Microsoft that contains instructions on how to fix this problem.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jayntguru.com/wordpress/archives/321/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dashboarding using the SCCM Dashboard solution accelerator example</title>
		<link>http://jayntguru.com/wordpress/archives/319</link>
		<comments>http://jayntguru.com/wordpress/archives/319#comments</comments>
		<pubDate>Wed, 05 Jan 2011 22:07:25 +0000</pubDate>
		<dc:creator>jayntguru</dc:creator>
				<category><![CDATA[computer geek stuff]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[scom]]></category>
		<category><![CDATA[dashboards]]></category>
		<category><![CDATA[sccm]]></category>
		<category><![CDATA[sld]]></category>
		<category><![CDATA[solution accelerator]]></category>

		<guid isPermaLink="false">http://jayntguru.com/wordpress/archives/319</guid>
		<description><![CDATA[I will turn this into a more useful blog post when I have a few minutes but for now it is just a collection of links about dashboarding using the System Center Configuration Manager Solution Accelerator. The short story is that this runs on top of Sharepoint 3.0, which is free, meaning you can run [...]]]></description>
			<content:encoded><![CDATA[<p>I will turn this into a more useful blog post when I have a few minutes but for now it is just a collection of links about dashboarding using the System Center Configuration Manager Solution Accelerator. The short story is that this runs on top of Sharepoint 3.0, which is free, meaning you can run this for free. It’s not specific to SCCM so you can dashboard any sql data you want! Cool!</p>
<p><a title="http://technet.microsoft.com/en-us/library/ff369719.aspx" href="http://technet.microsoft.com/en-us/library/ff369719.aspx">http://technet.microsoft.com/en-us/library/ff369719.aspx</a></p>
<p><a title="http://systemscentre.blogspot.com/search/label/Dashboard" href="http://systemscentre.blogspot.com/search/label/Dashboard">http://systemscentre.blogspot.com/search/label/Dashboard</a></p>
<p><a title="http://garyhay.blogspot.com/2010/07/sccm-dashboard-queries-1.html" href="http://garyhay.blogspot.com/2010/07/sccm-dashboard-queries-1.html">http://garyhay.blogspot.com/2010/07/sccm-dashboard-queries-1.html</a></p>
<p><a href="http://blogs.msdn.com/b/shitanshu/archive/2010/04/08/part-1-how-microsoft-it-using-configuration-manager-dashboard.aspx">http://blogs.msdn.com/b/shitanshu/archive/2010/04/08/part-1-how-microsoft-it-using-configuration-manager-dashboard.aspx</a></p>
<p><a href="http://blogs.msdn.com/b/shitanshu/archive/2010/04/11/part-2-using-configuration-manager-dashboard-for-software-update-deployment-readiness-patch-tuesday-checklist.aspx">http://blogs.msdn.com/b/shitanshu/archive/2010/04/11/part-2-using-configuration-manager-dashboard-for-software-update-deployment-readiness-patch-tuesday-checklist.aspx</a></p>
<p><a href="http://blogs.msdn.com/b/shitanshu/archive/2010/05/02/part-3-sql-queries-used-for-creating-custom-configuration-manager-dashboard-in-microsoft-it.aspx">http://blogs.msdn.com/b/shitanshu/archive/2010/05/02/part-3-sql-queries-used-for-creating-custom-configuration-manager-dashboard-in-microsoft-it.aspx</a></p>
<p><a href="http://blogs.msdn.com/b/shitanshu/archive/2010/10/09/part-4-sql-queries-for-creating-configuration-manager-client-health-and-problem-management-dashboard.aspx">http://blogs.msdn.com/b/shitanshu/archive/2010/10/09/part-4-sql-queries-for-creating-configuration-manager-client-health-and-problem-management-dashboard.aspx</a></p>
<p><a title="http://64.4.11.252/en-us/edge/system-center-configuration-manager-2007-dashboard-part-2-configuration.aspx?query=1" href="http://64.4.11.252/en-us/edge/system-center-configuration-manager-2007-dashboard-part-2-configuration.aspx?query=1">http://64.4.11.252/en-us/edge/system-center-configuration-manager-2007-dashboard-part-2-configuration.aspx?query=1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jayntguru.com/wordpress/archives/319/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCOM Windows 2008 R2 Printer MP</title>
		<link>http://jayntguru.com/wordpress/archives/318</link>
		<comments>http://jayntguru.com/wordpress/archives/318#comments</comments>
		<pubDate>Fri, 10 Dec 2010 19:13:52 +0000</pubDate>
		<dc:creator>jayntguru</dc:creator>
				<category><![CDATA[computer geek stuff]]></category>
		<category><![CDATA[scom]]></category>
		<category><![CDATA[2008 r2]]></category>
		<category><![CDATA[management pack]]></category>
		<category><![CDATA[operations manager]]></category>
		<category><![CDATA[printer]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[system center]]></category>

		<guid isPermaLink="false">http://jayntguru.com/wordpress/archives/318</guid>
		<description><![CDATA[Ran across this custom MP by Kevin Holman. Nice! Thank you!]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogs.technet.com/b/kevinholman/archive/2010/11/10/how-to-monitor-print-services-on-server-2008-r2.aspx" target="_blank">Ran across this custom MP by Kevin Holman.</a> Nice! Thank you!</p>
]]></content:encoded>
			<wfw:commentRss>http://jayntguru.com/wordpress/archives/318/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cleaning up the default management pack</title>
		<link>http://jayntguru.com/wordpress/archives/317</link>
		<comments>http://jayntguru.com/wordpress/archives/317#comments</comments>
		<pubDate>Fri, 10 Dec 2010 18:56:05 +0000</pubDate>
		<dc:creator>jayntguru</dc:creator>
				<category><![CDATA[computer geek stuff]]></category>
		<category><![CDATA[scom]]></category>
		<category><![CDATA[clean]]></category>
		<category><![CDATA[default mp]]></category>
		<category><![CDATA[management pack]]></category>
		<category><![CDATA[operations manager]]></category>
		<category><![CDATA[system center]]></category>

		<guid isPermaLink="false">http://jayntguru.com/wordpress/archives/317</guid>
		<description><![CDATA[SCOM has what I feel is a major bug in that it will allow you to save items (monitors, rules, overrides, etc.) in the default MP. Doing this is bad for a lot of reasons, and not only does SCOM allow you to do this, but it is the default option as well. In my [...]]]></description>
			<content:encoded><![CDATA[<p>SCOM has what I feel is a major bug in that it will allow you to save items (monitors, rules, overrides, etc.) in the default MP. Doing this is bad for a lot of reasons, and not only does SCOM allow you to do this, but it is the default option as well. In my case it turned out that an occasional lack of attention allowed me to do this and then removing MP’s later becomes a huge pain in the rear. <a href="http://blogs.technet.com/b/kevinholman/archive/2008/11/11/cleaning-up-the-default-mp.aspx" target="_blank">Anyway I found this good article on how to clean up the mess.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jayntguru.com/wordpress/archives/317/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCOM: powershell run space failed to start</title>
		<link>http://jayntguru.com/wordpress/archives/316</link>
		<comments>http://jayntguru.com/wordpress/archives/316#comments</comments>
		<pubDate>Tue, 07 Dec 2010 19:07:35 +0000</pubDate>
		<dc:creator>jayntguru</dc:creator>
				<category><![CDATA[computer geek stuff]]></category>
		<category><![CDATA[scom]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[cannot run powershell]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[powershell permissions]]></category>
		<category><![CDATA[run space]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://jayntguru.com/wordpress/archives/316</guid>
		<description><![CDATA[I have been getting these messages since day 1 and tried various things that didn’t work to resolve. Below I am pasting an example rule with full text so that if someone is searching they will find it. This is one specific alert, I was having an issue with all non microsoft powershell scripted discoveries. [...]]]></description>
			<content:encoded><![CDATA[<p>I have been getting these messages since day 1 and tried various things that didn’t work to resolve.</p>
<p>Below I am pasting an example rule with full text so that if someone is searching they will find it. This is one specific alert, I was having an issue with all non microsoft powershell scripted discoveries. For me this was 99% from the <a href="http://xsnmp.codeplex.com/" target="_blank">XSNMP SCOM Management Pack</a>. To be clear the MP was not the cause of the problem, only the one that tried to run PS (and not work) the most.</p>
<blockquote><p>PM</p>
<p>Log Name:     <br />Operations Manager</p>
<p>Source:     <br />Health Service Modules</p>
<p>Event Number:     <br />22400</p>
<p>Level:     <br />1</p>
<p>Logging Computer:     </p>
<p>User:     <br />N/A</p>
<p>Description:</p>
<p>Failed to run the PowerShell script due to exception below, this workflow will be unloaded. System.NullReferenceException: Object reference not set to an instance of an object. at System.Environment.GetEnvironmentVariable(String variable, EnvironmentVariableTarget target) at System.Management.Automation.ModuleIntrinsics.GetExpandedEnvironmentVariable(String name, EnvironmentVariableTarget target) at System.Management.Automation.ModuleIntrinsics.SetModulePath() at System.Management.Automation.ExecutionContext.InitializeCommon(AutomationEngine engine, PSHost hostInterface) at System.Management.Automation.AutomationEngine..ctor(PSHost hostInterface, RunspaceConfiguration runspaceConfiguration, InitialSessionState iss) at System.Management.Automation.Runspaces.LocalRunspace.DoOpenHelper() at System.Management.Automation.Runspaces.RunspaceBase.CoreOpen(Boolean syncCall) at Microsoft.EnterpriseManagement.Modules.PowerShell.RunspaceController.RunScript(String scriptName, String scriptBody, Dictionary`2 parameters, PowerShellOutputType outputType, Int32 serializationDepth, IModuleDebug iModuleDebug) at Microsoft.EnterpriseManagement.Modules.PowerShell.PowerShellProbeActionModule.RunScript(RunspaceController runspaceController) Script Name: MemoryPctUtil.ps1 One or more workflows were affected by this. Workflow name: xSNMP.Cisco.Rule.CollectMemoryPoolUtil Instance name: I/O Instance ID: {X} Management group: X </p>
<p>Event Data:</p>
<p>&lt; DataItem type =&quot; <b>System.XmlData</b> &quot; time =&quot; <b>2010-12-03T19:15:30.1742570-05:00</b> &quot; sourceHealthServiceId =&quot; <b>X</b>&quot; &gt;</p>
<p>&lt; EventData &gt;</p>
<p>&lt; Data &gt; X &lt;/ Data &gt;</p>
<p>&lt; Data &gt; xSNMP.Cisco.Rule.CollectMemoryPoolUtil &lt;/ Data &gt;</p>
<p>&lt; Data &gt; I/O &lt;/ Data &gt;</p>
<p>&lt; Data &gt; {X} &lt;/ Data &gt;</p>
<p>&lt; Data &gt; MemoryPctUtil.ps1 &lt;/ Data &gt;</p>
<p>&lt; Data &gt; 300 &lt;/ Data &gt;</p>
<p>&lt; Data &gt; System.NullReferenceException: Object reference not set to an instance of an object. at System.Environment.GetEnvironmentVariable(String variable, EnvironmentVariableTarget target) at System.Management.Automation.ModuleIntrinsics.GetExpandedEnvironmentVariable(String name, EnvironmentVariableTarget target) at System.Management.Automation.ModuleIntrinsics.SetModulePath() at System.Management.Automation.ExecutionContext.InitializeCommon(AutomationEngine engine, PSHost hostInterface) at System.Management.Automation.AutomationEngine..ctor(PSHost hostInterface, RunspaceConfiguration runspaceConfiguration, InitialSessionState iss) at System.Management.Automation.Runspaces.LocalRunspace.DoOpenHelper() at System.Management.Automation.Runspaces.RunspaceBase.CoreOpen(Boolean syncCall) at Microsoft.EnterpriseManagement.Modules.PowerShell.RunspaceController.RunScript(String scriptName, String scriptBody, Dictionary`2 parameters, PowerShellOutputType outputType, Int32 serializationDepth, IModuleDebug iModuleDebug) at Microsoft.EnterpriseManagement.Modules.PowerShell.PowerShellProbeActionModule.RunScript(RunspaceController runspaceController) &lt;/ Data &gt;</p>
<p>&lt; Data /&gt;</p>
<p>&lt;/ EventData &gt;</p>
<p>&lt;/ DataItem &gt;</p>
</blockquote>
<p>&#160;</p>
<p>Eventually the scripts would time out like this:</p>
<blockquote><p>Time window start     <br />12/7/2010 11:57:38 AM</p>
<p>Time window end     <br />12/7/2010 12:02:37 PM</p>
<p>Time First     <br />12/7/2010 11:57:38 AM</p>
<p>Time Last     <br />12/7/2010 11:57:41 AM</p>
<p>Count     <br />44</p>
<p>Context</p>
<p>Date and Time:     <br />12/7/2010 11:57:41 AM</p>
<p>Log Name:     <br />Operations Manager</p>
<p>Source:     <br />Health Service Modules</p>
<p>Event Number:     <br />22411</p>
<p>Level:     <br />1</p>
<p>Logging Computer:     <br />X</p>
<p>User:     <br />N/A</p>
<p>Description:</p>
<p>The PowerShell script will be dropped because the it has been waiting in the queue for more than 10 minutes. Script Name: DiscoverInterfaceName.ps1 One or more workflows were affected by this. Workflow name: xSNMP.Discovery.InterfaceName Instance name: GigabitEthernet2/21 Instance ID: {X} Management group: X </p>
<p>Event Data:</p>
<p>&lt; DataItem type =&quot; <b>System.XmlData</b> &quot; time =&quot; <b>2010-12-07T11:57:41.4054873-05:00</b> &quot; sourceHealthServiceId =&quot; <b>X</b>&quot; &gt;</p>
<p>&lt; EventData &gt;</p>
<p>&lt; Data &gt; X &lt;/ Data &gt;</p>
<p>&lt; Data &gt; xSNMP.Discovery.InterfaceName &lt;/ Data &gt;</p>
<p>&lt; Data &gt; GigabitEthernet2/21 &lt;/ Data &gt;</p>
<p>&lt; Data &gt; {X} &lt;/ Data &gt;</p>
<p>&lt; Data &gt; DiscoverInterfaceName.ps1 &lt;/ Data &gt;</p>
<p>&lt; Data &gt; 300 &lt;/ Data &gt;</p>
<p>&lt; Data &gt; 10 &lt;/ Data &gt;</p>
<p>&lt; Data /&gt;</p>
<p>&lt;/ EventData &gt;</p>
<p>&lt;/ DataItem &gt;</p>
</blockquote>
<p>&#160;</p>
<p>The issue turned out to be&#160; a permissions issue with the health service since it was trying to run these powershell scripts as local system. <a href="http://www.networkfoo.org/server-infrastructure/script-or-executable-failed-run-dc-scom-2007-r2" target="_blank">This article is the one that finally jogged my memory appropriately.</a> Thank you to the author!</p>
]]></content:encoded>
			<wfw:commentRss>http://jayntguru.com/wordpress/archives/316/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

