<?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>Matt Goedtel on Operations Management : Operations Manager 2007 R2</title><link>http://blogs.technet.com/mgoedtel/archive/tags/Operations+Manager+2007+R2/default.aspx</link><description>Tags: Operations Manager 2007 R2</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Updated PowerShell Script - Maintenance Mode</title><link>http://blogs.technet.com/mgoedtel/archive/2009/10/29/updated-powershell-script-maintenance-mode.aspx</link><pubDate>Thu, 29 Oct 2009 18:22:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3290174</guid><dc:creator>mgoedtel</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.technet.com/mgoedtel/comments/3290174.aspx</comments><wfw:commentRss>http://blogs.technet.com/mgoedtel/commentrss.aspx?PostID=3290174</wfw:commentRss><description>&lt;P&gt;I was recently e-mailed by a colleague regarding the maintenance mode PowerShell script that was originally released by Boris Yanushpolsky (found &lt;A href="http://blogs.msdn.com/boris_yanushpolsky/archive/2008/03/04/one-more-maintenance-mode-script.aspx" target=_blank mce_href="http://blogs.msdn.com/boris_yanushpolsky/archive/2008/03/04/one-more-maintenance-mode-script.aspx"&gt;here&lt;/A&gt;) that worked great for RTM/SP1, but was failing when executed on an OpsMgr 2007 R2 agent managed system.&amp;nbsp; In addition, the script was designed to place an object into maintenance mode for an hourly duration, not in minutes matching the setting in the Operations Console.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;As you know, in Operations Manager RTM/SP1, we did not place the health service or health service watcher instance of&amp;nbsp;the computer object into maintenance mode as one would expect, when you place a computer and its contained objects into maintenance mode.&amp;nbsp; In Operations Manager R2, this was resolved and no longer requires you to perform this as a second step in the process.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;The attached script has been updated to support automating the placement of computer objects into maintenance mode for Operations Manager R2, and now accepts the argument of minutes instead of hours for duration of maintenance.&amp;nbsp; I am also in the process of updating the Maintenance Mode management pack that Brian Wren originally developed, and&amp;nbsp;Andrzej Lipka (a former MCS Consultant from Poland) and myself modified with some additional features (see Andrzej's MP &lt;A href="http://blogs.technet.com/alipka/archive/2008/03/10/opsmgr-modified-brian-s-scheduled-maintenance-mode-mp.aspx" target=_blank mce_href="http://blogs.technet.com/alipka/archive/2008/03/10/opsmgr-modified-brian-s-scheduled-maintenance-mode-mp.aspx"&gt;here&lt;/A&gt; and mine &lt;A href="http://www.opsmanjam.com/OpsManJam%20Library/Forms/MP%20folder%20view.aspx?RootFolder=%2fOpsManJam%20Library%2fManagement%20Packs&amp;amp;FolderCTID=&amp;amp;View=%7b28F6035C%2d64EB%2d43DD%2dAE64%2d039B5C85A626%7d" target=_blank mce_href="http://www.opsmanjam.com/OpsManJam%20Library/Forms/MP%20folder%20view.aspx?RootFolder=%2fOpsManJam%20Library%2fManagement%20Packs&amp;amp;FolderCTID=&amp;amp;View=%7b28F6035C%2d64EB%2d43DD%2dAE64%2d039B5C85A626%7d"&gt;here&lt;/A&gt;) so you can leverage it for R2.&amp;nbsp; I hope to have it completed&amp;nbsp;and tested by this weekend, and submitted for review and release on &lt;A href="http://www.opsmanjam.com/"&gt;http://www.opsmanjam.com&lt;/A&gt; the following week.&lt;/P&gt;
&lt;P&gt;The command-line for executing the script is:&lt;/P&gt;&lt;FONT color=#000000&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri', 'sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt"&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;&lt;STRONG&gt;Starting MM&lt;/STRONG&gt; - powershell "c:\MMode_R2.ps1" -groupName 'All Computers' -minutes 10 -rmsServerName&amp;nbsp;RMSSERVER -startMM $true&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Calibri; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri"&gt;&lt;o:p&gt;&lt;STRONG&gt;&lt;FONT color=#000000&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT color=#000000&gt;&lt;STRONG&gt;Ending MM&lt;/STRONG&gt; - powershell "c:\MMode_R2.ps1" -groupName 'All Computers' -minutes 10 -rmsServerName RMSSERVER -startMM $false&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Times New Roman','serif'; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/SPAN&gt;&lt;/FONT&gt;Suggestions and feedback are always welcome.&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3290174" width="1" height="1"&gt;</description><enclosure url="http://blogs.technet.com/mgoedtel/attachment/3290174.ashx" length="1297" type="application/x-zip-compressed" /><category domain="http://blogs.technet.com/mgoedtel/archive/tags/Tools/default.aspx">Tools</category><category domain="http://blogs.technet.com/mgoedtel/archive/tags/Operations+Manager+2007+R2/default.aspx">Operations Manager 2007 R2</category></item><item><title>New MP's on OpsManJam</title><link>http://blogs.technet.com/mgoedtel/archive/2009/08/05/new-mp-s-on-opsmanjam.aspx</link><pubDate>Wed, 05 Aug 2009 18:04:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3270875</guid><dc:creator>mgoedtel</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/mgoedtel/comments/3270875.aspx</comments><wfw:commentRss>http://blogs.technet.com/mgoedtel/commentrss.aspx?PostID=3270875</wfw:commentRss><description>&lt;P&gt;It has been quite some time since I have posted anything of relevance on my blog.&amp;nbsp; I have been focused on updating some of the management packs that I published a few months ago, such as:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Extended Windows Server Active Directory &lt;/LI&gt;
&lt;LI&gt;Extended Windows Server&lt;/LI&gt;
&lt;LI&gt;System Center Configuration Manager OSD&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;In addition, I was developing&amp;nbsp;some new custom management packs, such as:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Extended Windows Server Internet Information Services 2003&lt;/LI&gt;
&lt;LI&gt;Extended SQL Server 2005/2008 &lt;/LI&gt;
&lt;LI&gt;Alachisoft NCache 3.x&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;All of these MP's, with exception of the Alachisoft and Extended SQL Server MP's, have been published on OpsManJam Library, under &lt;A title="Management Packs" href="http://www.opsmanjam.com/OpsManJam%20Library/Forms/MP%20folder%20view.aspx?RootFolder=%2fOpsManJam%20Library%2fManagement%20Packs&amp;amp;FolderCTID=&amp;amp;View=%7b28F6035C%2d64EB%2d43DD%2dAE64%2d039B5C85A626%7d" target=_blank mce_href="http://www.opsmanjam.com/OpsManJam%20Library/Forms/MP%20folder%20view.aspx?RootFolder=%2fOpsManJam%20Library%2fManagement%20Packs&amp;amp;FolderCTID=&amp;amp;View=%7b28F6035C%2d64EB%2d43DD%2dAE64%2d039B5C85A626%7d"&gt;Management Packs&lt;/A&gt;.&amp;nbsp; The Alachisoft NCache MP is undergoing an internal review and should be published this week or next.&amp;nbsp; I am currently putting the finishing touches on the custom Extended SQL Server 2005/2008, which will provide the following features:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Provides basic monitoring of specific events when you have database mirroring enabled on specific databases hosted on your SQL 2005/2008 server.&lt;/LI&gt;
&lt;LI&gt;Collects specific performance data related to database mirroring to view in the Console.&lt;/LI&gt;
&lt;LI&gt;Monitors for an event condition when a database&amp;nbsp;filegroup runs out of disk space (such as when AUTOGROW is not enabled, insufficient disk space, etc.)&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;So I have this first version complete and am currently drafting the deployment guide.&amp;nbsp; I should have it completed by the weekend and submitted for publishing on OpsManJam next week.&amp;nbsp; The next version of this MP that I am preparing to develop, will look to provide more advanced health monitoring for database mirroring.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;From now on, all custom MP's that I develop will be published on OpsManJam and not on my blog.&amp;nbsp; &lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3270875" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/mgoedtel/archive/tags/Operations+Manager+2007/default.aspx">Operations Manager 2007</category><category domain="http://blogs.technet.com/mgoedtel/archive/tags/Management+Packs/default.aspx">Management Packs</category><category domain="http://blogs.technet.com/mgoedtel/archive/tags/Operations+Manager+2007+R2/default.aspx">Operations Manager 2007 R2</category></item><item><title>Run As Profiles in Operations Manager 2007 R2</title><link>http://blogs.technet.com/mgoedtel/archive/2009/01/25/run-as-profiles-in-operations-manager-2007-r2.aspx</link><pubDate>Mon, 26 Jan 2009 05:36:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3191366</guid><dc:creator>mgoedtel</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/mgoedtel/comments/3191366.aspx</comments><wfw:commentRss>http://blogs.technet.com/mgoedtel/commentrss.aspx?PostID=3191366</wfw:commentRss><description>&lt;P&gt;One of the new features of R2 that hasn't received any attention yet (at least to my knowledge) is how we changed the functionality of Run As Profiles.&amp;nbsp; Today in Operations Manager 2007,&amp;nbsp;you associate a RunAs Account&amp;nbsp;for a particular RunAs Profile on a specific computer.&amp;nbsp; Pretty straight forward and if I remember correctly, the same as MOM 2005 (haven't touched it in some time so my memory is vague).&amp;nbsp; When I was testing my custom ADMP (my lab environment is running on R2), I was caught off guard because I needed to associate a RunAs account with a RunAs profile as part of my testing, and it took me some time to figure out how to configure it correctly (since the on-line documentation for R2 was not updated to provide an appropriate level of guidance).&amp;nbsp; &lt;/P&gt;
&lt;P&gt;In Operations Manager 2007 R2, when associating a RunAs Account for a particular RunAs Profile, you can now target the the profile to any class available in Operations Manager and see the logical relationship between the two.&amp;nbsp; Take for example a script that we run as a response to a monitor or a script that performs some level of monitoring against a SQL Server database.&amp;nbsp; Instead of associating the profile with the agent, you can associate the profile with the database instance or the SQL Server Database Engine for that agent.&amp;nbsp; So any workflow that requires running under a specific set of privileges in order to access the instrumentation correctly, you will be able to target the profile&amp;nbsp;by group, object, and instance class.&amp;nbsp; This follows the same logic as targeting a workflow today (monitors, rules, discoveries, tasks, etc.).&lt;/P&gt;
&lt;P&gt;While today's management packs for Operations Manager aren't developed with this strategy in mind, by the time R2 comes out I would expect to see them supporting this.&amp;nbsp; &lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3191366" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/mgoedtel/archive/tags/Operations+Manager+2007/default.aspx">Operations Manager 2007</category><category domain="http://blogs.technet.com/mgoedtel/archive/tags/Management+Packs/default.aspx">Management Packs</category><category domain="http://blogs.technet.com/mgoedtel/archive/tags/Configuration/default.aspx">Configuration</category><category domain="http://blogs.technet.com/mgoedtel/archive/tags/Operations+Manager+2007+R2/default.aspx">Operations Manager 2007 R2</category></item><item><title>OpsMgr 2007 Console on Windows 7</title><link>http://blogs.technet.com/mgoedtel/archive/2009/01/20/opsmgr-2007-console-on-windows-7.aspx</link><pubDate>Wed, 21 Jan 2009 05:10:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3188035</guid><dc:creator>mgoedtel</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.technet.com/mgoedtel/comments/3188035.aspx</comments><wfw:commentRss>http://blogs.technet.com/mgoedtel/commentrss.aspx?PostID=3188035</wfw:commentRss><description>&lt;P&gt;Over the weekend I was able to make the time needed to wipe and load Windows 7 Beta, which I can say with much enthusiasm is stellar (really, I am not saying that because I work for Microsoft).&amp;nbsp; Anywho, I installed the Operations Manager 2007 SP1 Operations Console and fired it up to see how it would fair on this beta OS.&amp;nbsp; Thus far, it is working reliably. &lt;/P&gt;
&lt;P&gt;While this is not earth shattering news and not a big deal from a "ohh I can do that" type of blog entry, I figured I would share this little tidbit of news anyway.&lt;/P&gt;
&lt;P&gt;Oh, the Operations Manager 2007 R2 Operations Console is also running sound on Windows 7.&amp;nbsp;&amp;nbsp;So for you who are admins or operators using Operations Manager 2007, go forward and enjoy the fruits of Windows 7!&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Leagl jargon&lt;/STRONG&gt; - your milage may vary and this is not an endorsement to violate your company's policy with using beta software on production systems.&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3188035" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/mgoedtel/archive/tags/Operations+Manager+2007+R2/default.aspx">Operations Manager 2007 R2</category></item></channel></rss>