<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>BWren's Management Space - All Comments</title><link>http://blogs.technet.com/b/brianwren/</link><description>Operations Manager management packs and other automation technologies</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Programmatically Creating Groups</title><link>http://blogs.technet.com/b/brianwren/archive/2008/11/18/programmatically-creating-groups.aspx#3516168</link><pubDate>Fri, 24 Aug 2012 17:32:37 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3516168</guid><dc:creator>MB</dc:creator><description>&lt;p&gt;Is there an updated version for SCOM 2012?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3516168" width="1" height="1"&gt;</description></item><item><title>re: Using Wildcards with the Windows Service Template</title><link>http://blogs.technet.com/b/brianwren/archive/2008/03/07/using-wildcards-with-the-windows-service-template.aspx#3514856</link><pubDate>Fri, 17 Aug 2012 09:33:25 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3514856</guid><dc:creator>John</dc:creator><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;When I use this, and I seal the management pack because I want to use the monitoring services in a distributed applications, I&amp;#39;m not able to reimport the sealed management pack (because of the overrides used by scom template ?)&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3514856" width="1" height="1"&gt;</description></item><item><title>re: Running PowerShell Scripts from a Management Pack - Part 1</title><link>http://blogs.technet.com/b/brianwren/archive/2008/02/20/running-powershell-scripts-from-a-management-pack.aspx#3509726</link><pubDate>Thu, 19 Jul 2012 10:15:09 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3509726</guid><dc:creator>MukulJain</dc:creator><description>&lt;p&gt;I am working on a SCOM management pack which will monitor a device. &lt;/p&gt;
&lt;p&gt;Right now we have developed VbScript code to develop the interfaces to connect to device. &lt;/p&gt;
&lt;p&gt;We have around 50 scripts which does following tasks:&lt;/p&gt;
&lt;p&gt;1. Gather inventory data from device and push to SCOM.&lt;/p&gt;
&lt;p&gt;2. Gather events, faults, alerts data from device and push to SCOM.&lt;/p&gt;
&lt;p&gt;3. etc.&lt;/p&gt;
&lt;p&gt;SCOM runs all these 50 scripts on a regular interval or 5 to 30 minutes. The interval is defined according to the script task.&lt;/p&gt;
&lt;p&gt;For inventory information the interval is larger like 30 minutes and for events, alerts, faults the interval is small i.e. 5 minutes.&lt;/p&gt;
&lt;p&gt;My VbScript code works fine but due to some factors (which are given below)&lt;/p&gt;
&lt;p&gt;1. If i have 1000 devices in my network/data center, then SCOM will have to run 50*1000 = 50000 scripts.&lt;/p&gt;
&lt;p&gt;2. All scripts will execute on MS which can bring it down.&lt;/p&gt;
&lt;p&gt;Hence, I am trying to use COM MOM.ScriptAPI with C# and developing interfaces to connecting to a device. &lt;/p&gt;
&lt;p&gt;This exercise will remove the MS workload and we will deploy this solution to a separate windows machine.&lt;/p&gt;
&lt;p&gt;This interface will connect to device and push the discovery data to SCOM.&lt;/p&gt;
&lt;p&gt;Just some quick questions:&lt;/p&gt;
&lt;p&gt;1. Can we use C# code to for doing the same. Can we create a DLL for all C# code to define interfaces for MOM.ScriptAPI.&lt;/p&gt;
&lt;p&gt;2. How we should define the relations in Management pack for these methods or functions call.&lt;/p&gt;
&lt;p&gt;If possible please let me know.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3509726" width="1" height="1"&gt;</description></item><item><title>re: Using Wildcards with the Windows Service Template</title><link>http://blogs.technet.com/b/brianwren/archive/2008/03/07/using-wildcards-with-the-windows-service-template.aspx#3485625</link><pubDate>Fri, 09 Mar 2012 02:32:19 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3485625</guid><dc:creator>IcI</dc:creator><description>&lt;p&gt;@Mapenzi - Sorry, my web console is fine &amp;amp; displaying no such errors.&lt;/p&gt;
&lt;p&gt;@Brian - Your query will monitor disabled services as well. This applies to anybody that wants to filter (WHERE) on more than one field. Lookout for the AND and the brackets ()&lt;/p&gt;
&lt;p&gt; &amp;nbsp; SELECT * FROM Win32_Service where (name like &amp;#39;vmi%&amp;#39;) AND (startmode != &amp;#39;disabled&amp;#39;)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3485625" width="1" height="1"&gt;</description></item><item><title>re: MP Author Resource Kit</title><link>http://blogs.technet.com/b/brianwren/archive/2009/10/21/mp-author-resource-kit.aspx#3475065</link><pubDate>Thu, 12 Jan 2012 05:58:15 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3475065</guid><dc:creator>Ashwini</dc:creator><description>&lt;p&gt; Hi Brian Wren,&lt;/p&gt;
&lt;p&gt;I have one issue regarding the debugging. I have instaleld the debugger and so able to select the &amp;#39;Debug Script&amp;#39; option. My management pack is having script discovery and I want to debug it. When I choose &amp;#39;Debug Script&amp;#39; option and simulate the discovery, it it not launching the debugger and so i am not able to debug the script. &lt;/p&gt;
&lt;p&gt;Can you put your views on the same.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Ashwini&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3475065" width="1" height="1"&gt;</description></item><item><title>re: Using Wildcards with the Windows Service Template</title><link>http://blogs.technet.com/b/brianwren/archive/2008/03/07/using-wildcards-with-the-windows-service-template.aspx#3474588</link><pubDate>Mon, 09 Jan 2012 18:59:57 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3474588</guid><dc:creator>Mapenzi</dc:creator><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I have a problem with web console.&lt;/p&gt;
&lt;p&gt;with this method I can&amp;#39;t watch state health in web console.&lt;/p&gt;
&lt;p&gt;I have Operator Scom 2007 R2, anyone can help me?&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3474588" width="1" height="1"&gt;</description></item><item><title>re: Running PowerShell Scripts from a Management Pack - Part 1</title><link>http://blogs.technet.com/b/brianwren/archive/2008/02/20/running-powershell-scripts-from-a-management-pack.aspx#3462640</link><pubDate>Tue, 01 Nov 2011 17:33:19 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3462640</guid><dc:creator>Hi Brian.</dc:creator><description>&lt;p&gt;I too have an infatuation with Powershell - I am in the beginning phase right now and would like to know what is the best way to go about learning more about PS + Management Packs? &amp;nbsp;&lt;/p&gt;
&lt;p&gt;let me know- Adrian&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3462640" width="1" height="1"&gt;</description></item><item><title>re: Programmatically Creating Groups</title><link>http://blogs.technet.com/b/brianwren/archive/2008/11/18/programmatically-creating-groups.aspx#3454127</link><pubDate>Mon, 19 Sep 2011 11:04:41 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3454127</guid><dc:creator>deepeshreja</dc:creator><description>&lt;p&gt;Can we update the existing group? I mean without deleting the existing group and creating the new.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3454127" width="1" height="1"&gt;</description></item><item><title>re: Dynamically populating component groups in Operations Manager 2007 Distributed Applications</title><link>http://blogs.technet.com/b/brianwren/archive/2008/01/26/dynamically-populating-component-groups-in-distributed-applications.aspx#3416010</link><pubDate>Fri, 25 Mar 2011 13:42:16 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3416010</guid><dc:creator>Dan Nichols</dc:creator><description>&lt;p&gt;Another useful tip: if you want to populate the component group with all instances of the class (all web sites) then simply remove the &amp;lt;IncludeList&amp;gt;&amp;lt;/IncludeList&amp;gt; section all together and bingo all discovered web sites will be included. I guess you could also use this technique to include objects based on group membership by changing the &amp;lt;MonitoringClass&amp;gt;&amp;lt;/MonitoringClass&amp;gt; to reference the group class rather than web sites (not tested this yet though).&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3416010" width="1" height="1"&gt;</description></item><item><title>re: Dynamically populating component groups in Operations Manager 2007 Distributed Applications</title><link>http://blogs.technet.com/b/brianwren/archive/2008/01/26/dynamically-populating-component-groups-in-distributed-applications.aspx#3379951</link><pubDate>Wed, 12 Jan 2011 23:34:28 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3379951</guid><dc:creator>pthorse</dc:creator><description>&lt;p&gt;Brian, &lt;/p&gt;
&lt;p&gt;Just wondering if you have any info on how to query the group and its hierarchy without using a hard coded class string? &amp;nbsp;I just need to view all the objects that are contained in the group by using the SDK to do so. &amp;nbsp;Have any ideas??&lt;/p&gt;
&lt;p&gt;Thanks in advance, kind of an old post but hoping to get lucky.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3379951" width="1" height="1"&gt;</description></item></channel></rss>