<?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>The Operations Manager Support Team Blog</title><link>http://blogs.technet.com/operationsmgr/default.aspx</link><description /><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Putting a Group of Computers into Maintenance Mode via Powershell</title><link>http://blogs.technet.com/operationsmgr/archive/2009/11/17/putting-a-group-of-computers-into-maintenance-mode-via-powershell.aspx</link><pubDate>Tue, 17 Nov 2009 21:04:50 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3294528</guid><dc:creator>jchornbe</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/operationsmgr/comments/3294528.aspx</comments><wfw:commentRss>http://blogs.technet.com/operationsmgr/commentrss.aspx?PostID=3294528</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/operationsmgr/WindowsLiveWriter/PuttingaGroupofComputersintoMaintenanceM_BFE1/image_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="image" border="0" alt="image" align="left" src="http://blogs.technet.com/blogfiles/operationsmgr/WindowsLiveWriter/PuttingaGroupofComputersintoMaintenanceM_BFE1/image_thumb.png" width="71" height="82" /&gt;&lt;/a&gt; Have you ever found yourself in need of putting a group of systems into Maintenance Mode in System Center Operations Manager 2007 R2?&amp;#160; If so you can use the script below.&amp;#160; Note that in SCOM 2007 R2 there is no need to put the health service and health service watcher into Maintenance Mode separately, we just need to put the computer itself into Maintenance Mode and it will take care of other components automatically.&lt;/p&gt;  &lt;p&gt;*************Script*********&lt;/p&gt;  &lt;p&gt;&lt;font color="#004080"&gt;param($rootMS,$group,$numberOfHoursInMaintenanceMode,$comment)&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#004080"&gt;Add-PSSnapin &amp;quot;Microsoft.EnterpriseManagement.OperationsManager.Client&amp;quot; -ErrorVariable errSnapin;      &lt;br /&gt;Set-Location &amp;quot;OperationsManagerMonitoring::&amp;quot; -ErrorVariable errSnapin;       &lt;br /&gt;new-managementGroupConnection -ConnectionString:$rootMS -ErrorVariable errSnapin;       &lt;br /&gt;set-location $rootMS -ErrorVariable errSnapin;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#004080"&gt;$groupObject = get-monitoringobject | where {$_.DisplayName -eq $group};      &lt;br /&gt;$groupagents = $groupObject.getrelatedmonitoringobjects()&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#004080"&gt;foreach ($agent in $groupAgents)&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#004080"&gt;{&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#004080"&gt;$computerPrincipalName = $agent.displayname      &lt;br /&gt;$computerPrincipalName&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#004080"&gt;$computerClass = get-monitoringclass -name:Microsoft.Windows.Computer      &lt;br /&gt;$healthServiceClass = get-monitoringclass -name:Microsoft.SystemCenter.HealthService       &lt;br /&gt;$healthServiceWatcherClass = get-monitoringclass -name:Microsoft.SystemCenter.HealthServiceWatcher&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#004080"&gt;$computerCriteria = &amp;quot;PrincipalName='&amp;quot; + $computerPrincipalName + &amp;quot;'&amp;quot;      &lt;br /&gt;$computer = get-monitoringobject -monitoringclass:$computerClass | Where{$_.Displayname -like $computerPrincipalName}       &lt;br /&gt;$startTime = [System.DateTime]::Now       &lt;br /&gt;$endTime = $startTime.AddHours($numberOfHoursInMaintenanceMode)&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#004080"&gt;&amp;quot;Putting &amp;quot; + $computerPrincipalName + &amp;quot; into maintenance mode&amp;quot;      &lt;br /&gt;New-MaintenanceWindow -startTime:$startTime -endTime:$endTime -monitoringObject:$computer -comment:$comment&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#004080"&gt;}&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;*************************&lt;/p&gt;  &lt;p&gt;Save the above script with a ps1 extension.&lt;/p&gt;  &lt;p&gt;Schedule the script using the Task Scheduler and command line below:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;Powershell c:\MMode.ps1 -rootMS: &amp;lt;RMS server name&amp;gt; -group: &amp;lt;Group name&amp;gt; - Numberofhoursinmaintenancemode: 1 -Comment: 'This is a test'&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Hope this helps,&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Ritesh Grover | System Center Technical Lead&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3294528" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/operationsmgr/archive/tags/OpsMgr/default.aspx">OpsMgr</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/Maintenance+Mode/default.aspx">Maintenance Mode</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/Script/default.aspx">Script</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/PowerShell/default.aspx">PowerShell</category></item><item><title>New KB973499 - A memory leak occurs when many content location requests are received by a site server ConfigMgr 2007 SP1</title><link>http://blogs.technet.com/operationsmgr/archive/2009/11/16/new-kb973499-a-memory-leak-occurs-when-many-content-location-requests-are-received-by-a-site-server-configmgr-2007-sp1.aspx</link><pubDate>Mon, 16 Nov 2009 16:23:13 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3294139</guid><dc:creator>jchornbe</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/operationsmgr/comments/3294139.aspx</comments><wfw:commentRss>http://blogs.technet.com/operationsmgr/commentrss.aspx?PostID=3294139</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/?kbid=973499"&gt;&lt;img title="KBArticle" border="0" alt="KBArticle" align="left" src="http://blogs.technet.com/blogfiles/scvmm/WindowsLiveWriter/TwonewSCVMMKnowledgeBasearticlesforthewe_C90F/KBArticle_thumb.gif" width="72" height="75" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Consider the following scenario: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;The management point role is installed on a site server that is running Microsoft System Center Configuration Manager 2007 Service Pack 1 (SP1). &lt;/li&gt;    &lt;li&gt;Many content location requests are sent to the management point when the requests contain multiple locations.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;In this scenario, the memory usage of the Microsoft Systems Management Server (SMS) Agent Host service (Ccmexec.exe) keeps increasing.&lt;/p&gt;  &lt;p&gt;There's a hotfix for this issue and you can read all the details and download it here:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/?kbid=973499 "&gt;KB973499&lt;/a&gt; - A memory leak occurs when many content location requests are received by a site server that is running System Center Configuration Manager 2007 SP1&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;J.C. Hornbeck | Manageability Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3294139" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/operationsmgr/archive/tags/KB+Article/default.aspx">KB Article</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/Hotfix/default.aspx">Hotfix</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/Download/default.aspx">Download</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/SP1/default.aspx">SP1</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/ConfigMgr+2007/default.aspx">ConfigMgr 2007</category></item><item><title>How to enable a command notification channel in OpsMgr 2007</title><link>http://blogs.technet.com/operationsmgr/archive/2009/11/12/how-to-enable-a-command-notification-channel-in-opsmgr-2007.aspx</link><pubDate>Thu, 12 Nov 2009 23:46:15 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3293523</guid><dc:creator>jchornbe</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/operationsmgr/comments/3293523.aspx</comments><wfw:commentRss>http://blogs.technet.com/operationsmgr/commentrss.aspx?PostID=3293523</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/operationsmgr/WindowsLiveWriter/Howtoenableacommandnotificationchannelin_F914/image_4.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="image" border="0" alt="image" align="left" src="http://blogs.technet.com/blogfiles/operationsmgr/WindowsLiveWriter/Howtoenableacommandnotificationchannelin_F914/image_thumb_1.png" width="188" height="83" /&gt;&lt;/a&gt; Command notifications differ from the other available notification channels. A command notification allows you to run an executable program automatically in response to an alert. Because you can run multiple commands in response to an alert you must assign a unique name to each command notification that you create.&lt;/p&gt;  &lt;p&gt;To enable a command notification&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;     &lt;p&gt;Log on to the computer with a user account that is a member of the Operations Manager Administrator role for the Operations Manager 2007 management group.&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;In the Operations console, click the &lt;strong&gt;Administration&lt;/strong&gt; button.&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;In the Navigation tree, under &lt;strong&gt;Notifications&lt;/strong&gt;, right-click &lt;strong&gt;Channels&lt;/strong&gt;. Click &lt;strong&gt;New channel&lt;/strong&gt; and then point to &lt;strong&gt;Command&lt;/strong&gt;.&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Type a name for the channel, such as &lt;strong&gt;Command channel&lt;/strong&gt; and optionally provide a description. Click &lt;strong&gt;Next&lt;/strong&gt;.&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Type a unique name for this command channel in the &lt;strong&gt;Notification command channel name&lt;/strong&gt; box and a brief description in the &lt;strong&gt;Description&lt;/strong&gt; box.&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;In the Notification command configuration area, type the path to the executable file that you want to run in the &lt;strong&gt;Full path to command file &lt;/strong&gt;box. For example, “%systemroot%\cmd.exe” or “c:\winnt\system32\cscript.exe”. Type any parameters that you want to run with this command in &lt;strong&gt;Command line parameters&lt;/strong&gt; box. Type the path of the directory that is used for any output of this command in the &lt;strong&gt;Startup folder for the command line&lt;/strong&gt; box. &lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Click &lt;strong&gt;Finish&lt;/strong&gt;, and then click &lt;strong&gt;Close&lt;/strong&gt; again to return to the Operations console.&lt;/p&gt;   &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;After you have enabled the command notification channel, do the following: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Create a new recipient that has the command selected as a device. &lt;/li&gt;    &lt;li&gt;Create a new subscription and select only the recipient created for this command.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Hope this helps,&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Satish Phatge | System Center Support Engineer&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3293523" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/operationsmgr/archive/tags/OpsMgr/default.aspx">OpsMgr</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/How+To/default.aspx">How To</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/Notification+Channel/default.aspx">Notification Channel</category></item><item><title>OpsMgr 2007: Subscriptions getting automatically disabled - Event ID 11452 logged</title><link>http://blogs.technet.com/operationsmgr/archive/2009/11/12/opsmgr-2007-subscriptions-getting-automatically-disabled-event-id-11452-logged.aspx</link><pubDate>Thu, 12 Nov 2009 23:35:23 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3293521</guid><dc:creator>jchornbe</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/operationsmgr/comments/3293521.aspx</comments><wfw:commentRss>http://blogs.technet.com/operationsmgr/commentrss.aspx?PostID=3293521</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/operationsmgr/WindowsLiveWriter/OpsMgr2007Subscriptionsgettingautomatica_F5AB/image_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="image" border="0" alt="image" align="left" src="http://blogs.technet.com/blogfiles/operationsmgr/WindowsLiveWriter/OpsMgr2007Subscriptionsgettingautomatica_F5AB/image_thumb.png" width="60" height="51" /&gt;&lt;/a&gt; I recently ran across an issue where notification subscriptions were getting disabled every 30 minutes. The strange thing was that only about half of the subscriptions were being disabled and they were the same subscriptions every time. I tried re-enabling them with both Powershell as well as the GUI and had the same result, the subscriptions kept being disabled. After digging through event logs I found this warning: &lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;strong&gt;Log Name: Operations Manager       &lt;br /&gt;Source: Health Service Modules        &lt;br /&gt;Event ID: 11452        &lt;br /&gt;Task Category:&amp;#160;&amp;#160; None        &lt;br /&gt;Level: Warning&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;Validate alert subscription data source module encountered an alert subscription data source with configuration that has gone out of scope. Disabling the alert subscription data source module.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;Alert subscription name: Subscriptionaca6a276_e5a9_446b_9751_0ea539168e41&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;One or more workflows were affected by this.       &lt;br /&gt;Workflow name: Microsoft.SystemCenter.ValidateAlertSubscription&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;The problem turned out to be that I recently cleaned up the SCOM Admins user group and one of the users removed from the group had created half of the subscriptions. By putting the user back in the SCOM Admins group and re-enabling the subscriptions the problem was solved but we really didn’t want this user in the SCOM Admins group as he had moved on to a different role.&lt;/p&gt;  &lt;p&gt;So why was this happening? When a subscription is created the user who created the subscriptions SID is associated with that subscription. There is a workflow that checks every half hour for SIDs no longer valid. They could be invalid because their accounts access that had been removed, or possibly because the account has been disabled or deleted.&lt;/p&gt;  &lt;h5&gt;Resolution&lt;/h5&gt;  &lt;p&gt;To fix it long term I first exported the “Microsoft.SystemCenter.Notifications.Internal” management pack. This management pack is unsealed and contains all subscriptions.&lt;/p&gt;  &lt;p&gt;Inside the management pack I searched for one of the subscriptions that were being disabled and one that was wasn’t. I then replaced the SID of the bad subscription with the SID of the good subscription.&lt;/p&gt;  &lt;p&gt;After replacing the SIDs I re-imported the management pack and re-enabled all subscriptions and the problem was solved for good.&lt;/p&gt;  &lt;p&gt;Here is an example of one of the SIDs I had to replace.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&amp;lt;/Criteria&lt;/strong&gt;&lt;strong&gt;&amp;gt;     &lt;br /&gt;&amp;lt;ExpirationStartTime&amp;gt;&lt;/strong&gt;&lt;strong&gt;10/11/2008 21:38:45&amp;lt;/ExpirationStartTime&lt;/strong&gt;&lt;strong&gt;&amp;gt;     &lt;br /&gt;&amp;lt;PollingIntervalMinutes&amp;gt;&lt;/strong&gt;&lt;strong&gt;1&amp;lt;/PollingIntervalMinutes&lt;/strong&gt;&lt;strong&gt;&amp;gt;     &lt;br /&gt;&lt;/strong&gt;&lt;strong&gt;&amp;lt;UserSid&amp;gt;S-1-5-21-3273141924-712819414-2074229892-500&amp;lt;/UserSid&lt;/strong&gt;&lt;strong&gt;&amp;gt;     &lt;br /&gt;&lt;/strong&gt;&lt;strong&gt;&amp;lt;LanguageCode&amp;gt;&lt;/strong&gt;&lt;strong&gt;ENU&amp;lt;/LanguageCode&lt;/strong&gt;&lt;strong&gt;&amp;gt;     &lt;br /&gt;&amp;lt;ExcludeNonNullConnectorIds&amp;gt;&lt;/strong&gt;&lt;strong&gt;false&amp;lt;/ExcludeNonNullConnectorIds&lt;/strong&gt;&lt;strong&gt;&amp;gt;     &lt;br /&gt;&amp;lt;RuleId&amp;gt;$MPElement$&amp;lt;/RuleId&amp;gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Hope this helps,&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Satish Phatge | System Center Support Engineer&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3293521" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/operationsmgr/archive/tags/OpsMgr/default.aspx">OpsMgr</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/Troubleshoot/default.aspx">Troubleshoot</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/Alert/default.aspx">Alert</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/Notifications/default.aspx">Notifications</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/Subscription/default.aspx">Subscription</category></item><item><title>Windows Power Management Pack for System Center Operations Manager 2007 R2 now available</title><link>http://blogs.technet.com/operationsmgr/archive/2009/11/11/windows-power-management-pack-for-system-center-operations-manager-2007-r2-now-available.aspx</link><pubDate>Wed, 11 Nov 2009 18:32:18 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3293176</guid><dc:creator>jchornbe</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/operationsmgr/comments/3293176.aspx</comments><wfw:commentRss>http://blogs.technet.com/operationsmgr/commentrss.aspx?PostID=3293176</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=6f147c1f-e190-4dbe-a3c7-9b9a19de8f93&amp;amp;displaylang=en"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="image" border="0" alt="image" align="left" src="http://blogs.technet.com/blogfiles/operationsmgr/WindowsLiveWriter/WindowsPowerManagementPackforSystemCente_AF38/image_3.png" width="173" height="101" /&gt;&lt;/a&gt; The Power Management Pack for Operations Manager 2007 R2 enables you to monitor and manage the power consumption of computers running Windows Server 2008 R2. This management pack provides:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Visibility into power consumption.&lt;/li&gt;    &lt;li&gt;Visibility and control of power policy.&lt;/li&gt;    &lt;li&gt;Ability to lower power consumption during non-business hours to reduce overall power consumption.&lt;/li&gt;    &lt;li&gt;Ability to limit power consumption.&lt;/li&gt;    &lt;li&gt;Ability to detect excessive power consumption.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;For all the details and to download the Management Pack visit &lt;a title="http://www.microsoft.com/downloads/details.aspx?FamilyID=6f147c1f-e190-4dbe-a3c7-9b9a19de8f93&amp;amp;displaylang=en" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=6f147c1f-e190-4dbe-a3c7-9b9a19de8f93&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=6f147c1f-e190-4dbe-a3c7-9b9a19de8f93&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Enjoy!&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;J.C. Hornbeck | Manageability Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3293176" width="1" height="1"&gt;</description></item><item><title>Now Available: The Microsoft Exchange Server 2010 Management Pack for System Center Operations Manager 2007</title><link>http://blogs.technet.com/operationsmgr/archive/2009/11/10/now-available-the-microsoft-exchange-server-2010-management-pack-for-system-center-operations-manager-2007.aspx</link><pubDate>Tue, 10 Nov 2009 16:37:15 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3292857</guid><dc:creator>jchornbe</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/operationsmgr/comments/3292857.aspx</comments><wfw:commentRss>http://blogs.technet.com/operationsmgr/commentrss.aspx?PostID=3292857</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7150bfed-64a4-42a4-97a2-07048cca5d23&amp;amp;displaylang=en"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="image" border="0" alt="image" align="left" src="http://blogs.technet.com/blogfiles/operationsmgr/WindowsLiveWriter/NowAvailableTheMicrosoftExchangeServer20_93CB/image_3.png" width="235" height="69" /&gt;&lt;/a&gt; The Microsoft Exchange Server 2010 management pack is designed to be used for monitoring Exchange 2010 events, collecting Exchange component-specific performance counters in one central location, and for raising alerts for operator intervention as necessary. By detecting, sending alerts, and automatically correlating critical events, this management pack helps indicate, correct, and prevent possible service outages or configuration problems, allowing you to proactively manage Exchange servers and identify issues before they become critical. The management pack monitors and provides alerts for automatic notification of events indicating service outages, performance degradation, and health monitoring.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Feature Summary&lt;/b&gt; The Exchange Server 2010 Management Pack includes rules and scripts to monitor and report on performance, availability, and reliability of all Exchange 2010 server roles including. &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Mailbox Server Role &lt;/li&gt;    &lt;li&gt;Client Access Server Role &lt;/li&gt;    &lt;li&gt;Hub Transport Server Role &lt;/li&gt;    &lt;li&gt;Edge Transport Server Role &lt;/li&gt;    &lt;li&gt;Unified Messaging Server Role &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;For all the details and to download the Management Pack see &lt;a title="http://www.microsoft.com/downloads/details.aspx?FamilyID=7150bfed-64a4-42a4-97a2-07048cca5d23&amp;amp;displaylang=en" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7150bfed-64a4-42a4-97a2-07048cca5d23&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=7150bfed-64a4-42a4-97a2-07048cca5d23&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Enjoy!&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;J.C. Hornbeck | Manageability Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3292857" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/operationsmgr/archive/tags/Management+Pack/default.aspx">Management Pack</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/OpsMgr/default.aspx">OpsMgr</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/Download/default.aspx">Download</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/Exchange/default.aspx">Exchange</category></item><item><title>Microsoft Assessment and Planning Toolkit 5.0 Community Technical Preview (CTP) Now Available!</title><link>http://blogs.technet.com/operationsmgr/archive/2009/11/10/microsoft-assessment-and-planning-toolkit-5-0-community-technical-preview-ctp-now-available.aspx</link><pubDate>Tue, 10 Nov 2009 15:40:59 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3292830</guid><dc:creator>jchornbe</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/operationsmgr/comments/3292830.aspx</comments><wfw:commentRss>http://blogs.technet.com/operationsmgr/commentrss.aspx?PostID=3292830</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/operationsmgr/WindowsLiveWriter/Mic.0CommunityTechnicalPreviewCTPNowAvai_773E/image_6.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="image" border="0" alt="image" align="left" src="http://blogs.technet.com/blogfiles/operationsmgr/WindowsLiveWriter/Mic.0CommunityTechnicalPreviewCTPNowAvai_773E/image_thumb_2.png" width="180" height="40" /&gt;&lt;/a&gt;I know this isn’t Operations Manager specific but I thought it was something you’d appreciate hearing about nonetheless.&amp;#160;&amp;#160; The Solution Accelerator team is pleased to announce the immediate availability of the Microsoft Assessment and Planning Toolkit 5.0 Community Technical Preview (CTP). Designed to simplify and streamline the IT infrastructure planning process across multiple scenarios through network-wide automated discovery and assessments, this tool provides a quick and complete inventory of the current IT environment of any organization, hardware and device compatibility assessment, and actionable reporting of recommended hardware upgrades for migration.&lt;/p&gt;  &lt;p&gt;The MAP Toolkit 5.0 CTP includes these new features:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;· Heterogeneous Server Environment Inventory for Technologies including Windows Server, Linux, UNIX and VMware.&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;· Ability to determine usage of deployed&lt;em&gt; System Center Configuration Manager&lt;/em&gt;, a member of the Core Client Access License Suite. &lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;· Readiness assessment for migration or upgrade to Microsoft Office 2010.&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Over 800,000 Microsoft customers and partners including Costco Wholesale Corporation, Continental Airlines, and Pella Corporation have already downloaded and used this toolkit to help plan for their server and PC deployments.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Additional MAP Toolkit Features include:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;• Windows 7 Hardware and Device Compatibility Assessment.    &lt;br /&gt;• Windows Server 2008 R2 Hardware and Device Compatibility Assessment.     &lt;br /&gt;• Virtualization Candidates Assessment for Hyper-V Server Consolidation.     &lt;br /&gt;• Inventory of VMware Server Hosts and Guests.     &lt;br /&gt;• Enhanced Usability and Improved Inventory Performance.     &lt;br /&gt;• SQL Server Instance Discovery.     &lt;br /&gt;• Desktop Security Assessment for Anti-virus and Anti-malware Programs Installation.     &lt;br /&gt;• Forefront Client Security/NAP Readiness Assessment.&lt;/p&gt;  &lt;p&gt;To give you a quick sample, here are a couple MAP 5.0 Inventory and Assessment Wizard screenshots:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/operationsmgr/WindowsLiveWriter/Mic.0CommunityTechnicalPreviewCTPNowAvai_773E/image_2.png"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/operationsmgr/WindowsLiveWriter/Mic.0CommunityTechnicalPreviewCTPNowAvai_773E/image_thumb.png" width="450" height="366" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Here’s what the System Center Configuration Manager Server Report looks like:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/operationsmgr/WindowsLiveWriter/Mic.0CommunityTechnicalPreviewCTPNowAvai_773E/image_4.png"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/operationsmgr/WindowsLiveWriter/Mic.0CommunityTechnicalPreviewCTPNowAvai_773E/image_thumb_1.png" width="450" height="199" /&gt;&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Next Steps&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;a href="https://connect.microsoft.com/InvitationUse.aspx?ProgramID=1668&amp;amp;InvitationID=M32B-GBGR-HHFG&amp;amp;SiteID=297"&gt;Register for the MAP Toolkit 5.0 CTP and download.&lt;/a&gt; (Live ID required)&lt;/p&gt;  &lt;p&gt;· Want to influence the future of MAP? Complete the &lt;a href="https://connect.microsoft.com/InvitationUse.aspx?ProgramID=1668&amp;amp;InvitationID=M32B-GBGR-HHFG&amp;amp;SiteID=297"&gt;survey&lt;/a&gt; and receive a free 4GB Solution Accelerator branded Memory Stick.* (Live ID required)&lt;/p&gt;  &lt;p&gt;· Download other &lt;a href="http://www.microsoft.com/wssa"&gt;Windows Server 2008 R2&lt;/a&gt; and &lt;a href="http://www.microsoft.com/win7sa"&gt;Windows 7 Solution Accelerators&lt;/a&gt; for your IT planning, deployment, and management needs.&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;Enjoy!&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;J.C. Hornbeck | Manageability Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3292830" width="1" height="1"&gt;</description></item><item><title>New KB: Description of System Center Operations Manager 2007 Service Pack 1 Update</title><link>http://blogs.technet.com/operationsmgr/archive/2009/11/09/new-kb-description-of-system-center-operations-manager-2007-service-pack-1-update.aspx</link><pubDate>Mon, 09 Nov 2009 19:51:03 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3292542</guid><dc:creator>jchornbe</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/operationsmgr/comments/3292542.aspx</comments><wfw:commentRss>http://blogs.technet.com/operationsmgr/commentrss.aspx?PostID=3292542</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/?kbid=971541"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="image" border="0" alt="image" align="left" src="http://blogs.technet.com/blogfiles/operationsmgr/WindowsLiveWriter/NewKBDescriptionofSystemCenterOperations_C2BC/image_3.png" width="108" height="50" /&gt;&lt;/a&gt; We published a new Knowledge Base article last week, this one a description of System Center Operations Manager 2007 Service Pack 1 Update.&lt;/p&gt;  &lt;p&gt;&lt;font color="#004080"&gt;This update provides a cumulative rollup of hotfixes for Microsoft System Center Operations Manager 2007 Service Pack 1 together with the following improvements: &lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;font color="#004080"&gt;Support for Windows 7 &lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font color="#004080"&gt;Support for Windows Server 2008 R2 &lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font color="#004080"&gt;Support for SQL Server 2008 and SQL Reporting Services 2008 Upgrade &lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font color="#004080"&gt;Additional fixes and improvements&lt;/font&gt;&lt;/li&gt; &lt;/ul&gt; &lt;font color="#004080"&gt;&lt;b&gt;Note&lt;/b&gt; This update applies to System Center Operations Manager 2007 SP1 only.&lt;/font&gt;  &lt;p&gt;For all the details see:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/?kbid=971541"&gt;KB971541&lt;/a&gt; - Description of System Center Operations Manager 2007 Service Pack 1 Update&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;J.C. Hornbeck | Manageability Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3292542" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/operationsmgr/archive/tags/OpsMgr/default.aspx">OpsMgr</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/KB+Article/default.aspx">KB Article</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/SP1/default.aspx">SP1</category></item><item><title>Automatic FixIt: You receive error 401.1 when you browse a Web site that uses Integrated Authentication and is hosted on IIS 5.1 or a later version</title><link>http://blogs.technet.com/operationsmgr/archive/2009/11/05/automatic-fixit-you-receive-error-401-1-when-you-browse-a-web-site-that-uses-integrated-authentication-and-is-hosted-on-iis-5-1-or-a-later-version.aspx</link><pubDate>Thu, 05 Nov 2009 21:28:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3291816</guid><dc:creator>jchornbe</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/operationsmgr/comments/3291816.aspx</comments><wfw:commentRss>http://blogs.technet.com/operationsmgr/commentrss.aspx?PostID=3291816</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;896861"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="image" border="0" alt="image" align="left" src="http://blogs.technet.com/blogfiles/operationsmgr/WindowsLiveWriter/AutomaticFixItYoureceiv.1oralaterversion_D373/image_5.png" width="152" height="74" /&gt;&lt;/a&gt; I asked the FixIt team for this a while back and they have delivered.&amp;#160; Now if you ever run into the symptoms below the chances are good we can automatically fix it with just a few clicks of the mouse:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The Symptoms:&lt;/strong&gt; When you use the fully qualified domain name (FQDN) or a custom host header to browse a local Web site that is hosted on a computer that is running Microsoft Internet Information Services (IIS) 5.1 or a later version, you may receive an error message that resembles the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/operationsmgr/WindowsLiveWriter/AutomaticFixItYoureceiv.1oralaterversion_D373/image_4.png"&gt;&lt;font color="#000000"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/operationsmgr/WindowsLiveWriter/AutomaticFixItYoureceiv.1oralaterversion_D373/image_thumb_1.png" width="400" height="47" /&gt;&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p align="center"&gt;&lt;em&gt;HTTP 401.1 – Unauthorized: Logon Failed&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;b&gt;Note&lt;/b&gt; You only receive this error message if you try to browse the Web site directly on the server. If you browse the Web site from a client computer, the Web site works as expected.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#004080"&gt;&lt;font color="#000000"&gt;Additionally, an event message that resembles the following event message is logged in the Security Event log. This event message includes some strange characters in the value for the Logon Process entry:&lt;/font&gt; &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#004080"&gt;Event Type: Failure Audit      &lt;br /&gt;Event Source: Security       &lt;br /&gt;Event Category: Logon/Logoff       &lt;br /&gt;Event ID: 537       &lt;br /&gt;Date: &lt;var&gt;Date&lt;/var&gt;       &lt;br /&gt;Time: &lt;var&gt;Time&lt;/var&gt;       &lt;br /&gt;User: NT AUTHORITY\SYSTEM       &lt;br /&gt;Computer: &lt;var&gt;Computer_Name&lt;/var&gt;       &lt;br /&gt;Description: Logon Failure:       &lt;br /&gt;Reason: An error occurred during logon       &lt;br /&gt;User Name: &lt;var&gt;User_Name&lt;/var&gt;       &lt;br /&gt;Domain: &lt;var&gt;Domain_Name&lt;/var&gt;       &lt;br /&gt;Logon Type: 3       &lt;br /&gt;Logon Process: Ðùº       &lt;br /&gt;Authentication Package: NTLM       &lt;br /&gt;Workstation Name: &lt;var&gt;Computer_Name&lt;/var&gt;       &lt;br /&gt;Status code: 0xC000006D       &lt;br /&gt;Substatus code: 0x0       &lt;br /&gt;Caller User Name: -       &lt;br /&gt;Caller Domain: -       &lt;br /&gt;Caller Logon ID: -       &lt;br /&gt;Caller Process ID: -       &lt;br /&gt;Transited Services: -       &lt;br /&gt;Source Network Address: &lt;var&gt;IP_Address&lt;/var&gt;       &lt;br /&gt;Source Port: &lt;var&gt;Port_Number&lt;/var&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The Cause:&lt;/strong&gt; This issue occurs when the web site uses Integrated Authentication and has a name that is mapped to the local loopback address.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The Fix:&lt;/strong&gt; If you happen to come across any symptoms like this then take a look at the following Knowledge Base article:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;896861"&gt;&lt;strong&gt;896861&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; -&amp;#160; You receive error 401.1 when you browse a Web site that uses Integrated Authentication and is hosted on IIS 5.1 or a later version&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;The cool part is that this KB article contains a link to a Wizard that will fix this issue for you &lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;896861"&gt;automatically&lt;/a&gt;.&amp;#160; All you have to do is download and run it.&amp;#160; This Loopback issue impacts almost any product that uses IIS, including your very own favorite, System Center Operations Manager 2007.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Jarrett Renshaw | Content Quality Program Manager &lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3291816" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/operationsmgr/archive/tags/IIS/default.aspx">IIS</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/Loopback/default.aspx">Loopback</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/Unauthorized/default.aspx">Unauthorized</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/FixIt/default.aspx">FixIt</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/401.1/default.aspx">401.1</category></item><item><title>Updated Configuration Manager 2007 SP2 Management Pack – Now with 64-bit support</title><link>http://blogs.technet.com/operationsmgr/archive/2009/10/29/updated-configuration-manager-2007-sp2-management-pack-now-with-64-bit-support.aspx</link><pubDate>Thu, 29 Oct 2009 15:05:49 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3290125</guid><dc:creator>jchornbe</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/operationsmgr/comments/3290125.aspx</comments><wfw:commentRss>http://blogs.technet.com/operationsmgr/commentrss.aspx?PostID=3290125</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=a8443173-46c2-4581-b3b8-ce67160f627b&amp;amp;displaylang=en"&gt;&lt;img title="new" border="0" alt="new" align="left" src="http://blogs.technet.com/blogfiles/operationsmgr/WindowsLiveWriter/NewManagementPackforBizTalkServer2009_C0F0/new_thumb.jpg" width="119" height="95" /&gt;&lt;/a&gt;The updated Configuration Manager 2007 SP2 Management Pack adds support for monitoring Configuration Manager 2007 SP2 in a 64-bit environment with Operations Manager 2007 R2 or Operations Manager 2007 SP1 with hotfix (KB971541) installed. This enables the Configuration Manager 2007 SP2 Management Pack to work with either the 32-bit or the 64-bit Operations Manager 2007 agent. Except for the 64-bit support, the other features and guidance for Configuration Manager 2007 Management Packs remain intact. &lt;/p&gt;  &lt;p&gt;&lt;em&gt;Note: As of today, KB971541 is not yet available.&amp;#160; This update should be available within the next few days.&amp;#160; When it becomes available it should be found &lt;a href="http://support.microsoft.com/?kbid=971541"&gt;here&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;For all the details and to download the updated MP see &lt;a title="http://www.microsoft.com/downloads/details.aspx?FamilyID=a8443173-46c2-4581-b3b8-ce67160f627b&amp;amp;displaylang=en" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=a8443173-46c2-4581-b3b8-ce67160f627b&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=a8443173-46c2-4581-b3b8-ce67160f627b&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;J.C. Hornbeck | Manageability Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3290125" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/operationsmgr/archive/tags/Management+Pack/default.aspx">Management Pack</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/OpsMgr/default.aspx">OpsMgr</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/R2/default.aspx">R2</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/SP2/default.aspx">SP2</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/ConfigMgr+2007/default.aspx">ConfigMgr 2007</category></item><item><title>TechNet Webcast: PRO Tips in System Center Virtual Machine Manager 2008 R2</title><link>http://blogs.technet.com/operationsmgr/archive/2009/10/28/technet-webcast-pro-tips-in-system-center-virtual-machine-manager-2008-r2.aspx</link><pubDate>Wed, 28 Oct 2009 19:59:51 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3289895</guid><dc:creator>jchornbe</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/operationsmgr/comments/3289895.aspx</comments><wfw:commentRss>http://blogs.technet.com/operationsmgr/commentrss.aspx?PostID=3289895</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032429329&amp;amp;EventCategory=4&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;&lt;img border="0" align="left" src="http://blogs.technet.com/blogfiles/operationsmgr/WindowsLiveWriter/WebcastAmplifyMicrosoftSystemCenterOpera_C6B7/image_6.png" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Being able to react to a changing server infrastructure is important for achieving a rationalized or dynamic IT infrastructure. This becomes a necessity with virtualization and the dynamic natures of workloads sharing an infrastructure. With Microsoft System Center Server Management Suite Datacenter, understanding and reacting to the dynamic nature of workloads becomes possible with our Performance and Resource Optimization (PRO) Tips. &lt;/p&gt;  &lt;p&gt;In this webcast, we detail the architecture of PRO Tips explaining the configuration, setup, and content of a PRO Tip along with a demonstration on how PRO Tips can rebalance the workload of a virtualized infrastructure, allowing customers to achieve savings in a more dynamic environment.&lt;/p&gt;  &lt;p&gt;&lt;a title="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032429329&amp;amp;EventCategory=4&amp;amp;culture=en-US&amp;amp;CountryCode=US" href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032429329&amp;amp;EventCategory=4&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032429329&amp;amp;EventCategory=4&amp;amp;culture=en-US&amp;amp;CountryCode=US&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;J.C. Hornbeck | Manageability Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3289895" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/operationsmgr/archive/tags/OpsMgr/default.aspx">OpsMgr</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/Webcast/default.aspx">Webcast</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/VMM/default.aspx">VMM</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/PRO/default.aspx">PRO</category></item><item><title>Monitoring Windows 7 with Operations Manager 2007: Windows Client OS Management Pack to support Windows 7 now available</title><link>http://blogs.technet.com/operationsmgr/archive/2009/10/27/monitoring-windows-7-with-operations-manager-2007-windows-client-os-management-pack-to-support-windows-7-now-available.aspx</link><pubDate>Tue, 27 Oct 2009 14:04:20 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3289513</guid><dc:creator>jchornbe</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/operationsmgr/comments/3289513.aspx</comments><wfw:commentRss>http://blogs.technet.com/operationsmgr/commentrss.aspx?PostID=3289513</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=F55F1803-EAE6-4ED5-B2D2-9E1ADF98E325&amp;amp;amp;displaylang=en&amp;amp;displaylang=en"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="image" border="0" alt="image" align="left" src="http://blogs.technet.com/blogfiles/operationsmgr/WindowsLiveWriter/MonitoringWindows7withOperationsManager2_7EAC/image_3.png" width="240" height="45" /&gt;&lt;/a&gt; The Windows Client Monitoring Management Pack is built to detect, diagnose, and resolve hardware and software problems pertaining to Client 2000, XP, Vista and Windows 7 operating systems. Information and analysis on the issues that the system detected are collected by the MPs through an agent on the client machine and sent to OpsMgr where this data is converted into health state, alerts (if need be) and processed for business critical and aggregate reports. The MP gives a clear picture of catastrophic failures in your mission critical machines, trend-based alerts of significant changes to computer groups, in-depth views of health of individual machines, and reports that provide a landscape view of the health of all monitored clients.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Feature Summary &lt;/b&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Key Processor Performance Indicators &lt;/li&gt;    &lt;li&gt;Logical and Physical disk performance and free space &lt;/li&gt;    &lt;li&gt;Memory utilization &lt;/li&gt;    &lt;li&gt;Network health &lt;/li&gt;    &lt;li&gt;Health monitoring of key Windows Operating System services &lt;/li&gt;    &lt;li&gt;Comprehensive performance collections &lt;/li&gt;    &lt;li&gt;Availability and event reports &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;b&gt;Release History &lt;/b&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;3/23/2007 - Original release of the English version of Client 2000/XP management packs, version 6.0.5000.0 &lt;/li&gt;    &lt;li&gt;5/11/2007 - Original release of the English version of Vista management pack, version 1.0 &lt;/li&gt;    &lt;li&gt;1/15/2008 - Guide update of Client 2000/XP management packs, version 6.0.5000.0 &lt;/li&gt;    &lt;li&gt;2/22/2008 - Updated release of Client 2000/XP management packs, version 6.0.6278.0 &lt;/li&gt;    &lt;li&gt;5/27/2008 - Release onto Microsoft Download Center of Client 2000/XP management packs, version 6.0.6278.0 &lt;/li&gt;    &lt;li&gt;2/16/2009 - Update release that includes business Critical monitoring for Vista and bug fixes for performance and aggregate monitoring, version 6.0.6520.0 &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;10/26/2009 - Updated release, version 6.0.6729.0, with bug fixes for Vista MP and support for monitoring Windows 7&lt;/strong&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;For more information and to download the updated Management Pack see &lt;a title="http://www.microsoft.com/downloads/details.aspx?FamilyId=F55F1803-EAE6-4ED5-B2D2-9E1ADF98E325&amp;amp;amp;displaylang=en&amp;amp;displaylang=en" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=F55F1803-EAE6-4ED5-B2D2-9E1ADF98E325&amp;amp;amp;displaylang=en&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=F55F1803-EAE6-4ED5-B2D2-9E1ADF98E325&amp;amp;amp;displaylang=en&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;J.C. Hornbeck | Manageability Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3289513" width="1" height="1"&gt;</description></item><item><title>DFS Replication Management Pack for Operations Manager 2007 is now available for download</title><link>http://blogs.technet.com/operationsmgr/archive/2009/10/27/dfs-replication-management-pack-for-operations-manager-2007-is-now-available-for-download.aspx</link><pubDate>Tue, 27 Oct 2009 13:27:59 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3289501</guid><dc:creator>jchornbe</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/operationsmgr/comments/3289501.aspx</comments><wfw:commentRss>http://blogs.technet.com/operationsmgr/commentrss.aspx?PostID=3289501</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c97b22a1-1fd6-426f-94ab-2a6e6db4aed0&amp;amp;displaylang=en"&gt;&lt;img title="new" border="0" alt="new" align="left" src="http://blogs.technet.com/blogfiles/operationsmgr/WindowsLiveWriter/NewManagementPackforBizTalkServer2009_C0F0/new_thumb.jpg" width="119" height="95" /&gt;&lt;/a&gt;The DFS Replication Management Pack for System Center Operations Manager 2007 monitors the health of the DFS Replication service on Windows Server 2003 R2 and Windows Server 2008.&lt;/p&gt;  &lt;p&gt;The DFS Replication Management Pack for System Center Operations Manager 2007 monitors the health of the DFS Replication service on Windows Server 2003 R2 and Windows Server 2008 computers. This management pack monitors events generated by the DFS Replication service. These events provide an insight into the health of the service and folders replicated on monitored computers. This management pack includes a dashboard view which can be used to monitor replication backlogs.&lt;/p&gt;  &lt;p&gt;The management pack also features consolidation rules that monitor computers for frequent occurrences of certain operational conditions such as staging cleanups, sharing violations, replication conflicts etc.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Feature Summary &lt;/b&gt;    &lt;br /&gt;The following features are new in this release of the DFS Replication Management Pack: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Alerts indicating outages of the DFS Replication service on monitored computers. &lt;/li&gt;    &lt;li&gt;Alerts indicating configuration issues that require administrative intervention. &lt;/li&gt;    &lt;li&gt;Dashboard view that enables tracking of replication backlogs on monitored computers. &lt;/li&gt;    &lt;li&gt;Tracking of intermittent operational conditions. These conditions are tracked by the management pack and show up either as warnings/errors. Transient warnings/errors flagged for conditions that are resolved over time are automatically corrected by the management pack, once those conditions are resolved. &lt;/li&gt;    &lt;li&gt;Intuitive state view indicating red, yellow and green states of the service, replication groups, and replicated folders configured on monitored computers. &lt;/li&gt;    &lt;li&gt;Monitoring of important service parameters such as staging area usage and replication conflicts generated. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;For all the details and to download the MP see &lt;a title="http://www.microsoft.com/downloads/details.aspx?FamilyID=c97b22a1-1fd6-426f-94ab-2a6e6db4aed0&amp;amp;displaylang=en" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c97b22a1-1fd6-426f-94ab-2a6e6db4aed0&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=c97b22a1-1fd6-426f-94ab-2a6e6db4aed0&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;J.C. Hornbeck | Manageability Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3289501" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/operationsmgr/archive/tags/Management+Pack/default.aspx">Management Pack</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/OpsMgr/default.aspx">OpsMgr</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/Download/default.aspx">Download</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/DFS/default.aspx">DFS</category></item><item><title>A recap of OpsMgr 2007 announcements you may have missed last week</title><link>http://blogs.technet.com/operationsmgr/archive/2009/10/26/a-recap-of-opsmgr-2007-announcements-you-may-have-missed-last-week.aspx</link><pubDate>Mon, 26 Oct 2009 15:25:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3289209</guid><dc:creator>jchornbe</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/operationsmgr/comments/3289209.aspx</comments><wfw:commentRss>http://blogs.technet.com/operationsmgr/commentrss.aspx?PostID=3289209</wfw:commentRss><description>A lot went on last week surrounding System Center Operations Manager 2007 so in case you might have missed one or two I have a quick recap below: The System Center Operations Manager 2007 R2 Authoring Resource Kit was released: http://blogs.technet.com/momteam/archive/2009/10/21/system-center-operations-manager-2007-r2-authoring-resource-kit.aspx...(&lt;a href="http://blogs.technet.com/operationsmgr/archive/2009/10/26/a-recap-of-opsmgr-2007-announcements-you-may-have-missed-last-week.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3289209" width="1" height="1"&gt;</description></item><item><title>OpsMgr 2007: Discovery Wizard may fail for multi-homing mixed version Management Groups</title><link>http://blogs.technet.com/operationsmgr/archive/2009/10/21/opsmgr-2007-discovery-wizard-may-fail-for-multi-homing-mixed-version-management-groups.aspx</link><pubDate>Wed, 21 Oct 2009 14:40:12 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3288165</guid><dc:creator>jchornbe</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/operationsmgr/comments/3288165.aspx</comments><wfw:commentRss>http://blogs.technet.com/operationsmgr/commentrss.aspx?PostID=3288165</wfw:commentRss><description>Let’s say you’ve got a mixed version (SP1 and R2) Operations Manager 2007 environment and agents are commonly multi-homed.&amp;#160; This works and is supported to enable a phased upgrade approach. However, if you’re planning to multi-home new agents in this...(&lt;a href="http://blogs.technet.com/operationsmgr/archive/2009/10/21/opsmgr-2007-discovery-wizard-may-fail-for-multi-homing-mixed-version-management-groups.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3288165" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/operationsmgr/archive/tags/OpsMgr/default.aspx">OpsMgr</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/Troubleshoot/default.aspx">Troubleshoot</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/Discovery/default.aspx">Discovery</category><category domain="http://blogs.technet.com/operationsmgr/archive/tags/Management+Group/default.aspx">Management Group</category></item></channel></rss>