<?xml version="1.0"?>
<rss version="2.0" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:yt="http://gdata.youtube.com/schemas/2007" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
      <title>Best of System Center Bloggers</title>
      <description>Aggregate feed showcasing System Center content from across the web in a single feed.</description>
      <link>http://pipes.yahoo.com/pipes/pipe.info?_id=aHHgHHK53RG_w4fJrbQIDg</link>
      <atom:link rel="next" href="http://pipes.yahoo.com/pipes/pipe.run?_id=aHHgHHK53RG_w4fJrbQIDg&amp;_render=rss&amp;page=2"/>
      <pubDate>Mon, 04 Feb 2013 04:11:29 +0000</pubDate>
      <generator>http://pipes.yahoo.com/pipes/</generator>
      <item>
         <title>Should this runbook be running?</title>
         <link>http://contoso.se/blog/?p=3464&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=should-this-runbook-be-running</link>
         <description>When browsing around in the runbook designer console sometimes the &amp;#8220;should this runbook be running&amp;#8221; question pops up in the head. The runbook might start with a &amp;#8220;monitor&amp;#8221; activity, like monitor alert, so most likely it should be running all the time, monitoring a data source. When different teams and different engineers in each team [...]</description>
         <guid isPermaLink="false">http://contoso.se/blog/?p=3464</guid>
         <pubDate>Tue, 29 Jan 2013 20:36:08 +0000</pubDate>
         <content:encoded><![CDATA[<p>When browsing around in the runbook designer console sometimes the &#8220;should this runbook be running&#8221; question pops up in the head. The runbook might start with a &#8220;monitor&#8221; activity, like monitor alert, so most likely it should be running all the time, monitoring a data source. When different teams and different engineers in each team works with Orchestrator is sometimes get difficult to keep track of which runbooks that should be running and which ones that should not. One way to handle this is by including &#8220;should be running&#8221; in the naming convention. &#8220;Should be running&#8221; might be a bit to much, so instead use for example &#8220;RUN&#8221; or &#8220;ON&#8221; or &#8220;MON&#8221; (as monitor).</p>
<p>If you name your runbooks including a info if they should be running or not it is easy to monitor this. Lets say we include &#8220;ON&#8221; in runbook names for all runbooks that should always be running. We can then use a SQL query to verify the status of these runbooks.</p>
<blockquote><p>SELECT UniqueID, Name<br />
FROM POLICIES<br />
WHERE (Deleted = &#8217;0&#8242;) AND (Name LIKE &#8216;%-ON-%&#8217;)<br />
AND UniqueID NOT IN (SELECT RunbookId FROM [Microsoft.SystemCenter.Orchestrator.Runtime].Jobs WHERE Status = &#8216;RUNNING&#8217;)</p></blockquote>
<p>The query will show you all runbooks with a name including -ON- which don&#8217;t have a running job (status equals 1). If all your monitor runbooks are running, then there should be no result. You can then use a rule or monitor in Operations Manager to monitor this, like I do <a rel="nofollow" target="_blank" href="http://contoso.se/blog/?p=1346">in this blogpost</a> and you can add this to your <a rel="nofollow" title="Orchestrator dashboard in Operations Manager 2012" target="_blank" href="http://contoso.se/blog/?p=3338">Orchestrator dashboard</a>.</p>]]></content:encoded>
         <category>Orchestrator</category>
      </item>
      <item>
         <title>Support Tip: Config Service DeltaSynchronization process fails with timeout exception</title>
         <link>http://blogs.technet.com/b/momteam/archive/2013/01/29/support-tip-config-service-deltasynchronization-process-fails-with-timeout-exception.aspx</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/momteam/&quot;&gt;&lt;img title=&quot;toolsign&quot; style=&quot;border:0px currentcolor;float:left;display:inline;background-image:none;&quot; border=&quot;0&quot; alt=&quot;toolsign&quot; align=&quot;left&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/4718.toolsign_5F00_3A6EAD5A.jpg&quot; width=&quot;85&quot; height=&quot;83&quot;/&gt;&lt;/a&gt;Here’s an issue we’ve run across a time or two here in support so I thought it would be worth documenting just in case you happen to see it. What happens is that the System Center 2012 Operations Manager Config Service DeltaSynchronization process fails and you see an Event ID 29181 that mentions a timeout exception in the Operations Manager event log on one of the management servers. Here’s an example:&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;font color=&quot;#004080&quot;&gt;Log Name:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Operations Manager        &lt;br /&gt;Source:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; OpsMgr Management Configuration         &lt;br /&gt;Event ID:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 29181         &lt;br /&gt;Level:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Error         &lt;br /&gt;User:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; N/A         &lt;br /&gt;Computer:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; server.domain.com         &lt;br /&gt;Description:         &lt;br /&gt;OpsMgr Management Configuration Service failed to execute 'DeltaSynchronization' engine work item due to the following exception         &lt;br /&gt;Microsoft.EnterpriseManagement.ManagementConfiguration.DataAccessLayer.DataAccessOperationTimeoutException: Exception of type 'Microsoft.EnterpriseManagement.ManagementConfiguration.DataAccessLayer.DataAccessOperationTimeoutException' was thrown.         &lt;br /&gt;&amp;#160; at Microsoft.EnterpriseManagement.ManagementConfiguration.DataAccessLayer.DataAccessOperation.ExecuteSynchronously(Int32 timeoutSeconds, WaitHandle stopWaitHandle)         &lt;br /&gt;&amp;#160; at Microsoft.EnterpriseManagement.ManagementConfiguration.SqlConfigurationStore.ConfigurationStore.ExecuteOperationSynchronously(IDataAccessConnectedOperation operation, String operationName)         &lt;br /&gt;&amp;#160; at Microsoft.EnterpriseManagement.ManagementConfiguration.SqlConfigurationStore.ConfigurationStore.WriteConfigurationDelta(IConfigurationDeltaDataSet dataSet)         &lt;br /&gt;&amp;#160; at Microsoft.EnterpriseManagement.ManagementConfiguration.Engine.DeltaSynchronizationWorkItem.TransferData(String watermark)         &lt;br /&gt;&amp;#160; at Microsoft.EnterpriseManagement.ManagementConfiguration.Engine.DeltaSynchronizationWorkItem.ExecuteSharedWorkItem()         &lt;br /&gt;&amp;#160; at Microsoft.EnterpriseManagement.ManagementConfiguration.Interop.SharedWorkItem.ExecuteWorkItem()         &lt;br /&gt;&amp;#160; at Microsoft.EnterpriseManagement.ManagementConfiguration.Interop.ConfigServiceEngineWorkItem.Execute()&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;This error can occur when the Delta Synchronization process is not able to build configuration within its configured timeout of 30 seconds which could be due to a large instance space.&lt;/p&gt;  &lt;p&gt;If this is the case, we can increase the timeout using the following method on &lt;u&gt;all&lt;/u&gt; management servers:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Make a backup of &amp;quot;x:&amp;#92;Program Files&amp;#92;System Center 2012&amp;#92;Operations Manager&amp;#92;Server&amp;#92;ConfigService.Config&amp;quot; &lt;/li&gt;    &lt;li&gt;Increase the timeout values in ConfigService.config for the following:      &lt;ul&gt;       &lt;li&gt;&amp;lt;OperationTimeout DefaultTimeoutSeconds=&amp;quot;30&amp;quot;&amp;gt; to 300 seconds&lt;/li&gt;        &lt;li&gt;&amp;lt;Operation Name=&amp;quot;GetEntityChangeDeltaList&amp;quot; TimeoutSeconds=&amp;quot;180&amp;quot; /&amp;gt; to 300 seconds.&lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Restart the configuration service&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;In most cases this should allow enough time for the synchronization process to complete.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Chris Wallen&lt;/b&gt; &lt;strong&gt;| Senior Support Escalation Engineer | Management and Security Division&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color=&quot;#c0504d&quot;&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410&quot;&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color=&quot;#c0504d&quot;&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://twitter.com/#!/MS_SystemCenter&quot;&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410&quot;&gt;&lt;img title=&quot;clip_image001&quot; border=&quot;0&quot; alt=&quot;clip_image001&quot; src=&quot;http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif&quot; width=&quot;89&quot; height=&quot;21&quot;/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.twitter.com/MS_SystemCenter&quot;&gt;&lt;img title=&quot;clip_image002&quot; border=&quot;0&quot; alt=&quot;clip_image002&quot; src=&quot;http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif&quot; width=&quot;89&quot; height=&quot;21&quot;/&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;System Center All Up: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/systemcenter/&quot;&gt;http://blogs.technet.com/b/systemcenter/&lt;/a&gt;     &lt;br /&gt;System Center – Configuration Manager Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/configurationmgr/&quot;&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;System Center – Data Protection Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/dpm/&quot;&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;System Center – Orchestrator Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/orchestrator/&quot;&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;System Center – Operations Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/momteam/&quot;&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;System Center – Service Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/servicemanager&quot;&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center – Virtual Machine Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/scvmm&quot;&gt;http://blogs.technet.com/scvmm&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Windows Intune: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/windowsintune/&quot;&gt;http://blogs.technet.com/b/windowsintune/&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/sus/&quot;&gt;http://blogs.technet.com/sus/&lt;/a&gt;     &lt;br /&gt;The AD RMS blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/rmssupp/&quot;&gt;http://blogs.technet.com/b/rmssupp/&lt;/a&gt; &lt;/p&gt;  App-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/appv/&quot;&gt;http://blogs.technet.com/appv/&lt;/a&gt;   &lt;br /&gt;MED-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/medv/&quot;&gt;http://blogs.technet.com/medv/&lt;/a&gt;   &lt;br /&gt;Server App-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/serverappv&quot;&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;   &lt;p&gt;The Forefront Endpoint Protection blog : &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/clientsecurity/&quot;&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.msdn.com/b/ms-identity-support/&quot;&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/isablog/&quot;&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/edgeaccessblog/&quot;&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3549097&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3549097</guid>
         <pubDate>Tue, 29 Jan 2013 18:02:17 +0000</pubDate>
      </item>
      <item>
         <title>System Center Universe 2013 is This Week!</title>
         <link>http://blogs.technet.com/b/systemcenter/archive/2013/01/28/system-center-universe-2013-is-this-week.aspx</link>
         <description>&lt;p&gt;&lt;img src=&quot;http://www.systemcenteruniverse.com/Content/Images/Layout/Logo.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;The System Center Universe 2013 conference is coming up this week – Thursday, Jan. 31st!&amp;#160; Set aside a day to spend listening to some of the top System Center Speakers and get to know some more people in the System Center community!&amp;#160; The event will be held in person in Irving, TX and a &lt;strong&gt;FREE&lt;/strong&gt; live broadcast will be streamed over the web to regional System Center user group locations and right to your PC!&amp;#160; All of the sessions will be recorded and made available online afterwards so you can watch them again or catch up on sessions you missed out on due to a boring meeting.&lt;/p&gt;  &lt;p&gt;Here’s the agenda:&lt;/p&gt;  &lt;p&gt;&lt;b&gt;8:00am – 8:10am – Welcome&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;8:10am – 9:40am – Service Pack 1 (SP1) Presentation and Demos&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Presented by &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.systemcenteruniverse.com/presenters.htm#Wally&quot;&gt;Wally Mead&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;9:45am – 10:35am – Mobile Device Management with Windows InTune&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Presented by &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.systemcenteruniverse.com/presenters.htm#Dan&quot;&gt;Dan Andersen&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;10:35am – 10:50am – Morning Break&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;10:50am – 11:50am – Advanced System Center Reporting&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Presented by &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.systemcenteruniverse.com/presenters.htm#Travis&quot;&gt;Travis Wright&lt;/a&gt;&lt;/p&gt; &lt;b&gt;11:55am – 12:25pm – Rocking VMware and Hyper-V Data Protection with Veeam Backup and Replication&lt;/b&gt;   &lt;p&gt;Presented by Chris Henley&lt;/p&gt; &lt;b&gt;12:25pm – 12:40pm – Manage Your Virtual Environment with System Center and Veeam Management Pack for VMware&lt;/b&gt;   &lt;p&gt;Presented by Chris Henley&lt;/p&gt;  &lt;p&gt;&lt;b&gt;12:40pm – 1:25pm – Break for Lunch&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;    &lt;br /&gt;&lt;b&gt;1:30pm – 2:30pm – Exploring the Dark Side of the Moon with OpsMgr&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Presented by &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.systemcenteruniverse.com/presenters.htm#Maarten&quot;&gt;Maarten Goet&lt;/a&gt;&lt;/p&gt; &lt;b&gt;2:35pm – 3:05pm – Super-charge your Service Manager with the Cireson Total Management Suite&lt;/b&gt;   &lt;p&gt;Presented by &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.systemcenteruniverse.com/presenters.htm#Paul&quot;&gt;Paul Sutton&lt;/a&gt;, &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.systemcenteruniverse.com/presenters.htm#Shaun&quot;&gt;Shaun Ericson&lt;/a&gt;, and &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.systemcenteruniverse.com/presenters.htm#Travis&quot;&gt;Travis Wright&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;3:10pm – 4:10pm – Introduction to Windows Azure Infrastructure as a Service&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Presented by &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.systemcenteruniverse.com/presenters.htm#Mike&quot;&gt;Michael Washam&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;4:10pm – 4:25pm – Afternoon break&lt;/b&gt; &lt;/p&gt;  &lt;br /&gt;&lt;b&gt;4:25pm – 5:25pm – 2013: An Orchestration Odyssey&lt;/b&gt;   &lt;p&gt;Presented by &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.systemcenteruniverse.com/presenters.htm#Pete&quot;&gt;Pete Zerger&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;5:30pm – 6:00pm – Q&amp;amp;A with Panel of Expert&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Live and Virtual attendees will have the opportunity to ask the panel of experts questions live and via twitter&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;If you haven't already registered, head on over to the &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.systemcenteruniverse.com&quot;&gt;System Center Universe&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Use the hashtag &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://twitter.com/search?q=%23SCU2013&amp;amp;src=typd&quot;&gt;#SCU2013&lt;/a&gt; to keep up with all the action on twitter.&amp;#160; We’ll be tweeting a ton on the day of the conference.&amp;#160; It makes it a lot more fun to participate through Twitter.&amp;#160; Last year SCU was a trending topic in Austin.&lt;/p&gt;  &lt;p&gt;Also, if you haven't already seen some of the funny videos the Catapult (hosts for the event) team put out, you should definitely check them out:&lt;/p&gt;    &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;See you there!&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3548851&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3548851</guid>
         <pubDate>Mon, 28 Jan 2013 20:35:11 +0000</pubDate>
      </item>
      <item>
         <title>KB: Columns may be missing in Monitoring views after installing the SQL 2012 Management Pack</title>
         <link>http://blogs.technet.com/b/momteam/archive/2013/01/28/kb-columns-may-be-missing-in-monitoring-views-after-installing-the-sql-2012-management-pack.aspx</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://support.microsoft.com/kb/2809231&quot;&gt;&lt;img title=&quot;e&quot; border=&quot;0&quot; alt=&quot;e&quot; align=&quot;left&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-69-06-metablogapi/7701.e_5F00_39D5FB59.jpg&quot; width=&quot;85&quot; height=&quot;84&quot;/&gt;&lt;/a&gt;We just published a new KB article that explains an issue with the SQL Server 2012 Management Pack for OpsMgr 2007 R2 where you may not see the default columns in the monitoring views. This is simply a view settings anomaly that’s easily fixed but you might want to be aware of it in case you happen to see it.&lt;/p&gt;  &lt;p&gt;You can find the article here:&lt;/p&gt;  &lt;p&gt;KB2809231 - Columns may be missing in Monitoring views after installing the SQL 2012 Management Pack (&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://support.microsoft.com/kb/2809231&quot;&gt;http://support.microsoft.com/kb/2809231&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| Knowledge Engineer | Management and Security Division&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color=&quot;#c0504d&quot;&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410&quot;&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color=&quot;#c0504d&quot;&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://twitter.com/#!/MS_SystemCenter&quot;&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410&quot;&gt;&lt;img title=&quot;clip_image001&quot; border=&quot;0&quot; alt=&quot;clip_image001&quot; src=&quot;http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif&quot; width=&quot;89&quot; height=&quot;21&quot;/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.twitter.com/MS_SystemCenter&quot;&gt;&lt;img title=&quot;clip_image002&quot; border=&quot;0&quot; alt=&quot;clip_image002&quot; src=&quot;http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif&quot; width=&quot;89&quot; height=&quot;21&quot;/&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;System Center All Up: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/systemcenter/&quot;&gt;http://blogs.technet.com/b/systemcenter/&lt;/a&gt;     &lt;br /&gt;System Center – Configuration Manager Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/configurationmgr/&quot;&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;System Center – Data Protection Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/dpm/&quot;&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;System Center – Orchestrator Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/orchestrator/&quot;&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;System Center – Operations Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/momteam/&quot;&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;System Center – Service Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/servicemanager&quot;&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center – Virtual Machine Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/scvmm&quot;&gt;http://blogs.technet.com/scvmm&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Windows Intune: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/windowsintune/&quot;&gt;http://blogs.technet.com/b/windowsintune/&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/sus/&quot;&gt;http://blogs.technet.com/sus/&lt;/a&gt;     &lt;br /&gt;The AD RMS blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/rmssupp/&quot;&gt;http://blogs.technet.com/b/rmssupp/&lt;/a&gt; &lt;/p&gt;  App-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/appv/&quot;&gt;http://blogs.technet.com/appv/&lt;/a&gt;   &lt;br /&gt;MED-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/medv/&quot;&gt;http://blogs.technet.com/medv/&lt;/a&gt;   &lt;br /&gt;Server App-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/serverappv&quot;&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;   &lt;p&gt;The Forefront Endpoint Protection blog : &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/clientsecurity/&quot;&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.msdn.com/b/ms-identity-support/&quot;&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/isablog/&quot;&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/edgeaccessblog/&quot;&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3548821&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3548821</guid>
         <pubDate>Mon, 28 Jan 2013 19:19:14 +0000</pubDate>
      </item>
      <item>
         <title>Hyper-V MP for Windows Server 2012 Now Available</title>
         <link>http://blogs.technet.com/b/momteam/archive/2013/01/17/hyper-v-mp-for-windows-server-2012-now-available.aspx</link>
         <description>&lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h4&gt;Overview&lt;/h4&gt;  &lt;p&gt;This management pack supports monitoring of Windows Server Hyper-V 2012 systems. This includes monitoring coverage of Windows Server 2012 Hyper-V host servers, including critical services and disks, and Hyper-V virtual machines including virtual components and virtual hardware. &lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;&lt;b&gt;Feature Summary&lt;/b&gt;    &lt;br /&gt;This management pack provides the following functionality:    &lt;br /&gt;• Management of critical Hyper-V services that affect virtual machines and host server functionality     &lt;br /&gt;• Management of host server logical disks that affect virtual machine health     &lt;br /&gt;• Full representation of virtualization in a single Hyper-V host server, including virtual networks, and virtual machines    &lt;br /&gt;• Monitoring of virtual machine hardware components that affect availability &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=36438&quot;&gt;http://www.microsoft.com/en-us/download/details.aspx?id=36438&lt;/a&gt;&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3546545&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3546545</guid>
         <pubDate>Thu, 17 Jan 2013 21:25:22 +0000</pubDate>
      </item>
      <item>
         <title>Patience is a virtue with the System Center 2012 Operations Manager SP1 installation</title>
         <link>http://blogs.technet.com/b/momteam/archive/2013/01/16/patience-is-a-virtue-with-the-system-center-2012-operations-manager-sp1-installation.aspx</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/momteam/&quot;&gt;&lt;img title=&quot;Information&quot; style=&quot;border:0px currentcolor;float:left;display:inline;background-image:none;&quot; border=&quot;0&quot; alt=&quot;Information&quot; align=&quot;left&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/0523.Information_5F00_7CEBED90.jpg&quot; width=&quot;85&quot; height=&quot;86&quot;/&gt;&lt;/a&gt;Now that we have publically released System Center 2012 Service Pack 1, you need to take care when applying this to your Operations Manager servers. As part of the Service Pack installation we make some changes to the OperationsManager database objects, adding additional indexes, etc... As all the management servers share the same database, these changes only need to be made when installing the Service Pack on the very first server you install to. When you run the Service Pack 1 installation it communicates with the database to determine if this is the first installation, and then decides if it needs to run a SQL update script or not.&lt;/p&gt;  &lt;p&gt;This means that you need to be patient with your installation and wait for the first management server to have Service Pack 1 installed before beginning the next installation. If you don’t then the SQL script will run again and issues may occur. It is &lt;b&gt;very early&lt;/b&gt; on in the Service Pack installation process that the management server checks to see if the DB has already been upgraded, so do not be tempted to tee up your other management servers and run through the initial wizard while you wait for the first server to install because by then it will be too late.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Additional things to double check before proceeding with the install&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;As you will be making changes within SQL, ensure the account you are using to run the first Management Server installation is a SysAdmin on the SQL server hosting the OperationsManager DB.&lt;/p&gt;  &lt;p&gt;Additionally, for the changes to succeed we need to ensure ad hoc changes are allowed to the SQL server system catalogs as per &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://support.microsoft.com/kb/2713047&quot;&gt;http://support.microsoft.com/kb/2713047&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;So before you begin installing Service Pack 1 verify if you are ready to proceed by running the query below against the Master database:&lt;/p&gt;  &lt;p&gt;&lt;em&gt;exec sp_configure 'show advanced options', 0      &lt;br /&gt; RECONFIGURE&lt;/em&gt; &lt;/p&gt;  &lt;p&gt;If the command fails with the message &amp;quot;Exception.Message: Ad hoc update to system catalogs is not supported&amp;quot; then follow the resolution steps in &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://support.microsoft.com/kb/2713047&quot;&gt;http://support.microsoft.com/kb/2713047&lt;/a&gt; before launching the install, i.e. run &lt;/p&gt;  &lt;p&gt;&lt;em&gt;exec sp_configure 'allow updates',0      &lt;br /&gt;RECONFIGURE&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Oops, that information comes a little too late for me…&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;So what happens if you already clicked install for the Service Pack on a second management server before the first has completed the DB changes?&lt;/p&gt;  &lt;p&gt;Well the script will run twice and you may see the following symptoms:&lt;/p&gt;  &lt;p&gt;1. When attempting to view Task Status in the OpsMgr console it presents the following error:&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Invalid column name ‘ProgressValue’&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/3582.clip_5F00_image0026_5F00_55B1A45B.jpg&quot;&gt;&lt;img title=&quot;clip_image002[6]&quot; style=&quot;border:0px currentcolor;display:inline;background-image:none;&quot; border=&quot;0&quot; alt=&quot;clip_image002[6]&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/6712.clip_5F00_image0026_5F00_thumb_5F00_352A64A9.jpg&quot; width=&quot;400&quot; height=&quot;289&quot;/&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;2. When you right click on an Alert you see the following error: &lt;/p&gt;  &lt;p&gt;&lt;b&gt;Invalid column name&lt;/b&gt; &lt;b&gt;“MPResourceElementId”&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/2185.clip_5F00_image0028_5F00_62AB846C.jpg&quot;&gt;&lt;img title=&quot;clip_image002[8]&quot; style=&quot;border:0px currentcolor;display:inline;background-image:none;&quot; border=&quot;0&quot; alt=&quot;clip_image002[8]&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/8468.clip_5F00_image0028_5F00_thumb_5F00_6D68DBC1.jpg&quot; width=&quot;300&quot; height=&quot;69&quot;/&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;3. The Management Server Health Service Watcher State is gray for all Management Servers.&lt;/p&gt;  &lt;p&gt;In the OpsMgrSetupWizard installation log on the second management server to attempt the DB changes you will find an error similar to this below:&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;font color=&quot;#0000ff&quot;&gt;[12:31:41]:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Error:&amp;#160;&amp;#160;&amp;#160;&amp;#160; :Inner Exception.Type: System.Data.SqlClient.SqlException, Exception Error Code: 0x80131604, Exception.Message:        &lt;br /&gt; The operation failed because an index or statistics with name 'idx_StateDatabaseTimeModified' already exists on table 'dbo.State'.&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;OK, so now what do I do…&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;If this is the situation you find yourself in, take the following steps to remedy the situation:&lt;/p&gt;  &lt;p&gt;1. Stop all OpsMgr services that access the DB (the System Center Data Access Service, the System Center Management Service and the System Center Configuration Service on all Management Servers).&lt;/p&gt;  &lt;p&gt;2. Run the following SQL commands:&lt;/p&gt;  &lt;p&gt;&lt;em&gt;USE OperationsManager      &lt;br /&gt; IF EXISTS (SELECT * FROM sysindexes where [name] = 'idx_StateDatabaseTimeModified' AND id = object_id(N'[dbo].[State]'))       &lt;br /&gt; DROP INDEX [idx_StateDatabaseTimeModified] ON [dbo].[State]&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;3. Next run the build_mom_db.sql script from the Service Pack Setup directory against the OperationsManager DB.&lt;/p&gt;  &lt;p&gt;4. Finally, restart all of the OpsMgr services.&lt;/p&gt;  &lt;p&gt;I hope this post helps you avoid this potential problem, and if it comes too late, I hope it provides you with the information you need for a swift resolution. &lt;/p&gt;  &lt;p&gt;All the best,&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Brian McDermott&lt;/b&gt; &lt;strong&gt;| Escalation Engineer | Management and Security Division&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color=&quot;#c0504d&quot;&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410&quot;&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color=&quot;#c0504d&quot;&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://twitter.com/#!/MS_SystemCenter&quot;&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410&quot;&gt;&lt;img title=&quot;clip_image001&quot; border=&quot;0&quot; alt=&quot;clip_image001&quot; src=&quot;http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/cli

p_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif&quot; width=&quot;89&quot; height=&quot;21&quot;/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.twitter.com/MS_SystemCenter&quot;&gt;&lt;img title=&quot;clip_image002&quot; border=&quot;0&quot; alt=&quot;clip_image002&quot; src=&quot;http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/cli

p_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif&quot; width=&quot;89&quot; height=&quot;21&quot;/&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;System Center All Up: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/systemcenter/&quot;&gt;http://blogs.technet.com/b/systemcenter/&lt;/a&gt;     &lt;br /&gt;System Center – Configuration Manager Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/configurationmgr/&quot;&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;System Center – Data Protection Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/dpm/&quot;&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;System Center – Orchestrator Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/orchestrator/&quot;&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;System Center – Operations Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/momteam/&quot;&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;System Center – Service Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/servicemanager&quot;&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center – Virtual Machine Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/scvmm&quot;&gt;http://blogs.technet.com/scvmm&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Windows Intune: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/windowsintune/&quot;&gt;http://blogs.technet.com/b/windowsintune/&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/sus/&quot;&gt;http://blogs.technet.com/sus/&lt;/a&gt;     &lt;br /&gt;The AD RMS blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/rmssupp/&quot;&gt;http://blogs.technet.com/b/rmssupp/&lt;/a&gt; &lt;/p&gt;  App-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/appv/&quot;&gt;http://blogs.technet.com/appv/&lt;/a&gt;   &lt;br /&gt;MED-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/medv/&quot;&gt;http://blogs.technet.com/medv/&lt;/a&gt;   &lt;br /&gt;Server App-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/serverappv&quot;&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;   &lt;p&gt;The Forefront Endpoint Protection blog : &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/clientsecurity/&quot;&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.msdn.com/b/ms-identity-

support/&quot;&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/isablog/&quot;&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/edgeaccessblog/&quot;&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3546315&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3546315</guid>
         <pubDate>Wed, 16 Jan 2013 19:11:10 +0000</pubDate>
      </item>
      <item>
         <title>Orchestrator Runbook Designer – always open “As Administrator”</title>
         <link>http://blogs.technet.com/b/kevinholman/archive/2013/01/16/orchestrator-runbook-designer-always-open-as-administrator.aspx</link>
         <description>&lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;A little frustration I had recently – and decided I would write on it.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;When you open the Orchestrator Runbook designer, remember to always open this “As an Administrator”&lt;/p&gt;  &lt;p&gt;&lt;img title=&quot;image&quot; style=&quot;display:inline;background-image:none;&quot; border=&quot;0&quot; alt=&quot;image&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-10-metablogapi/6835.image_5F00_7D034188.png&quot; width=&quot;394&quot; height=&quot;226&quot;/&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The reason for this, is that as you are using the Runbook Tester tool, these test runbooks will be executing under your interactive context.&amp;#160; This makes some runbook activities (like starting and stopping services) require elevation.&amp;#160; You will see errors like “Invalid Service” or no error information at all – the activity will simply fail.&amp;#160; You wont always see a tip that there is an access denied issue or something to tell you this activity requires elevation.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;You can set this to always run as an admin under the advanced properties of your shortcut on the machine you use the designer most.&lt;/p&gt;  &lt;p&gt;&lt;img title=&quot;image&quot; style=&quot;margin:0px;display:inline;background-image:none;&quot; border=&quot;0&quot; alt=&quot;image&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-10-metablogapi/5758.image_5F00_111C5E12.png&quot; width=&quot;559&quot; height=&quot;555&quot;/&gt;&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3546294&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3546294</guid>
         <pubDate>Wed, 16 Jan 2013 17:30:19 +0000</pubDate>
      </item>
      <item>
         <title>SCVMM 2012 SP1 - QuickStart deployment guide</title>
         <link>http://blogs.technet.com/b/kevinholman/archive/2013/01/16/scvmm-2012-sp1-quickstart-deployment-guide.aspx</link>
         <description>&lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The following document will cover a basic install of System Center Virtual Machine Manager 2012 SP1 at a generic customer.&amp;#160; This is to be used as a template only, for a customer to implement as their own pilot or POC deployment guide.&amp;#160; It is intended to be general in nature and will require the customer to modify it to suit their specific data and processes.&lt;/p&gt;  &lt;p&gt;SVCMM can be scaled to match the customer requirements. This document will cover a two server model, where all SCVMM roles are installed on a single VM/Server, and leverage a remote SQL database server.&lt;/p&gt;  &lt;p&gt;This is not an architecture guide or intended to be a design guide in any way.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Windows Server 2012 will be installed as the base OS for all platforms. All servers will be a member of the AD domain. &lt;/li&gt;    &lt;li&gt;SQL 2012 will be the base standard for all SQL database services.&lt;/li&gt; &lt;/ul&gt; &lt;b&gt;&lt;/b&gt;  &lt;p&gt;&lt;b&gt;Server Names&amp;#92;Roles:&lt;/b&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;DB1&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; SQL 2012 Database Services &lt;/li&gt;    &lt;li&gt;SCVMM&amp;#160;&amp;#160;&amp;#160; VMM Management Server and Console&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;High Level Deployment Process:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;1.&amp;#160; In AD, &lt;strong&gt;create the following accounts and groups&lt;/strong&gt;, according to your naming convention:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;DOMAIN&amp;#92;scvmmsvc&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; SCVMM Service Account account &lt;/li&gt;    &lt;li&gt;DOMAIN&amp;#92;scvmmadmin&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; SCVMM RunAs account for managing hosts &lt;/li&gt;    &lt;li&gt;DOMAIN&amp;#92;sqlsvc&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; SQL service account &lt;/li&gt;    &lt;li&gt;DOMAIN&amp;#92;SCVMMAdmins&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; SCVMM Administrators security group&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;2.&amp;#160; Add the “&lt;strong&gt;scvmmsvc&lt;/strong&gt;” and “&lt;strong&gt;scvmmadmin&lt;/strong&gt;” account to the “&lt;strong&gt;SCVMMAdmins&lt;/strong&gt;” global group.&lt;/p&gt;  &lt;p&gt;3.&amp;#160; Add the domain user accounts for &lt;strong&gt;yourself and your team&lt;/strong&gt; to the &lt;strong&gt;SCVMMAdmins&lt;/strong&gt; group.&lt;/p&gt;  &lt;p&gt;4.&amp;#160; &lt;strong&gt;Install Windows Server 2012&lt;/strong&gt; to all server role servers.&lt;/p&gt;  &lt;p&gt;5.&amp;#160; &lt;strong&gt;Install&lt;/strong&gt; &lt;strong&gt;Prerequisites&lt;/strong&gt; and &lt;strong&gt;SQL&lt;/strong&gt; &lt;strong&gt;2012&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;6.&amp;#160; &lt;strong&gt;Install&lt;/strong&gt; the &lt;strong&gt;SCVMM Server&lt;/strong&gt; and &lt;strong&gt;Console&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;7.&amp;#160; &lt;strong&gt;Deploy SCVMM Agent&lt;/strong&gt; to Hyper-V hosts.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt; &lt;b&gt;&lt;/b&gt;  &lt;p&gt;&lt;b&gt;Prerequisites:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;1.&amp;#160; &lt;strong&gt;Install Windows Server 2012&lt;/strong&gt; to all servers.&lt;/p&gt;  &lt;p&gt;2.&amp;#160; Ensure server has a minimum of &lt;strong&gt;4GB of RAM&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;3.&amp;#160; &lt;strong&gt;Join&lt;/strong&gt; all servers to &lt;strong&gt;domain&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;4.&amp;#160; &lt;strong&gt;Install&lt;/strong&gt; all available Windows &lt;strong&gt;Updates&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;5.&amp;#160; Add the “&lt;strong&gt;DOMAIN&amp;#92;SCVMMAdmins&lt;/strong&gt;” domain global group and the “&lt;strong&gt;DOMAIN&amp;#92;scvmmsvc&lt;/strong&gt;” domain account explicitly to the Local Administrators group on each SCVMM role server.&lt;/p&gt;  &lt;p&gt;8.&amp;#160; On the SCVMM server, install the &lt;strong&gt;Windows Assessment and Deployment Kit (ADK) for Windows 8&lt;/strong&gt;.&amp;#160; &lt;a rel=&quot;nofollow&quot; title=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=30652&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=30652&quot;&gt;http://www.microsoft.com/en-us/download/details.aspx?id=30652&lt;/a&gt;&amp;#160; When you install this – install only the “&lt;strong&gt;Deployment Tools&lt;/strong&gt;” and “&lt;strong&gt;Windows Preinstallation Environment&lt;/strong&gt;” options.&amp;#160; This can take a significant amount of time depending on download speed.&lt;/p&gt;  &lt;p&gt;9.&amp;#160; On the SCVMM server – install the &lt;strong&gt;SQL 2012 Native Client&lt;/strong&gt; and the &lt;strong&gt;SQL 2012 Command Line Utilities&lt;/strong&gt; from &lt;a rel=&quot;nofollow&quot; title=&quot;http://go.microsoft.com/fwlink/?LinkId=253555&quot; target=&quot;_blank&quot; href=&quot;http://go.microsoft.com/fwlink/?LinkId=253555&quot;&gt;http://go.microsoft.com/fwlink/?LinkId=253555&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;10.&amp;#160; On the SQL database server, &lt;strong&gt;install SQL 2012&lt;/strong&gt;.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Setup is fairly straightforward. This document will not go into details and best practices for SQL configuration. Consult your DBA team to ensure your SQL deployment is configured for best practices according to your corporate standards. &lt;/li&gt;    &lt;li&gt;Run &lt;strong&gt;setup&lt;/strong&gt;, choose &lt;strong&gt;Installation&lt;/strong&gt; &amp;gt; &lt;strong&gt;New SQL server stand-alone installation&lt;/strong&gt;….. &lt;/li&gt;    &lt;li&gt;When prompted for feature selection, install &lt;b&gt;&lt;i&gt;ALL&lt;/i&gt;&lt;/b&gt; of the following:       &lt;ul&gt;       &lt;li&gt;&lt;strong&gt;Database Engine Services&lt;/strong&gt;&lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Additionally, the product documentation for SCVMM states to install the management tools – complete:      &lt;ul&gt;       &lt;li&gt;&lt;strong&gt;Management Tools&lt;/strong&gt; – Basic and &lt;strong&gt;Complete&lt;/strong&gt; (for running queries and configuring SQL services)&lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;On the &lt;strong&gt;Instance configuration&lt;/strong&gt;, choose a default instance, or a named instance. Default instances are fine for testing and labs. Production clustered instances of SQL will generally be a named instance. For the purposes of the POC, choose default instance to keep things simple. &lt;/li&gt;    &lt;li&gt;On the &lt;strong&gt;Server configuration&lt;/strong&gt; screen, set SQL Server &lt;strong&gt;Agent&lt;/strong&gt; to &lt;strong&gt;Automatic&lt;/strong&gt;.&amp;#160; I prefer to use a service account for SQL, so I will set the Agent and DB Engine to run under my &lt;strong&gt;DOMAIN&amp;#92;sqlsvc&lt;/strong&gt; account and provide the password.&amp;#160; This is optional. &lt;/li&gt;    &lt;li&gt;On the Collation Tab – you can use the default of &lt;strong&gt;SQL_Latin1_General_CP1_CI_AS &lt;/strong&gt;or choose another supported collation. &lt;/li&gt;    &lt;li&gt;On the Account provisioning tab – add your personal domain user account or a group you already have set up for SQL admins. Alternatively, you can use the &lt;strong&gt;SCVMMAdmins&lt;/strong&gt; global group here. This will grant more rights than is required to all SCVMM Admin accounts, but is fine for testing purposes of the POC. &lt;/li&gt;    &lt;li&gt;On the Data Directories tab – set your drive letters correctly for your SQL databases, logs, TempDB, and backup. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Setup&lt;/strong&gt; will &lt;strong&gt;complete&lt;/strong&gt;. &lt;/li&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Step by step deployment guide:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;1. &lt;/b&gt;&lt;b&gt;Install SCVMM 2012 SP1:&lt;/b&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Log on&lt;/strong&gt; using your domain user account that is a member of the &lt;strong&gt;SCVMMAdmins&lt;/strong&gt; group. &lt;/li&gt;    &lt;li&gt;Run &lt;b&gt;Setup.exe&lt;/b&gt;&lt;/li&gt;    &lt;li&gt;Click &lt;b&gt;Install&lt;/b&gt;&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Accept&lt;/strong&gt; the license agreement and click &lt;b&gt;Next&lt;/b&gt;. &lt;/li&gt;    &lt;li&gt;Select:      &lt;ul&gt;       &lt;li&gt;&lt;strong&gt;VMM Management Server&lt;/strong&gt; &lt;/li&gt;        &lt;li&gt;&lt;strong&gt;VMM Console&lt;/strong&gt;&lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;On the Product Registration –&lt;strong&gt; input a product key&lt;/strong&gt; for a licensed version, otherwise &lt;strong&gt;&lt;em&gt;Eval&lt;/em&gt;&lt;/strong&gt; will be installed with a timeout.&amp;#160; Click &lt;strong&gt;Next&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Accept&lt;/strong&gt; or change the default install path and click &lt;strong&gt;Next&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;If you get any &lt;strong&gt;Prerequisite&lt;/strong&gt; errors – resolve them. If you get any warnings, understand them and click &lt;strong&gt;Next&lt;/strong&gt; to proceed. &lt;/li&gt;    &lt;li&gt;On the &lt;strong&gt;Database Configuration&lt;/strong&gt; screen, enter in the name of your &lt;strong&gt;SQL database server&lt;/strong&gt; and leave port &lt;strong&gt;&lt;em&gt;blank&lt;/em&gt;&lt;/strong&gt;. You can leave “use the following credentials” blank if you are installing to the local SQL server. You can enter credentials here to connect to a remote SQL server if your user account you are running setup as does not have enough rights over the instance to create a database. One the Instance Name – click the pull-down to select the instance you wish to install to.&amp;#160; Ensure “New Database” is checked and use the default name or change it to suit your naming standards. Click &lt;strong&gt;Next&lt;/strong&gt; when this screen is complete. &lt;/li&gt;    &lt;li&gt;On the &lt;strong&gt;Account Configuration&lt;/strong&gt; screen, enter the domain account for the SCVMM service account that we created earlier (&lt;strong&gt;DOMAIN&amp;#92;scvmmsvc&lt;/strong&gt;). Leave the default to store encryption keys locally for this simple deployment. Click &lt;strong&gt;Next&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;On the &lt;strong&gt;Port configuration&lt;/strong&gt; screen, accept defaults and click &lt;strong&gt;Next&lt;/strong&gt;.&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/li&gt;    &lt;li&gt;On the &lt;strong&gt;Library configuration&lt;/strong&gt; screen, change the library path or accept the default location, and click &lt;strong&gt;Next&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;Install&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Setup&lt;/strong&gt; will install all roles and &lt;strong&gt;complete&lt;/strong&gt;.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;b&gt;2. &lt;/b&gt;&lt;b&gt;Deploy an agent to an existing Hyper-V Host.&lt;/b&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Open the System Center Virtual Machine Manager 2012 console. &lt;/li&gt;    &lt;li&gt;Connect to the SCVMM server. &lt;/li&gt;    &lt;li&gt;In the lower left hand pane of the console – select “&lt;strong&gt;Fabric&lt;/strong&gt;”. &lt;/li&gt;    &lt;li&gt;In the folder list – Right click “&lt;strong&gt;All Hosts&lt;/strong&gt;” and choose “&lt;strong&gt;Create Host Group&lt;/strong&gt;”. &lt;/li&gt;    &lt;li&gt;Name your custom host group something like “&lt;strong&gt;Demo&lt;/strong&gt;” &lt;/li&gt;    &lt;li&gt;Right click the &lt;strong&gt;Demo&lt;/strong&gt; host group and choose “&lt;strong&gt;Add Hyper-V hosts and Clusters&lt;/strong&gt;” &lt;/li&gt;    &lt;li&gt;On the Resource Location screen – choose the first bullet for a trusted AD domain computer. &lt;/li&gt;    &lt;li&gt;On the Credentials screen, click &lt;strong&gt;Browse&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Select “&lt;strong&gt;Create Run As Account&lt;/strong&gt;” &lt;/li&gt;    &lt;li&gt;On the General screen, enter a Name of “&lt;strong&gt;Hyper-V Host Administration Account&lt;/strong&gt;” &lt;/li&gt;    &lt;li&gt;Input a DOMAIN&amp;#92;username of an AD account that has admin access to your Hyper-V servers. This account will be used to administer the Host and VM guests. For the purposes of the POC, we will use the &lt;strong&gt;DOMAIN&amp;#92;scvmmadmin&lt;/strong&gt; account. &lt;/li&gt;    &lt;li&gt;After inputting the &lt;strong&gt;password&lt;/strong&gt;, and accepting the new account, we will return to the Credentials screen with our existing RunAs account shown. Click &lt;strong&gt;Next&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Type in the computer names of your &lt;strong&gt;Hyper-V servers&lt;/strong&gt; that you wish to Manage. Ensure that the &lt;strong&gt;DOMAIN&amp;#92;SCVMMAdmins&lt;/strong&gt; global group is a member of the local admins group on all Hyper-V servers so that we can manage them. Click &lt;strong&gt;Next&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Select&lt;/strong&gt; all the discovered Hyper-V servers, and click &lt;strong&gt;Next&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Assign&lt;/strong&gt; the discovered hosts to the “&lt;strong&gt;Demo&lt;/strong&gt;” host group. &lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;Next, Finish&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;A job will be created to deploy the SCVMM agent to the Hyper-V hosts.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;3.&amp;#160; Create host groups and clouds&lt;/p&gt;  &lt;p&gt;4.&amp;#160; Configure WSUS for updates to Hosts&lt;/p&gt;  &lt;p&gt;5.&amp;#160; Configure Logical Networks&lt;/p&gt;  &lt;p&gt;6.&amp;#160; Connect with OpsMgr 2012 SP1:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://technet.microsoft.com/en-us/library/hh427287.aspx&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh427287.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh427287.aspx&lt;/a&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;ul&gt;&lt;/ul&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3546234&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3546234</guid>
         <pubDate>Wed, 16 Jan 2013 12:30:05 +0000</pubDate>
      </item>
      <item>
         <title>Service Manager 2012 SP1 - QuickStart deployment guide</title>
         <link>http://blogs.technet.com/b/kevinholman/archive/2013/01/16/service-manager-2012-sp1-quickstart-deployment-guide.aspx</link>
         <description>&lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The following article will cover a basic install of System Center Service Manager 2012 SP1.&amp;#160;&amp;#160; The concept is to perform a limited deployment of SCSM, similar to our deployment guide on TechNet:&amp;#160; &lt;a rel=&quot;nofollow&quot; title=&quot;http://technet.microsoft.com/en-us/library/hh519675.aspx&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh519675.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh519675.aspx&lt;/a&gt;&amp;#160; The deployment guide on TechNet demonstrates Service Manager in a Two Server model (typical for lab and test environments), and a Four Server Model (More typical for a scaled out production environment).&amp;#160; However for this article, I will be choosing a 3 server model, where all the SQL components are installed on a single SQL server, with a dedicated SCSM Management server, and dedicated SCSM Data Warehouse management server.&amp;#160; I feel this is a more typical scenario for lab testing and pilot environments where we don't want to deploy SQL on the SCSM management servers themselves, but don't need two independent SQL servers.&amp;#160; This is to be used as a template only, for a customer to implement as their own pilot or POC, or customized deployment guide. It is intended to be general in nature and will require the customer to modify it to suit their specific data and processes. &lt;/p&gt;  &lt;p&gt;This is not an architecture guide or intended to be a design guide in any way. This is provided &amp;quot;AS IS&amp;quot; with no warranties, and confers no rights. Use is subject to the terms specified in the &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/about/legal/en/us/Copyright/Default.aspx&quot;&gt;Terms of Use&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Server Names&amp;#92;Roles:&lt;/b&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;DB2&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; SQL Database Services, SQL Analysis Services, SQL Reporting Services.&lt;/li&gt;    &lt;li&gt;SCSM&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Management Server&lt;/li&gt;    &lt;li&gt;SCSMDW&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Data Warehouse Management Server&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;Windows Server 2012&lt;/strong&gt; will be installed as the base OS for all platforms.&amp;#160; All servers will be a member of the AD domain.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;SQL 2012 Enterprise &lt;/strong&gt;will be the base standard for all SQL Database, Analysis, and Reporting services.&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt; &lt;b&gt;&lt;/b&gt;  &lt;p&gt;&lt;b&gt;High Level Deployment Process:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;1.&amp;#160; In AD, create the following accounts and groups, according to your naming convention:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;DOMAIN&amp;#92;scsmsvc&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; SM Server service account&lt;/li&gt;    &lt;li&gt;DOMAIN&amp;#92;scsmwf&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; SM Mail Enabled Workflow account&lt;/li&gt;    &lt;li&gt;DOMAIN&amp;#92;scsmrep&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; SM reporting and analysis account&lt;/li&gt;    &lt;li&gt;DOMAIN&amp;#92;SQLSVC&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; SQL service account &lt;/li&gt;    &lt;li&gt;DOMAIN&amp;#92;SCSMadmins&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; SM Administrators security group &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;2.&amp;#160; Add the three SCSM service accounts, and the domain user accounts for yourself and your team to the “SCSMadmins” group.&lt;/p&gt;  &lt;p&gt;3.&amp;#160; Install &lt;strong&gt;&lt;em&gt;Windows Server 2012&lt;/em&gt;&lt;/strong&gt; to all server role servers.&lt;/p&gt;  &lt;p&gt;4.&amp;#160; Install Prerequisites and SQL 2012.&lt;/p&gt;  &lt;p&gt;5.&amp;#160; Install the Management Server&lt;/p&gt;  &lt;p&gt;6.&amp;#160; Install the Data Warehouse Server&lt;/p&gt;  &lt;p&gt;7.&amp;#160; Post install configurations&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Prerequisites:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;1.&amp;#160; Install Windows Server 2012 to &lt;b&gt;all Servers&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;2.&amp;#160; Join all servers to domain.&lt;/p&gt;  &lt;p&gt;3.&amp;#160; Add the “SCSMAdmins” domain global group to the Local Administrators group on each server.&lt;/p&gt;  &lt;p&gt;4.&amp;#160; On the &lt;strong&gt;SCSM&lt;/strong&gt; and &lt;strong&gt;SCSMDW&lt;/strong&gt; server, Open Powershell as an administrator, and install .NET 3.5 by running:&amp;#160; “Install-WindowsFeature NET-Framework-Core”&lt;/p&gt;  &lt;p&gt;5.&amp;#160; On the &lt;strong&gt;SCSM and SCSMDW&lt;/strong&gt; server, install the SQL 2012 Native Client, and the SQL 2012 Analysis Management Objects, from &lt;a rel=&quot;nofollow&quot; title=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=29065&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=29065&quot;&gt;http://www.microsoft.com/en-us/download/details.aspx?id=29065&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;6.&amp;#160; Install all available Windows Updates.&lt;/p&gt;  &lt;p&gt;7. Install SQL 2012 to &lt;b&gt;the DB server role&lt;/b&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Setup is fairly straightforward. This document will not go into details and best practices for SQL configuration. Consult your DBA team to ensure your SQL deployment is configured for best practices according to your corporate standards. &lt;/li&gt;    &lt;li&gt;Run setup, choose Installation &amp;gt; New Installation… &lt;/li&gt;    &lt;li&gt;When prompted for feature selection, install &lt;b&gt;&lt;i&gt;ALL&lt;/i&gt;&lt;/b&gt; of the following:       &lt;ul&gt;       &lt;li&gt;Database Engine Services&lt;/li&gt;        &lt;li&gt;Full-Text and Semantic Extractions for Search&lt;/li&gt;        &lt;li&gt;Analysis Services&lt;/li&gt;        &lt;li&gt;Reporting Services - Native&lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Optionally – consider adding the following to ease administration:      &lt;ul&gt;       &lt;li&gt;Management Tools – Basic and Complete (for running queries and configuring SQL services) &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;On the Instance configuration, choose a default instance, or a named instance. Default instances are fine for testing and labs. Production clustered instances of SQL will generally be a named instance. For the purposes of the POC, choose default instance to keep things simple. &lt;/li&gt;    &lt;li&gt;On the Server configuration screen, set SQL Server Agent to Automatic.&amp;#160; You can accept the defaults for the service accounts, but I recommend using a Domain account for the service account.&amp;#160; Input the DOMAIN&amp;#92;sqlsvc account and password for Agent, Engine, Analysis, and Reporting.&lt;/li&gt;    &lt;li&gt;On the Collation Tab – you can use the default which is &lt;b&gt;SQL_Latin1_General_CP1_CI_AS&lt;/b&gt; or choose another supported collation. &lt;/li&gt;    &lt;li&gt;On the Account provisioning tab – add your personal domain user account or a group you already have set up for SQL admins. Alternatively, you can use the SCSMAdmins global group here. This will grant more rights than is required to all SCSMAdmin accounts, but is fine for testing purposes of the POC. &lt;/li&gt;    &lt;li&gt;On the Data Directories tab – set your drive letters correctly for your SQL databases, logs, TempDB, and backup.&lt;/li&gt;    &lt;li&gt;On the Analysis Services screen, add your personal domain user account or a group you already have set up for SQL admins. Alternatively, you can use the SCSMAdmins global group here. This will grant more rights than is required to all SCSMAdmin accounts, but is fine for testing purposes of the POC.&amp;#160; Customize data directories for Analysis file locations if needed, and click Next.&lt;/li&gt;    &lt;li&gt;On the Reporting Services Configuration – choose to &lt;b&gt;&lt;i&gt;Install and Configure.&lt;/i&gt;&lt;/b&gt; This will install and configure SRS to be active on this server, and use the default DBengine present to house the reporting server databases. This is the simplest configuration. If you install Reporting Services on a stand-alone (no DBEngine) server, you will need to configure this manually.&lt;/li&gt;    &lt;li&gt;Continue accepting defaults until you reach Install.&amp;#160; Installation will run then complete. &lt;/li&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/ul&gt;  &lt;p&gt;&lt;b&gt;Step by step deployment guide:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;1.&amp;#160; &lt;b&gt;&lt;/b&gt;Install the &lt;strong&gt;&lt;em&gt;Management Server&lt;/em&gt;&lt;/strong&gt; role on &lt;strong&gt;SCSM. &lt;/strong&gt;You can also refer to: &lt;a rel=&quot;nofollow&quot; title=&quot;http://technet.microsoft.com/en-us/library/hh519668.aspx&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh519668.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh519668.aspx&lt;/a&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Log on using &lt;strong&gt;your personal domain user account&lt;/strong&gt; that is a member of the &lt;strong&gt;SCSMAdmins&lt;/strong&gt; group. &lt;/li&gt;    &lt;li&gt;Run &lt;b&gt;Setup.exe&lt;/b&gt;&lt;/li&gt;    &lt;li&gt;Click &lt;b&gt;Install &amp;gt; Service Manager Management Server&lt;/b&gt;&lt;/li&gt;    &lt;li&gt;Provide a Name, Org, and a product key, or select to install the 180 day evaluation.&amp;#160; Accept the license agreement and click Next.&lt;/li&gt;    &lt;li&gt;The Prereq checker runs.&amp;#160; Observe any critical or warnings.&amp;#160; At this point you should install the Report Viewer from the link in the checker, as that ships with the SCSM media.&amp;#160; Check prereqs again.&amp;#160; Common issues at this point will be memory and CPU checks throwing a warning.&amp;#160; This is fine for a lab, but should be corrected for any pilots or production work.&amp;#160; Click Next.&lt;/li&gt;    &lt;li&gt;For the Management Server role, we will use a remote database server.&amp;#160; Input the DB server name and choose an instance.&amp;#160; You must be logged on with an account that has SA rights over to remote SQL server in order to create and configure the DB.&amp;#160; If you get an error about the collation, click OK.&amp;#160; This is normal for SQL_Latin1_General_CP1_CI_AS.&amp;#160; See:&amp;#160; &lt;a rel=&quot;nofollow&quot; title=&quot;http://blogs.technet.com/b/momteam/archive/2012/05/25/clarification-on-sql-server-collation-requirements-for-system-center-2012.aspx&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/momteam/archive/2012/05/25/clarification-on-sql-server-collation-requirements-for-system-center-2012.aspx&quot;&gt;http://blogs.technet.com/b/momteam/archive/2012/05/25/clarification-on-sql-server-collation-requirements-for-system-center-2012.aspx&lt;/a&gt;&amp;#160; Select to create a new database, accept default size, and modify the path for the DB files if necessary.&amp;#160; Click Next.&lt;/li&gt;    &lt;li&gt;Choose a Service Manager Management group name.&amp;#160; If you also have OpsMgr in the environment, its a best practice to always use distinct MG names.&amp;#160; Choose your group DOMAIN&amp;#92;SCSMAdmins.&amp;#160; Click Next.&lt;/li&gt;    &lt;li&gt;Input the Service manager service account we created above.&amp;#160; Test the credentials, then click Next.&lt;/li&gt;    &lt;li&gt;Input the Service manager workflow account we created above.&amp;#160; Test the credentials, then click Next.&lt;/li&gt;    &lt;li&gt;Join the customer experience program, or not.&amp;#160; Next.&lt;/li&gt;    &lt;li&gt;Choose to leverage Microsoft Update, or not.&amp;#160; Next.&lt;/li&gt;    &lt;li&gt;Click Install.&amp;#160; When setup Completes.&amp;#160; Backup and save the encryption key for this management group.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;2.&amp;#160; Install the &lt;strong&gt;&lt;em&gt;Data Warehouse Management Server&lt;/em&gt;&lt;/strong&gt; role on &lt;b&gt;SCSMDW&lt;/b&gt;. You can also refer to: &lt;a rel=&quot;nofollow&quot; title=&quot;http://technet.microsoft.com/en-us/library/hh519780.aspx&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh519780.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh519780.aspx&lt;/a&gt;.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;The first step for the DW install, is to prepare the SRS server.&amp;#160; We must perform this anytime the SQL Reporting server is installed remotely, on a different server than the SCSM Data Warehouse Management server.&amp;#160; See the following for instructions:&amp;#160; &lt;a rel=&quot;nofollow&quot; title=&quot;http://technet.microsoft.com/en-us/library/hh519664.aspx&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh519664.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh519664.aspx&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Once you have prepared the remote SRS server, log on to the SCSMDW server using your domain user account that is a member of the &lt;strong&gt;SCSMAdmins group&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Run &lt;b&gt;Setup.exe&lt;/b&gt;&lt;/li&gt;    &lt;li&gt;Click &lt;b&gt;Install &amp;gt; Service Manager Data Warehouse Management Server&lt;/b&gt;&lt;/li&gt;    &lt;li&gt;Provide a Name, Org, and a product key, or select to install the 180 day evaluation.&amp;#160; Accept the license agreement and click Next.&lt;/li&gt;    &lt;li&gt;The Prereq checker runs.&amp;#160; Observe any critical or warnings.&amp;#160; Common issues at this point will be memory and CPU checks throwing a warning.&amp;#160; This is fine for a lab, but should be corrected for any pilots or production work.&amp;#160; Click Next.&lt;/li&gt;    &lt;li&gt;For the DW Management Server role, we will use a remote database server.&amp;#160; Input the DB server name for each database and choose an instance.&amp;#160; You must be logged on with an account that has SA rights over to remote SQL server in order to create and configure the DB.&amp;#160; If you get an error about the collation, click OK.&amp;#160; This is normal for SQL_Latin1_General_CP1_CI_AS.&amp;#160; See:&amp;#160; &lt;a rel=&quot;nofollow&quot; title=&quot;http://blogs.technet.com/b/momteam/archive/2012/05/25/clarification-on-sql-server-collation-requirements-for-system-center-2012.aspx&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/momteam/archive/2012/05/25/clarification-on-sql-server-collation-requirements-for-system-center-2012.aspx&quot;&gt;http://blogs.technet.com/b/momteam/archive/2012/05/25/clarification-on-sql-server-collation-requirements-for-system-center-2012.aspx&lt;/a&gt;&amp;#160; Select to create a new database, accept default size, and modify the path for the DB files if necessary.&amp;#160; Click Next.&amp;#160; This wizard allows us to scale out service manager across multiple SQL servers for the best performance, but for this purpose, we will be deploying to a single SQL server for all database components.&lt;/li&gt;    &lt;li&gt;On the Configuration screen, provide a Management Group name.&amp;#160; A good rule of thumb is to use your SCSM management group name we used above, prefixed by DW_.&amp;#160; I will use DW_SCSMDEMO.&amp;#160; Choose your SCSMAdmins group.&amp;#160; Next.&amp;#160; &lt;/li&gt;    &lt;li&gt;On the reporting server screen, type in the name of the remote SSRS server, and choose an instance.&amp;#160; We will validate the URL before letting you continue.&lt;/li&gt;    &lt;li&gt;For the service account, enter in DOMAIN&amp;#92;scsmsvc, and test the credential.&lt;/li&gt;    &lt;li&gt;For the reporting account, enter in DOMAIN&amp;#92;scsmrep, and test the credential.&lt;/li&gt;    &lt;li&gt;For the Analysis Services OLAP screen, input the remote DB server name, and choose an instance.&amp;#160; Create a new database, and provide a path if needed different than the default.&lt;/li&gt;    &lt;li&gt;For the Analysis Services credential, we will use the same credential that we used for reporting:&amp;#160; DOMAIN&amp;#92;scsmrep.&amp;#160; This account MUST be a local administrator on the SQL Analysis server, so ensure that is done in advance.&lt;/li&gt;    &lt;li&gt;Choose whether to join the CEIP, and click Next.&lt;/li&gt;    &lt;li&gt;Choose whether to use Microsoft update, and click Next.&lt;/li&gt;    &lt;li&gt;Choose Install.&amp;#160; When setup completes, backup and save the encryption key for this management group.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;3.&amp;#160; Verify the installation:&amp;#160; You can also refer to:&amp;#160; &lt;a rel=&quot;nofollow&quot; title=&quot;http://technet.microsoft.com/en-us/library/hh519793.aspx&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh519793.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh519793.aspx&lt;/a&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Log on &lt;strong&gt;SCSM&lt;/strong&gt; using your domain user account that is a member of the &lt;strong&gt;SCSMAdmins group&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Open the Service Manager Console.&amp;#160; Connect to &lt;strong&gt;SCSM.&lt;/strong&gt;&lt;/li&gt;    &lt;li&gt;Ensure the console opens.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;4.&amp;#160; Register the Data Warehouse.&amp;#160; You can also refer to &lt;a rel=&quot;nofollow&quot; title=&quot;http://technet.microsoft.com/en-us/library/hh519811.aspx&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh519811.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh519811.aspx&lt;/a&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;In the Service Manager console – select Administration.&lt;/li&gt;    &lt;li&gt;Click the link to Register the Service Manager Data Warehouse.&amp;#160; This launches a wizard.&lt;/li&gt;    &lt;li&gt;Input the DW server name, and select Test Connection.&amp;#160; Next.&lt;/li&gt;    &lt;li&gt;Accept the default Run As account, and click Next.&lt;/li&gt;    &lt;li&gt;Type in the password for the service account, and Next.&lt;/li&gt;    &lt;li&gt;Click Create.&amp;#160; Click Close.&amp;#160; Click OK.&lt;/li&gt;    &lt;li&gt;This process takes a considerable amount of time to complete (two hours or more).&amp;#160; To validate this – in the console select Data Warehouse &amp;gt; Data Warehouse Jobs.&amp;#160; Examine MPSyncJob details.&amp;#160; When it is done, all batches will be in Associated status, and you will see at least the following 5 jobs in the DW Jobs view:&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;Extract_&amp;lt;Service Manager management group name&amp;gt;&lt;/li&gt;      &lt;li&gt;Extract_&amp;lt;Data Warehouse management group name&amp;gt;&lt;/li&gt;      &lt;li&gt;Load.Common&lt;/li&gt;      &lt;li&gt;Transform.Common&lt;/li&gt;      &lt;li&gt;MPSyncJob&lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;5.&amp;#160; Deploy the Self-Service Portal.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://technet.microsoft.com/en-us/library/hh667344.aspx&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh667344.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh667344.aspx&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;The Self-Service Portal consists of two elements: a SharePoint website and a web content server.&amp;#160; Typically I will deploy a single server running SharePoint 2012 Foundation, then request an SSL cert for the machine via IIS, then install the Web Content and SharePoint webparts on that single server.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;6.&amp;#160; Configure the Active Directory Connector&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://technet.microsoft.com/en-us/library/hh519809.aspx&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh519809.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh519809.aspx&lt;/a&gt;&amp;#160;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;7.&amp;#160; Configure the Operations Manager Alert Connector and CI Connector&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://technet.microsoft.com/en-us/library/hh524270.aspx&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh524270.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh524270.aspx&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Import Management Packs&lt;/li&gt;    &lt;li&gt;Create Alert Connector&lt;/li&gt;    &lt;li&gt;Create CI Connector&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;8.&amp;#160; Configure the Configuration Manager CI Connector&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://technet.microsoft.com/en-us/library/hh519733.aspx&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh519733.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh519733.aspx&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;9.&amp;#160; Configure the Orchestrator Connector:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://technet.microsoft.com/en-us/library/hh495619.aspx&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh495619.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh495619.aspx&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;The Account used in the connector wizard needs to have Read and List permissions on the Root Runbook folder in Orchestrator Run book designer for the connector wizard to complete successfully.&amp;#160; The documentation does not list this information.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;10.&amp;#160; Configure the SCVMM Connector&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://technet.microsoft.com/en-us/library/hh519785.aspx&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh519785.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh519785.aspx&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;11.&amp;#160; Set up and configure Notifications:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://technet.microsoft.com/en-us/library/hh519719.aspx&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh519719.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh519719.aspx&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;12.&amp;#160; Configure SCOM agents for monitoring&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;The SCOM agent is installed by default on all SCSM 2012 SP1 servers, it is not configured.&lt;/li&gt;    &lt;li&gt;Open the control panel on your SCSM servers and add your SCOM management group information.&lt;/li&gt;    &lt;li&gt;Ensure your SCOM deployment allows manually installed agents.&lt;/li&gt;    &lt;li&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://technet.microsoft.com/en-us/library/hh524312.aspx&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh524312.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh524312.aspx&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3546231&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3546231</guid>
         <pubDate>Wed, 16 Jan 2013 12:25:27 +0000</pubDate>
      </item>
      <item>
         <title>ConfigMgr 2012 SP1 - QuickStart deployment Guide</title>
         <link>http://blogs.technet.com/b/kevinholman/archive/2013/01/16/configmgr-2012-sp1-quickstart-deployment-guide.aspx</link>
         <description>&lt;p&gt;This is to be used as a template only, for a customer to implement as their own pilot or POC, or customized deployment guide. It is intended to be general in nature and will require the customer to modify it to suit their specific data and processes. &lt;/p&gt;  &lt;p&gt;This also happens to be a very typical scenario for small environments for a production deployment.&amp;#160; This is not an architecture guide or intended to be a design guide in any way. This is provided &amp;quot;AS IS&amp;quot; with no warranties, and confers no rights. Use is subject to the terms specified in the &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/about/legal/en/us/Copyright/Default.aspx&quot;&gt;Terms of Use&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;Server Names&amp;#92;Roles:&lt;/b&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;DB3&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; SQL Database Services, Reporting Services &lt;/li&gt;    &lt;li&gt;CM1&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Primary Site Server&amp;#160; Management Server, Web Console server &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Windows Server 2012&lt;/strong&gt; will be installed as the base OS for all platforms.&amp;#160; All servers will be a member of the AD domain.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;SQL 2012 RTM with CU2 &lt;/strong&gt;will be the base standard for all SQL database and reporting services.&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;a rel=&quot;nofollow&quot; title=&quot;http://technet.microsoft.com/en-us/library/gg682077.aspx&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/gg682077.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/gg682077.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt; &lt;b&gt;&lt;/b&gt;  &lt;p&gt;&lt;b&gt;High Level Deployment Process:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;1.&amp;#160; In AD, create the following accounts and groups, according to your naming convention:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;DOMAIN&amp;#92;ConfigMgrAdmins&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ConfigMgr Administrators security group&lt;/li&gt;    &lt;li&gt;DOMAIN&amp;#92;ConfigMgrLocalAdmin&amp;#160;&amp;#160;&amp;#160; ConfigMgr Client Push account &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;2.&amp;#160; Add the domain user accounts for yourself and your team to the “ConfigMgrAdmins” group.&lt;/p&gt;  &lt;p&gt;3.&amp;#160; Install &lt;strong&gt;&lt;em&gt;Windows Server 2012&lt;/em&gt;&lt;/strong&gt; to all server role servers.&lt;/p&gt;  &lt;p&gt;4.&amp;#160; Install Prerequisites and SQL 2012.&lt;/p&gt;  &lt;p&gt;5.&amp;#160; Install the Site Server and Database Components&lt;/p&gt;  &lt;p&gt;6.&amp;#160; Install the Reporting components.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Prerequisites:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;1.&amp;#160; Install Windows Server 2012 to &lt;b&gt;all Servers&lt;/b&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;2.&amp;#160; Join all servers to domain. &lt;/p&gt;  &lt;p&gt;3.&amp;#160; Install all available Windows Updates.&lt;/p&gt;  &lt;p&gt;4.&amp;#160; Add the “ConfigMgrAdmins” domain global group to the Local Administrators group on each server.&lt;/p&gt;  &lt;p&gt;5.&amp;#160; On CM1, Install required prerequisites for the site system roles (this covers all site system roles combined on a single server):&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;Open PowerShell (&lt;strong&gt;&lt;em&gt;as an administrator&lt;/em&gt;&lt;/strong&gt;) and run the following:&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;    &lt;p&gt;&lt;strong&gt;&lt;em&gt;Add-WindowsFeature Web-Windows-Auth,Web-ISAPI-Ext,Web-Metabase,Web-WMI,BITS,RDC,NET-Framework-Features,Web-Asp-Net,Web-Asp-Net45,NET-HTTP-Activation,NET-Non-HTTP-Activ,Web-Static-Content,&lt;strong&gt;&lt;em&gt;Web-Default-Doc&lt;/em&gt;&lt;/strong&gt;,Web-Dir-Browsing,Web-Http-Errors,Web-Http-Redirect,Web-App-Dev,Web-Net-Ext,Web-Net-Ext45,Web-ISAPI-Filter,Web-Health,&lt;strong&gt;&lt;em&gt;Web-Http-Logging&lt;/em&gt;&lt;/strong&gt;,Web-Log-Libraries,Web-Request-Monitor,Web-HTTP-Tracing,Web-Security,Web-Filtering,Web-Performance,Web-Stat-Compression,Web-Mgmt-Console,Web-Scripting-Tools,Web-Mgmt-Compat -Restart&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;    &lt;p&gt;Note – if your machines are not internet connected, you might need to add a “–Source D:&amp;#92;sources&amp;#92;sxs” or whatever the path is to your Windows installation media.&amp;#160; By default Windows 2012 gets .NET 3.5 from Windows Update, but this doesn't always work, and will never work for machines without an internet connection.&lt;/p&gt;    &lt;p&gt;After installing these roles/features, you must register ASP.NET with IIS.&amp;#160; The simplest way is to open an elevated command prompt: C:&amp;#92;Windows&amp;#92;Microsoft.NET&amp;#92;Framework64&amp;#92;v4.0.30319&amp;gt;aspnet_regiis.exe –r&amp;#160; &lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;6.&amp;#160; On CM1 – Install the Deployment Tools, Windows PE, and the User State Migration tool from the Windows 8 ADK:&amp;#160;&amp;#160; &lt;a rel=&quot;nofollow&quot; title=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=30652&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=30652&quot;&gt;http://www.microsoft.com/en-us/download/details.aspx?id=30652&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;7.&amp;#160; On CM1 – add the WSUS feature from Server Manager.&lt;/p&gt;  &lt;p&gt;8. Install &lt;strong&gt;&lt;em&gt;SQL 2012 RTM with CU2&lt;/em&gt;&lt;/strong&gt; to &lt;b&gt;the DB server role&lt;/b&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Setup is fairly straightforward. This document will not go into details and best practices for SQL configuration. Consult your DBA team to ensure your SQL deployment is configured for best practices according to your corporate standards. &lt;/li&gt;    &lt;li&gt;Run setup, choose Installation &amp;gt; New Installation… &lt;/li&gt;    &lt;li&gt;When prompted for feature selection, install &lt;b&gt;&lt;i&gt;ALL&lt;/i&gt;&lt;/b&gt; of the following:       &lt;ul&gt;       &lt;li&gt;Database Engine Services &lt;/li&gt;        &lt;li&gt;Full-Text and Semantic Extractions for Search &lt;/li&gt;        &lt;li&gt;Reporting Services - Native&lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Optionally – consider adding the following to ease administration:      &lt;ul&gt;       &lt;li&gt;Management Tools – Basic and Complete (for running queries and configuring SQL services) &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;On the Instance configuration, choose a default instance, or a named instance. Default instances are fine for testing and labs. Production clustered instances of SQL will generally be a named instance. For the purposes of the POC, choose default instance to keep things simple. &lt;/li&gt;    &lt;li&gt;On the Server configuration screen, set SQL Server Agent to Automatic.&amp;#160; You can accept the defaults for the service accounts, but I recommend using a Domain account for the service account.&amp;#160; Input the DOMAIN&amp;#92;sqlsvc account and password for Agent, Engine, and Reporting.&lt;/li&gt;    &lt;li&gt;On the Collation Tab – you can use the default which is &lt;b&gt;SQL_Latin1_General_CP1_CI_AS&lt;/b&gt; or choose another supported collation. &lt;/li&gt;    &lt;li&gt;On the Account provisioning tab – add your personal domain user account or a group you already have set up for SQL admins. Alternatively, you can use the OMAdmins global group here. This will grant more rights than is required to all OMAdmin accounts, but is fine for testing purposes of the POC. &lt;/li&gt;    &lt;li&gt;On the Data Directories tab – set your drive letters correctly for your SQL databases, logs, TempDB, and backup. &lt;/li&gt;    &lt;li&gt;On the Reporting Services Configuration – choose to &lt;b&gt;&lt;i&gt;Install and Configure.&lt;/i&gt;&lt;/b&gt; This will install and configure SRS to be active on this server, and use the default DBengine present to house the reporting server databases. This is the simplest configuration. If you install Reporting Services on a stand-alone (no DBEngine) server, you will need to configure this manually. &lt;/li&gt;    &lt;li&gt;Setup will complete. &lt;/li&gt;    &lt;li&gt;Apply SQL 2012 RTM, CU2 to the SQL server.&amp;#160; &lt;a rel=&quot;nofollow&quot; title=&quot;http://support.microsoft.com/kb/2703275&quot; target=&quot;_blank&quot; href=&quot;http://support.microsoft.com/kb/2703275&quot;&gt;http://support.microsoft.com/kb/2703275&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Set a limit on SQL memory for the DB instance – to reserve memory for the OS and Reporting services.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;9.&amp;#160; On the SQL server – add the Computer Account in the domain to the local administrators group of the SQL database server (DOMAIN&amp;#92;CM1$)&lt;/p&gt;  &lt;p&gt;10.&amp;#160; In Active Directory – extend the schema, create the System Management container, and assign permissions:&amp;#160; &lt;a rel=&quot;nofollow&quot; title=&quot;http://technet.microsoft.com/en-us/library/gg712264.aspx#BKMK_PrepAD&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/gg712264.aspx#BKMK_PrepAD&quot;&gt;http://technet.microsoft.com/en-us/library/gg712264.aspx#BKMK_PrepAD&lt;/a&gt;&lt;/p&gt;  &lt;ul&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/ul&gt;  &lt;ul&gt;&lt;/ul&gt;  &lt;p&gt;&lt;b&gt;Step by step deployment guide:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;1.&amp;#160; &lt;b&gt;&lt;/b&gt;Install the Primary Site Server role on &lt;strong&gt;CM1. &lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Log on using &lt;strong&gt;your personal domain user account&lt;/strong&gt; that is a member of the &lt;strong&gt;ConfigMgrAdmins &lt;/strong&gt;group. &lt;/li&gt;    &lt;li&gt;Run &lt;b&gt;Splash.hta&lt;/b&gt;&lt;/li&gt;    &lt;li&gt;Click &lt;b&gt;Install&lt;/b&gt;&lt;/li&gt;    &lt;li&gt;Read the “Before You Begin” Info and click &lt;strong&gt;Next&lt;/strong&gt;.&lt;/li&gt;    &lt;li&gt;On the Available Setup Options, choose to install a &lt;strong&gt;primary site&lt;/strong&gt;, but to &lt;strong&gt;NOT&lt;/strong&gt; check the box for typical options.&amp;#160; We are going to configure each step for our site and use a remote SQL database server.&lt;/li&gt;    &lt;li&gt;Choose Eval or input your license key and click Next.&lt;/li&gt;    &lt;li&gt;Accept the Eula and click Next.&lt;/li&gt;    &lt;li&gt;Accept the additional license agreements and click Next.&lt;/li&gt;    &lt;li&gt;Provide a path to the prereq file downloads.&amp;#160; If you have not downloaded these recently then create a new folder for these, locally or on a remote path.&lt;/li&gt;    &lt;li&gt;Choose you language and click Next, on the server and client screens.&lt;/li&gt;    &lt;li&gt;Input a site code for your primary site.&amp;#160; Input a description.&amp;#160; Choose a path.&amp;#160; Make sure you are also installing the console.&amp;#160; Click Next.&lt;/li&gt;    &lt;li&gt;Choose to install a primary site as a stand alone site.&amp;#160; We can add a CAS later in ConfigMgr 2012 SP1.&lt;/li&gt;    &lt;li&gt;Input the SQL server name, instance, click Next.&lt;/li&gt;    &lt;li&gt;Accept the default for the SMS provider.&amp;#160; Next.&lt;/li&gt;    &lt;li&gt;Choose to configure the communication method on each site system role, and to use HTTPS in the check box.&amp;#160; Next.&lt;/li&gt;    &lt;li&gt;Choose HTTP for the MP and DP – we can change this to HTTPS with certs down the road.&amp;#160; Next.&lt;/li&gt;    &lt;li&gt;Choose to enable CEIP or not.&amp;#160; Next.&lt;/li&gt;    &lt;li&gt;Choose next to run prereq checker.&amp;#160; Resolve any issues.&amp;#160; Click Begin Install.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Post Deployment Configuration:&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;1.&amp;#160; Add Site System Roles:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://technet.microsoft.com/en-us/library/hh272770.aspx&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh272770.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh272770.aspx&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Application Catalog roles&lt;/li&gt;    &lt;li&gt;Asset Intelligence&lt;/li&gt;    &lt;li&gt;Endpoint protection&lt;/li&gt;    &lt;li&gt;Fallback status&lt;/li&gt;    &lt;li&gt;Software update&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;2.&amp;#160; Enable discoveries&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://technet.microsoft.com/en-us/library/hh427340.aspx&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh427340.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh427340.aspx&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Enable AD Forest Discovery&lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-10-metablogapi/8132.image_5F00_6DE8E784.png&quot;&gt;&lt;img title=&quot;image&quot; style=&quot;display:inline;&quot; border=&quot;0&quot; alt=&quot;image&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-10-metablogapi/5076.image_5F00_thumb_5F00_62532A45.png&quot; width=&quot;439&quot; height=&quot;248&quot;/&gt;&lt;/a&gt; &lt;/p&gt;    &lt;p&gt;This will bring in the AD site and IP boundaries.&lt;/p&gt; &lt;/blockquote&gt;  &lt;ul&gt;   &lt;li&gt;Enable AD system discoveries to bring in systems&lt;/li&gt;    &lt;li&gt;Enable User discovery&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;3.&amp;#160;&amp;#160; Create boundary groups&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Create a boundary group and add your site boundaries and site servers to it, for site assignment.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;4.&amp;#160; Assign a client Push account to Administration &amp;gt; Site Configuration &amp;gt; Sites&lt;/p&gt;  &lt;p&gt;5.&amp;#160; Push a client/clients from discovered assets.&lt;/p&gt;  &lt;p&gt;6.&amp;#160; Verify Hardware and software inventory for clients&lt;/p&gt;  &lt;p&gt;7.&amp;#160; Enable Endpoint protection&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Client Settings – create a new client device setting.&amp;#160; Enable endpoint protection.&lt;/li&gt;    &lt;li&gt;Configure Client device settings to turn on Endpoint protection and deploy endpoints.&lt;/li&gt;    &lt;li&gt;Deploy new client policy to All Desktop and Server Clients Collection, or a custom collection&lt;/li&gt;    &lt;li&gt;Create automatic deployment rule for definition updates using Definition template.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;ul&gt;&lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&amp;#160;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;ul&gt;&lt;/ul&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3546230&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3546230</guid>
         <pubDate>Wed, 16 Jan 2013 12:23:42 +0000</pubDate>
      </item>
      <item>
         <title>Orchestrator 2012 SP1 - QuickStart deployment guide</title>
         <link>http://blogs.technet.com/b/kevinholman/archive/2013/01/16/orchestrator-2012-sp1-quickstart-deployment-guide.aspx</link>
         <description>&lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;System Center Orchestrator 2012 SP1 is extremely easy to setup and deploy.&amp;#160; There are only a handful of prerequisites, and most can be handled by the setup installer routine.&lt;/p&gt;  &lt;p&gt;The TechNet documentation does an excellent job of detailing the system requirements and deployment process:&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh420337.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh420337.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The following document will cover a basic install of System Center Orchestrator 2012 at a generic customer.&amp;#160; This is to be used as a template only, for a customer to implement as their own pilot or POC deployment guide.&amp;#160; It is intended to be general in nature and will require the customer to modify it to suit their specific data and processes.&lt;/p&gt;  &lt;p&gt;SCORCH can be scaled to match the customer requirements. This document will cover a typical two server model, where all server roles are installed on a single VM, and utilize a remote database server or SQL cluster.&lt;/p&gt;  &lt;p&gt;This is not an architecture guide or intended to be a design guide in any way.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Definitions:&lt;/b&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;SCORCH&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; System Center Orchestrator&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;b&gt;Server Names&amp;#92;Roles:&lt;/b&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;SCORCH&lt;/strong&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Orchestrator 2012 role server&lt;/p&gt;    &lt;ul&gt;     &lt;li&gt;Management Server &lt;/li&gt;      &lt;li&gt;Runbook Server &lt;/li&gt;      &lt;li&gt;Orchestrator Web Service Server &lt;/li&gt;      &lt;li&gt;Runbook Designer client application&lt;/li&gt;   &lt;/ul&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;DB1&lt;/strong&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; SQL 2012 Database Engine Server&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Windows Server 2012&lt;/strong&gt; will be installed as the base OS for all platforms.&amp;#160; All servers will be a member of the AD domain. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;SQL 2012&lt;/strong&gt; will be the base standard for all database services. SCORCH only requires a SQL DB engine (locally or remote) in order to host SCORCH databases. &lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;High Level Deployment Process:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;1.&amp;#160; In AD, create the following accounts and groups, according to your naming convention:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;a.&amp;#160; DOMAIN&amp;#92;scorchsvc&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; SCORCH Mgmt, Runbook, and Monitor Account&lt;/p&gt;    &lt;p&gt;b.&amp;#160; DOMAIN&amp;#92;ScorchUsers&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; SCORCH users security global group&lt;/p&gt;    &lt;p&gt;c.&amp;#160; DOMAIN&amp;#92;sqlsvc&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; SQL Service Account&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;2.&amp;#160; Add the domain user accounts for yourself and your team to the ScorchUsers group.&lt;/p&gt;  &lt;p&gt;3.&amp;#160; Install Windows Server 2012 to all server role members.&lt;/p&gt;  &lt;p&gt;4.&amp;#160; Install Prerequisites.&lt;/p&gt;  &lt;p&gt;5.&amp;#160; Install the SCORCH Server.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Prerequisites:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;1.&amp;#160; Install Windows Server 2012 on all servers.&lt;/p&gt;  &lt;p&gt;2.&amp;#160; Join all servers to domain.&lt;/p&gt;  &lt;p&gt;3.&amp;#160; Ensure SCORCH server has a minimum of 1GB of RAM.&lt;/p&gt;  &lt;p&gt;4.&amp;#160; On the SCORCH server, .Net 3.5SP1 is required. Setup will not be able to add this feature on Windows Server 2012.&amp;#160; Open an elevated PowerShell session (run as an Administrator) and execute the following:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;em&gt;Add-WindowsFeature NET-Framework-Core&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt; &lt;/blockquote&gt; 5.&amp;#160; On the SCORCH server, IIS (IIS Role) is required. Setup will add this role if not installed.&amp;#160; &lt;p&gt;6.&amp;#160; On the SCORCH &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&amp;amp;FamilyID=0a391abd-25c1-4fc0-919f-b21f31ab88b7&quot;&gt;.Net 4.0&lt;/a&gt; is required. This is included in the WS2012 OS (.NET 4.5)&lt;/p&gt;  &lt;p&gt;7.&amp;#160; Install all available Windows Updates as a best practice.&lt;/p&gt;  &lt;p&gt;8.&amp;#160; Add the “DOMAIN&amp;#92;scorchsvc” domain account explicitly to the Local Administrators group on the SCORCH server.&lt;/p&gt;  &lt;p&gt;9.&amp;#160; Add the “DOMAIN&amp;#92;ScorchUsers” global group explicitly to the Local Administrators group on the SCORCH server.&lt;/p&gt;  &lt;p&gt;10.&amp;#160; On the SQL database server, &lt;strong&gt;install SQL 2012&lt;/strong&gt;.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Setup is fairly straightforward. This document will not go into details and best practices for SQL configuration. Consult your DBA team to ensure your SQL deployment is configured for best practices according to your corporate standards. &lt;/li&gt;    &lt;li&gt;Run &lt;strong&gt;setup&lt;/strong&gt;, choose &lt;strong&gt;Installation&lt;/strong&gt; &amp;gt; &lt;strong&gt;New SQL server stand-alone installation&lt;/strong&gt;….. &lt;/li&gt;    &lt;li&gt;When prompted for feature selection, install &lt;b&gt;&lt;i&gt;ALL&lt;/i&gt;&lt;/b&gt; of the following:       &lt;ul&gt;       &lt;li&gt;&lt;strong&gt;Database Engine Services&lt;/strong&gt;&lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Additionally, the product documentation for SCVMM states to install the management tools – complete:      &lt;ul&gt;       &lt;li&gt;&lt;strong&gt;Management Tools&lt;/strong&gt; – Basic and &lt;strong&gt;Complete&lt;/strong&gt; (for running queries and configuring SQL services)&lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;On the &lt;strong&gt;Instance configuration&lt;/strong&gt;, choose a default instance, or a named instance. Default instances are fine for testing and labs. Production clustered instances of SQL will generally be a named instance. For the purposes of the POC, choose default instance to keep things simple. &lt;/li&gt;    &lt;li&gt;On the &lt;strong&gt;Server configuration&lt;/strong&gt; screen, set SQL Server &lt;strong&gt;Agent&lt;/strong&gt; to &lt;strong&gt;Automatic&lt;/strong&gt;.&amp;#160; I prefer to use a service account for SQL, so I will set the Agent and DB Engine to run under my &lt;strong&gt;DOMAIN&amp;#92;sqlsvc&lt;/strong&gt; account and provide the password.&amp;#160; This is optional. &lt;/li&gt;    &lt;li&gt;On the Collation Tab – you can use the default of &lt;strong&gt;SQL_Latin1_General_CP1_CI_AS &lt;/strong&gt;or choose another supported collation. &lt;/li&gt;    &lt;li&gt;On the Account provisioning tab – add your personal domain user account or a group you already have set up for SQL admins. Alternatively, you can use the &lt;strong&gt;ScorchUsers&lt;/strong&gt; global group here. This will grant more rights than is required to all ScorchUser Admin accounts, but is fine for testing purposes of the POC. &lt;/li&gt;    &lt;li&gt;On the Data Directories tab – set your drive letters correctly for your SQL databases, logs, TempDB, and backup. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Setup&lt;/strong&gt; will &lt;strong&gt;complete&lt;/strong&gt;. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Step by step deployment guide:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;1.&amp;#160; &lt;/b&gt;&lt;b&gt;Install SCORCH 2012:&lt;/b&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Log on using your domain user account that is a member of the ScorchUsers group. &lt;/li&gt;    &lt;li&gt;Run &lt;b&gt;Setuporchestrator.exe&lt;/b&gt;&lt;/li&gt;    &lt;li&gt;Click &lt;b&gt;Install&lt;/b&gt;&lt;/li&gt;    &lt;li&gt;Supply a name, org, and license key (if you have one) and click &lt;strong&gt;Next&lt;/strong&gt;.&amp;#160; If you don't input a license key it will install &lt;strong&gt;&lt;em&gt;Eval&lt;/em&gt;&lt;/strong&gt; version. &lt;/li&gt;    &lt;li&gt;Accept the license agreement and click &lt;b&gt;Next&lt;/b&gt;. &lt;/li&gt;    &lt;li&gt;Check all boxes on the getting started screen, for:      &lt;ul&gt;       &lt;li&gt;Management Server &lt;/li&gt;        &lt;li&gt;Runbook Server &lt;/li&gt;        &lt;li&gt;Orchestration Console and Web Service &lt;/li&gt;        &lt;li&gt;Runbook Designer &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;On the &lt;b&gt;Prerequisites&lt;/b&gt; screen, check the boxes to remediate any necessary prerequisites, and click &lt;strong&gt;Next&lt;/strong&gt; when all prerequisites are installed. &lt;/li&gt;    &lt;li&gt;Input the service account “&lt;strong&gt;scorchsvc&lt;/strong&gt;” and input the password, domain, and click &lt;strong&gt;Test&lt;/strong&gt;. Ensure this is a success and click &lt;strong&gt;Next&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Configure the database server. Type in the local computer name if you installed SQL on this SCORCH Server, or provide a remote SQL server (and instance if using a named instance) to which you have the “System Administrator” (SA) rights to in order to create the SCORCH database and assign permissions to it. Test the database connection and click &lt;b&gt;Next&lt;/b&gt;. &lt;/li&gt;    &lt;li&gt;Specify a &lt;strong&gt;new&lt;/strong&gt; database, &lt;strong&gt;Orchestrator&lt;/strong&gt;. Click &lt;strong&gt;Next&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Browse AD and select your domain global group for &lt;strong&gt;&lt;em&gt;ScorchUsers&lt;/em&gt;&lt;/strong&gt;. Click &lt;b&gt;Next&lt;/b&gt;. &lt;/li&gt;    &lt;li&gt;Accept defaults for the SCORCH Web service ports of 81 and 82, Click &lt;b&gt;Next&lt;/b&gt;. &lt;/li&gt;    &lt;li&gt;Accept default location for install and Click &lt;b&gt;Next&lt;/b&gt;. &lt;/li&gt;    &lt;li&gt;Select the appropriate options for Microsoft Update, Customer Experience and Error reporting. Click &lt;b&gt;Next&lt;/b&gt;. &lt;/li&gt;    &lt;li&gt;Click &lt;b&gt;Install&lt;/b&gt;. &lt;/li&gt;    &lt;li&gt;Setup will install all roles, create the Orchestrator database, and complete very quickly. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;2. &lt;/b&gt;&lt;b&gt;Open the consoles.&lt;/b&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Open the Deployment Manager, Orchestration Console, and Runbook designer. Ensure all consoles open successfully. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;b&gt;Post install procedures:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;1.&amp;#160; Lets register and then deploy Integration Packs that enable Orchestrator to connect to so many outside systems.&lt;/p&gt;  &lt;p&gt;Download the toolkit, add-ons, and IP’s for SCORCH 2012 SP1.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Make a directory on the local SCORCH server such as “C:&amp;#92;IntegrationPacks” &lt;/li&gt;    &lt;li&gt;Copy to this directory, the downloaded IP’s, such as the following:      &lt;ul&gt;       &lt;li&gt;SC2012SP1_Integration_Pack_for_Configuration_Manager.oip &lt;/li&gt;        &lt;li&gt;SC2012SP1_Integration_Pack_for_Data_Protection_Manager.oip &lt;/li&gt;        &lt;li&gt;SC2012SP1_Integration_Pack_for_Operations_Manager.oip &lt;/li&gt;        &lt;li&gt;SC2012SP1_Integration_Pack_for_Service_Manager.oip &lt;/li&gt;        &lt;li&gt;SC2012SP1_Integration_Pack_for_Virtual_Machine_Manager.oip &lt;/li&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Open the &lt;strong&gt;Deployment Manager&lt;/strong&gt; console &lt;/li&gt;    &lt;li&gt;Expand “&lt;strong&gt;Orchestrator Management Server&lt;/strong&gt;” &lt;/li&gt;    &lt;li&gt;Right click “&lt;strong&gt;Integration Packs&lt;/strong&gt;” and choose “&lt;strong&gt;Register IP with the Orchestrator Management Server&lt;/strong&gt;” &lt;/li&gt;    &lt;li&gt;Click Next, then “Add”.&amp;#160; Browse to “C:&amp;#92;Integration Packs” and select all of the OIP files you copied here.&amp;#160; You have to select one at a time and go back and click “Add” again to get them all. &lt;/li&gt;    &lt;li&gt;Click Next, then Finish.&amp;#160; You have to accept the License Agreement for each IP.&amp;#160; &lt;/li&gt;    &lt;li&gt;Now when you select “Integration Packs” you can see these IP’s in the list. &lt;/li&gt;    &lt;li&gt;Right Click “Integration Packs” again, this time choose “&lt;strong&gt;Deploy IP to Runbook server or Runbook Designer&lt;/strong&gt;”. &lt;/li&gt;    &lt;li&gt;Click Next, &lt;strong&gt;select all&lt;/strong&gt; the available IP’s and click &lt;strong&gt;Next&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Type in the name&lt;/strong&gt; of your Runbook server role name, and click Add. &lt;/li&gt;    &lt;li&gt;On the scheduling screen – accept the default (which will deploy immediately) and click &lt;strong&gt;Next&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;Finish&lt;/strong&gt;.&amp;#160; Note the logging of each step in the Log entries section of the console. &lt;/li&gt;    &lt;li&gt;Verify deployment by expanding “&lt;strong&gt;Runbook Servers&lt;/strong&gt;” in the console.&amp;#160; Verify that each runbook was deployed. &lt;/li&gt;    &lt;li&gt;Open the &lt;strong&gt;Runbook Designer console&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Note that you now have these new IP’s available in the designer for your workflows. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Additionally – you can download more IP’s at:&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh295851.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh295851.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Such as the VMware VSphere IP, or the IBM Netcool IP.&lt;/p&gt;  &lt;p&gt;Additionally – check out Charles Joy’s blog on popular codeplex IP’s which have been updated for Orchestrator:&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/charlesjoy/&quot;&gt;http://blogs.technet.com/b/charlesjoy/&lt;/a&gt;&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3546228&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3546228</guid>
         <pubDate>Wed, 16 Jan 2013 12:21:02 +0000</pubDate>
      </item>
      <item>
         <title>OpsMgr 2012 SP1 - QuickStart deployment guide</title>
         <link>http://blogs.technet.com/b/kevinholman/archive/2013/01/16/opsmgr-2012-sp1-quickstart-deployment-guide.aspx</link>
         <description>&lt;p&gt;There is already a very good deployment guide posted on TechNet here:&amp;#160; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh457006.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh457006.aspx&lt;/a&gt;&amp;#160; The TechNet deployment guide provides an excellent walkthrough of installing OpsMgr 2012 SP1 for the “all in one” scenario, where all roles are installed on a single server.&amp;#160; That is a very good method for doing simple functionality testing and lab exercises.&lt;/p&gt;  &lt;p&gt;The following article will cover a basic install of System Center Operations Manager 2012.&amp;#160;&amp;#160; The concept is to perform a limited deployment of OpsMgr, only utilizing as few servers as possible, but enough to demonstrate the new roles and capabilities in OM2012 SP1.&amp;#160; For this reason, this document will cover a deployment on 3 servers. A dedicated SQL server, and two management servers will be deployed.&amp;#160; This will allow us to show the benefits of the RMS removal, and the management server pools concepts.&amp;#160; This is to be used as a template only, for a customer to implement as their own pilot or POC, or customized deployment guide. It is intended to be general in nature and will require the customer to modify it to suit their specific data and processes. &lt;/p&gt;  &lt;p&gt;This also happens to be a very typical scenario for small environments for a production deployment.&amp;#160; This is not an architecture guide or intended to be a design guide in any way. This is provided &amp;quot;AS IS&amp;quot; with no warranties, and confers no rights. Use is subject to the terms specified in the &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/about/legal/en/us/Copyright/Default.aspx&quot;&gt;Terms of Use&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Definitions:&lt;/b&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;MS - Management Server &lt;/li&gt;    &lt;li&gt;SRS - SQL reporting services &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;b&gt;Server Names&amp;#92;Roles:&lt;/b&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;DB1&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; SQL Database Services, Reporting Services &lt;/li&gt;    &lt;li&gt;SCOMMS1&amp;#160;&amp;#160;&amp;#160; Management Server, Web Console server &lt;/li&gt;    &lt;li&gt;SCOMMS2&amp;#160;&amp;#160;&amp;#160; Management Server &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;Windows Server 2012&lt;/strong&gt; will be installed as the base OS for all platforms.&amp;#160; All servers will be a member of the AD domain.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;SQL 2012 &lt;/strong&gt;will be the base standard for all database and SQL reporting services.&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt; &lt;b&gt;&lt;/b&gt;  &lt;p&gt;&lt;b&gt;High Level Deployment Process:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;1.&amp;#160; In AD, create the following accounts and groups, according to your naming convention:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;DOMAIN&amp;#92;OMAA&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; OM Server action account &lt;/li&gt;    &lt;li&gt;DOMAIN&amp;#92;OMDAS&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; OM Config and Data Access service account&amp;#160;&amp;#160;&amp;#160; &lt;/li&gt;    &lt;li&gt;DOMAIN&amp;#92;SQLSVC&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; SQL service account &lt;/li&gt;    &lt;li&gt;DOMAIN&amp;#92;OMAdmins&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; OM Administrators security group &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;2.&amp;#160; Add the “OMAA” account and the “OMDAS” account to the “OMAdmins” global group.&lt;/p&gt;  &lt;p&gt;3.&amp;#160; Add the domain user accounts for yourself and your team to the “OMAdmins” group.&lt;/p&gt;  &lt;p&gt;4.&amp;#160; Install &lt;strong&gt;&lt;em&gt;Windows Server 2012&lt;/em&gt;&lt;/strong&gt; to all server role servers.&lt;/p&gt;  &lt;p&gt;5.&amp;#160; Install Prerequisites and SQL 2012.&lt;/p&gt;  &lt;p&gt;6.&amp;#160; Install the Management Server and Database Components&lt;/p&gt;  &lt;p&gt;7.&amp;#160; Install the Reporting components.&lt;/p&gt;  &lt;p&gt;8.&amp;#160; Deploy Agents&lt;/p&gt;  &lt;p&gt;9.&amp;#160; Import Management packs&lt;/p&gt;  &lt;p&gt;10.&amp;#160; Set up security (roles and run-as accounts)&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Prerequisites:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;1.&amp;#160; Install Windows Server 2012 to &lt;b&gt;all Servers&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;2.&amp;#160; Join all servers to domain.&lt;/p&gt;  &lt;p&gt;3.&amp;#160; Install the Report Viewer controls to all Management Servers. Install them from &lt;a rel=&quot;nofollow&quot; title=&quot;http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&amp;amp;id=6442&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&amp;amp;id=6442&quot;&gt;http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&amp;amp;id=6442&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;4.&amp;#160; Install all available Windows Updates.&lt;/p&gt;  &lt;p&gt;5.&amp;#160; Add the “OMAdmins” domain global group to the Local Administrators group on each server.&lt;/p&gt;  &lt;p&gt;6.&amp;#160; Install IIS on any management server that will also host a &lt;strong&gt;web console&lt;/strong&gt;:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;Open PowerShell (&lt;strong&gt;&lt;em&gt;as an administrator&lt;/em&gt;&lt;/strong&gt;) and run the following:&amp;#160; &lt;/p&gt;    &lt;p&gt;&lt;strong&gt;&lt;em&gt;Add-WindowsFeature NET-WCF-HTTP-Activation45,Web-Static-Content,Web-Default-Doc,Web-Dir-Browsing,Web-Http-Errors,Web-Http-Logging,Web-Request-Monitor,Web-Filtering,Web-Stat-Compression,Web-Mgmt-Console,Web-Metabase,Web-Asp-Net,Web-Windows-Auth –Restart&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;    &lt;p&gt;After installing these roles/features, you must register ASP.NET with IIS.&amp;#160; The simplest way is to open an elevated command prompt: C:&amp;#92;Windows&amp;#92;Microsoft.NET&amp;#92;Framework64&amp;#92;v4.0.30319&amp;gt;aspnet_regiis.exe -r&amp;#160; &lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;7. Install SQL 2012 to &lt;b&gt;the DB server role&lt;/b&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Setup is fairly straightforward. This document will not go into details and best practices for SQL configuration. Consult your DBA team to ensure your SQL deployment is configured for best practices according to your corporate standards. &lt;/li&gt;    &lt;li&gt;Run setup, choose Installation &amp;gt; New Installation… &lt;/li&gt;    &lt;li&gt;When prompted for feature selection, install &lt;b&gt;&lt;i&gt;ALL&lt;/i&gt;&lt;/b&gt; of the following:       &lt;ul&gt;       &lt;li&gt;Database Engine Services &lt;/li&gt;        &lt;li&gt;Full-Text and Semantic Extractions for Search &lt;/li&gt;        &lt;li&gt;Reporting Services - Native&lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Optionally – consider adding the following to ease administration:      &lt;ul&gt;       &lt;li&gt;Management Tools – Basic and Complete (for running queries and configuring SQL services) &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;On the Instance configuration, choose a default instance, or a named instance. Default instances are fine for testing and labs. Production clustered instances of SQL will generally be a named instance. For the purposes of the POC, choose default instance to keep things simple. &lt;/li&gt;    &lt;li&gt;On the Server configuration screen, set SQL Server Agent to Automatic.&amp;#160; You can accept the defaults for the service accounts, but I recommend using a Domain account for the service account.&amp;#160; Input the DOMAIN&amp;#92;sqlsvc account and password for Agent, Engine, and Reporting.&lt;/li&gt;    &lt;li&gt;On the Collation Tab – you can use the default which is &lt;b&gt;SQL_Latin1_General_CP1_CI_AS&lt;/b&gt; or choose another supported collation. &lt;/li&gt;    &lt;li&gt;On the Account provisioning tab – add your personal domain user account or a group you already have set up for SQL admins. Alternatively, you can use the OMAdmins global group here. This will grant more rights than is required to all OMAdmin accounts, but is fine for testing purposes of the POC. &lt;/li&gt;    &lt;li&gt;On the Data Directories tab – set your drive letters correctly for your SQL databases, logs, TempDB, and backup. &lt;/li&gt;    &lt;li&gt;On the Reporting Services Configuration – choose to &lt;b&gt;&lt;i&gt;Install and Configure.&lt;/i&gt;&lt;/b&gt; This will install and configure SRS to be active on this server, and use the default DBengine present to house the reporting server databases. This is the simplest configuration. If you install Reporting Services on a stand-alone (no DBEngine) server, you will need to configure this manually. &lt;/li&gt;    &lt;li&gt;Setup will complete. &lt;/li&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/ul&gt;  &lt;ul&gt;&lt;/ul&gt;  &lt;p&gt;&lt;b&gt;Step by step deployment guide:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;1.&amp;#160; &lt;b&gt;&lt;/b&gt;Install the Management Server role on &lt;strong&gt;SCOMMS1. &lt;/strong&gt;You can also refer to: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh301922.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh301922.aspx&lt;/a&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Log on using &lt;strong&gt;your personal domain user account&lt;/strong&gt; that is a member of the &lt;strong&gt;OMAdmins&lt;/strong&gt; group. &lt;/li&gt;    &lt;li&gt;Run &lt;b&gt;Setup.exe&lt;/b&gt;&lt;/li&gt;    &lt;li&gt;Click &lt;b&gt;Install&lt;/b&gt;&lt;/li&gt;    &lt;li&gt;Select the following, and then click &lt;b&gt;Next&lt;/b&gt;:       &lt;ul&gt;       &lt;li&gt;Management Server &lt;/li&gt;        &lt;li&gt;Operations Console &lt;/li&gt;        &lt;li&gt;Web Console &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Accept or change the default install path and click &lt;strong&gt;Next&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;You might see an error from the Prerequisites here. If so – read each error and try to resolve it. &lt;strong&gt;&lt;em&gt;Common errors:&lt;/em&gt;&lt;/strong&gt;       &lt;ul&gt;       &lt;li&gt;Report Viewer controls are not installed. Install them from &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&amp;amp;id=6442&quot;&gt;http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&amp;amp;id=6442&lt;/a&gt;&lt;/li&gt;        &lt;li&gt;ISAPI/ASP.NET errors. Simply run the following command to resolve, from an elevated command prompt: “C:&amp;#92;Windows&amp;#92;Microsoft.NET&amp;#92;Framework64&amp;#92;v4.0.30319&amp;gt;aspnet_regiis.exe –r” After you run this – you might have to cancel and restart setup for the installed to recognize this.&lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;On the Proceed with Setup screen – click &lt;b&gt;Next&lt;/b&gt;. &lt;/li&gt;    &lt;li&gt;On the specify an installation screen – choose to create the first management server in a new management group.&amp;#160; Give your management group a name. Don’t use any special or Unicode characters, just simple text. Click &lt;b&gt;Next&lt;/b&gt;. &lt;/li&gt;    &lt;li&gt;Accept the license.&amp;#160; Next. &lt;/li&gt;    &lt;li&gt;On the &lt;strong&gt;Configure the Operational Database&lt;/strong&gt; screen, enter in the name of your SQL database server name and instance. In my case this is “DB1”. Leave the port at default unless you are using a special custom fixed port.&amp;#160; If necessary, change the database locations for the DB and log files. Leave the default size of 1000 MB for now. Click &lt;b&gt;Next&lt;/b&gt;.&lt;/li&gt;    &lt;li&gt;On the &lt;strong&gt;Configure the Data Warehouse Database&lt;/strong&gt; screen, enter in the name of your SQL database server name and instance. In my case this is “DB1”. Leave the port at default unless you are using a special custom fixed port.&amp;#160; If necessary, change the database locations for the DB and log files. Leave the default size of 1000 MB for now. Click &lt;b&gt;Next&lt;/b&gt;.&amp;#160;&amp;#160; &lt;/li&gt;    &lt;li&gt;On the &lt;strong&gt;Web Console&lt;/strong&gt; screen, choose the &lt;strong&gt;default web site&lt;/strong&gt;, and leave &lt;strong&gt;SSL unchecked&lt;/strong&gt;. If you have already set up SSL for your default website with a certificate, you can choose SSL.&amp;#160; Click &lt;strong&gt;Next&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;On the Web Console authentication screen, choose &lt;strong&gt;Mixed authentication&lt;/strong&gt; and click &lt;b&gt;Next&lt;/b&gt;. &lt;/li&gt;    &lt;li&gt;On the accounts screen, choose &lt;strong&gt;Domain Account for ALL services&lt;/strong&gt;, and enter in the unique DOMAIN&amp;#92;OMAA, DOMAIN&amp;#92;OMDAS, accounts we created previously. It is a best practice to use separate accounts for distinct roles in OpsMgr, although you can also just use the DOMAIN&amp;#92;OMDAS account for all SQL Database access roles to simplify your installation (Data Access, Reader, and Writer accounts). Click &lt;strong&gt;Next&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Choose Yes or No to send Customer Experience and Error reports.&lt;/li&gt;    &lt;li&gt;On the Microsoft Update screen – choose to use updates or not.&amp;#160; Next.&lt;/li&gt;    &lt;li&gt;Click &lt;b&gt;Install&lt;/b&gt;. &lt;/li&gt;    &lt;li&gt;Close when complete. &lt;/li&gt;    &lt;li&gt;The Management Server will be very busy (CPU) for several minutes after the installation completes. Before continuing it is best to give the Management Server time to complete all post install processes, complete discoveries, configuration, etc. 10 minutes is typically sufficient. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;2.&amp;#160; Install the second Management Server on &lt;b&gt;SCOMMS2&lt;/b&gt;. You can also refer to: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh284673.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh284673.aspx&lt;/a&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Log on using your domain user account that is a member of the &lt;strong&gt;OMAdmins group&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Run &lt;b&gt;Setup.exe&lt;/b&gt;&lt;/li&gt;    &lt;li&gt;Click &lt;b&gt;Install&lt;/b&gt;&lt;/li&gt;    &lt;li&gt;Select the following, and then click &lt;b&gt;Next&lt;/b&gt;:       &lt;ul&gt;       &lt;li&gt;Management Server &lt;/li&gt;        &lt;li&gt;Operations Console &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Accept or change the default install path and click &lt;strong&gt;Next&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Resolve any issues with prerequisites, and click &lt;strong&gt;Next&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Choose “&lt;strong&gt;Add a management server to an existing management group&lt;/strong&gt;” and click &lt;strong&gt;Next&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Accept the license terms and click &lt;strong&gt;Next&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Input the &lt;strong&gt;servername&amp;#92;instance&lt;/strong&gt; hosting the Ops DB. Select the correct database from the drop down and click Next. &lt;/li&gt;    &lt;li&gt;On the accounts screen, choose Domain Account for ALL services, and enter in the unique DOMAIN&amp;#92;OMAA, DOMAIN&amp;#92;OMDAS accounts we created previously.&amp;#160; Click &lt;strong&gt;Next&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Choose Yes or No to send Customer Experience and Error reports. &lt;strong&gt;Next&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Turn Microsoft Updates on or off for SCOM, &lt;strong&gt;Next&lt;/strong&gt;.&lt;/li&gt;    &lt;li&gt;Click &lt;b&gt;Install&lt;/b&gt;. &lt;/li&gt;    &lt;li&gt;Close when complete. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;3.&amp;#160; Install OM12 Reporting on the &lt;b&gt;SQL server&lt;/b&gt;. You can also refer to: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh298611.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh298611.aspx&lt;/a&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Log on using your domain user account that is a member of the &lt;strong&gt;OMAdmins group&lt;/strong&gt;, and has &lt;strong&gt;System Administrator&lt;/strong&gt; (SA) rights over the&lt;strong&gt; SQL instances&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Run &lt;b&gt;Setup.exe. &lt;/b&gt;Click &lt;b&gt;Install.&lt;/b&gt;&lt;/li&gt;    &lt;li&gt;Select the following, and then click &lt;b&gt;Next&lt;/b&gt;:       &lt;ul&gt;       &lt;li&gt;Reporting Server &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Accept or change the default install path and click &lt;strong&gt;Next&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Resolve any issues with prerequisites, and click &lt;strong&gt;Next&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Accept the license and click &lt;strong&gt;Next&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Type in the name of a management server, and click &lt;b&gt;Next&lt;/b&gt;. &lt;/li&gt;    &lt;li&gt;Choose the correct local SQL reporting instance and click &lt;b&gt;Next&lt;/b&gt;. &lt;/li&gt;    &lt;li&gt;Enter in the &lt;strong&gt;DOMAIN&amp;#92;OMDAS&lt;/strong&gt; account when prompted. It is a best practice to use separate accounts for distinct roles in OpsMgr, although you can also just use the &lt;strong&gt;DOMAIN&amp;#92;OMDAS&lt;/strong&gt; account for all SQL Database access roles to simplify your installation. Click &lt;b&gt;Next&lt;/b&gt;. &lt;/li&gt;    &lt;li&gt;Choose Yes or No to send ODR information to Microsoft. This is very important to assist Microsoft in getting good information to help improve the product. &lt;/li&gt;    &lt;li&gt;Click &lt;b&gt;Install&lt;/b&gt;. &lt;/li&gt;    &lt;li&gt;Close when complete. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;4.&amp;#160; Deploy an agent to the SQL DB server.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;This process has not changed from OpsMgr 2007 R2, so you would use the typical mechanism to push or manually install. You can also refer to: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh230731.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh230731.aspx&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;You could also deploy any additional agents at this point. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;5.&amp;#160; Import management packs. Also refer to: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh212691.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh212691.aspx&lt;/a&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Using the console – you can import MP’s using the catalog, or directly importing from disk.&amp;#160; Note – some MP’s should only be imported from disk. &lt;/li&gt;    &lt;li&gt;Import the Base OS and SQL MP’s at a minimum. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;6.&amp;#160; Create a dashboard view:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh230752.aspx#bkmk_howtocreateadashboardview&quot;&gt;http://technet.microsoft.com/en-us/library/hh230752.aspx#bkmk_howtocreateadashboardview&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;7.&amp;#160; Manually grow your Database sizes and configure SQL&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;When we installed each database, we used the default of 1GB (1000MB). This is not a good setting for steady state as our databases will need to grow larger than that very soon.&amp;#160; We need to pre-grow these to allow for enough free space for maintenance operations, and to keep from having lots of auto-growth activities which impact performance during normal operations. &lt;/li&gt;    &lt;li&gt;A good rule of thumb for most deployments of OpsMgr is to set the OpsDB to 30GB for the data file and 15GB for the transaction log file. This can be smaller for POC’s but generally you never want to have an OpsDB set less than 10GB/5GB.&amp;#160; Setting the transaction log to 50% of the DB size for the OpsDB is a good rule of thumb. &lt;/li&gt;    &lt;li&gt;For the Warehouse – you will need to plan for the space you expect to need using the sizing tools available and pre-size this from time to time so that lots of autogrowths do not occur.&amp;#160;&amp;#160; &lt;a rel=&quot;nofollow&quot; title=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=29270&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=29270&quot;&gt;http://www.microsoft.com/en-us/download/details.aspx?id=29270&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;8.&amp;#160; Continue with optional activities from the Quick Start guide on TechNet:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh230738.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh230738.aspx&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;9.&amp;#160; Enable Agent Proxy&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;I prefer to simply enable agent proxy for all agents.&amp;#160; You can do this by running a script on a schedule, either via scheduled task, Orchestrator, or embed into a management pack.&lt;/li&gt;    &lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/kevinholman/archive/2010/11/09/how-to-set-agent-proxy-enabled-for-all-agents.aspx&quot;&gt;http://blogs.technet.com/b/kevinholman/archive/2010/11/09/how-to-set-agent-proxy-enabled-for-all-agents.aspx&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;10.&amp;#160; Configure Notifications:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://blogs.technet.com/b/kevinholman/archive/2012/04/28/opsmgr-2012-configure-notifications.aspx&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/kevinholman/archive/2012/04/28/opsmgr-2012-configure-notifications.aspx&quot;&gt;http://blogs.technet.com/b/kevinholman/archive/2012/04/28/opsmgr-2012-configure-notifications.aspx&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;11.&amp;#160; Deploy Unix and Linux Agents&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://blogs.technet.com/b/kevinholman/archive/2012/03/18/deploying-unix-linux-agents-using-opsmgr-2012.aspx&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/kevinholman/archive/2012/03/18/deploying-unix-linux-agents-using-opsmgr-2012.aspx&quot;&gt;http://blogs.technet.com/b/kevinholman/archive/2012/03/18/deploying-unix-linux-agents-using-opsmgr-2012.aspx&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;12.&amp;#160; Configure Network Monitoring&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://blogs.technet.com/b/kevinholman/archive/2011/07/21/opsmgr-2012-discovering-a-network-device.aspx&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/kevinholman/archive/2011/07/21/opsmgr-2012-discovering-a-network-device.aspx&quot;&gt;http://blogs.technet.com/b/kevinholman/archive/2011/07/21/opsmgr-2012-discovering-a-network-device.aspx&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;13.&amp;#160; Connect with VMM 2012:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://technet.microsoft.com/en-us/library/hh427287.aspx&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh427287.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh427287.aspx&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Make sure you have the IIS MP’s imported first, including IIS 2003.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;14.&amp;#160; Configure your OpsMgr environment to accept manually installed agents.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;The default is to block manually installed agents.&amp;#160; I recommend setting this to “Review new manual agent installations”&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;15.&amp;#160; Configure your management group to support APM monitoring.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://technet.microsoft.com/en-us/library/hh543994.aspx&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh543994.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh543994.aspx&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Import supporting management packs for IIS 7 and 8, and APM Web for IIS 7 and 8.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;16.&amp;#160; Deploy Audit Collection Services&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://technet.microsoft.com/en-us/library/hh298613.aspx&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh298613.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh298613.aspx&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Install the audit collector on a management server, and create a database on a SQL server.&lt;/li&gt;    &lt;li&gt;Upload the reports for ACS, my command is:&amp;#160; UploadAuditReports.cmd “DB1” &amp;quot;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://db1/ReportServer&amp;quot;&quot;&gt;http://db1/ReportServer&amp;quot;&lt;/a&gt; &amp;quot;c:&amp;#92;acs&amp;quot;&lt;/li&gt;    &lt;li&gt;Create and set a filter:&amp;#160; &lt;a rel=&quot;nofollow&quot; title=&quot;http://technet.microsoft.com/en-us/library/hh230740.aspx&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh230740.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh230740.aspx&lt;/a&gt;&amp;#160; &lt;/li&gt;    &lt;li&gt;You will need to grant NETWORK SERVICE full control to the AdtServer registry key to set a filter at the command line:&amp;#160; &lt;a rel=&quot;nofollow&quot; title=&quot;http://social.technet.microsoft.com/Forums/en-US/operationsmanagerreporting/thread/ab22685e-36a1-49a9-b90e-d39ead31901f&quot; target=&quot;_blank&quot; href=&quot;http://social.technet.microsoft.com/Forums/en-US/operationsmanagerreporting/thread/ab22685e-36a1-49a9-b90e-d39ead31901f&quot;&gt;http://social.technet.microsoft.com/Forums/en-US/operationsmanagerreporting/thread/ab22685e-36a1-49a9-b90e-d39ead31901f&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;My initial filter for lab use is:&amp;#160;&amp;#160; adtadmin /setquery /query:&amp;quot;SELECT * FROM AdtsEvent WHERE NOT (EventId=4768 OR EventId=4769 OR EventId=4624 OR EventId=4634 OR EventId=4672 OR EventId=4776)&amp;quot;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;17.&amp;#160; Configure SQL MP RunAs Security:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://blogs.technet.com/b/kevinholman/archive/2010/09/08/configuring-run-as-accounts-and-profiles-in-r2-a-sql-management-pack-example.aspx&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/kevinholman/archive/2010/09/08/configuring-run-as-accounts-and-profiles-in-r2-a-sql-management-pack-example.aspx&quot;&gt;http://blogs.technet.com/b/kevinholman/archive/2010/09/08/configuring-run-as-accounts-and-profiles-in-r2-a-sql-management-pack-example.aspx&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;&amp;#160;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;ul&gt;&lt;/ul&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3546227&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3546227</guid>
         <pubDate>Wed, 16 Jan 2013 12:19:28 +0000</pubDate>
      </item>
      <item>
         <title>System Center 2012 SP1 – Operations Manager is Generally Available!</title>
         <link>http://blogs.technet.com/b/momteam/archive/2013/01/15/system-center-2012-sp1-operations-manager-is-generally-available.aspx</link>
         <description>&lt;p&gt;This morning we announced the availability of System Center 2012 SP1.&amp;#160;&amp;#160; You can read more about the release on the System Center blog:&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/systemcenter/archive/2013/01/15/system-center-2012-sp1-is-generally-available.aspx&quot;&gt;http://blogs.technet.com/b/systemcenter/archive/2013/01/15/system-center-2012-sp1-is-generally-available.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Also, in case you didn't already see it, we have also made Global Service Monitor generally available!&amp;#160; Global Service Monitor is a new service that allows you to monitor your web applications from points of presence hosted by Microsoft all over the world.&amp;#160; The service is provided as a benefit to software assurance customers.&amp;#160; The user experience is integrated directly into the Operations Manager console.&amp;#160; You can read more about the service and how to sign up here:&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/momteam/archive/2013/01/14/system-center-global-service-monitor-getting-started.aspx&quot;&gt;http://blogs.technet.com/b/momteam/archive/2013/01/14/system-center-global-service-monitor-getting-started.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160; &lt;/p&gt;  &lt;p&gt;New features for Operations Manager in System Center 2012 SP1:&lt;/p&gt;  &lt;h4&gt;New Monitoring Capabilities&lt;/h4&gt;  &lt;h5&gt;Monitoring Windows Services Built on the .NET Framework&lt;/h5&gt;  &lt;p&gt;One of the most commonly requested features that was present in AVIcode, but not yet re-implemented in System Center 2012 – Operations Manager was the ability to monitor Windows Services, not just IIS-hosted applications. This is now possible again, and integrated into the APM template.&lt;/p&gt;  &lt;h5&gt;Automatic Discovery of ASP.NET MVC3 and MVC4 Applications&lt;/h5&gt;  &lt;p&gt;If the application contains “System.Web.Mvc.dll” in the /bin subfolder, it is now automatically discovered as an ASP.NET Web Application without the need to use the overrides that were documented in the APM.WEB.IIS7.mp Guide.&lt;/p&gt;  &lt;h5&gt;New Transaction Types: MVC Pages and WCF Methods&lt;/h5&gt;  &lt;p&gt;New transaction types have been introduced for MVC pages and for MVC methods. This augments the capability to specify more detailed settings for a given feature of your application. How to use this feature is documented in the APM template documentation.&lt;/p&gt;  &lt;h4&gt;Enabled APM of SharePoint 2010&lt;/h4&gt;  &lt;p&gt;Operations Manager lets you monitor SharePoint web front-end components. You can monitor standard and custom SharePoint web pages for performance degradation and server-side exceptions. You can set up monitoring for SharePoint applications in much the same way you enable monitoring for other .NET web applications. Use the .NET Application Performance Monitoring template to configure SharePoint application monitoring. When monitoring SharePoint applications for exceptions, the exception call stack contains the relevant SharePoint specific parameters for troubleshooting.&lt;/p&gt;  &lt;h4&gt;Integration with Team Foundation Server 2010 and Team Foundation Server 2012&lt;/h4&gt;  &lt;p&gt;To speed interactions between operations and development, it is essential to quickly detect and fix problems that might need assistance from the engineering team. System Center 2012 Service Pack 1 (SP1) - Operations Manager can integrate with development tools, such as Team Foundation Server (TFS) and Visual Studio, enabling deep troubleshooting and streamlining communications between developers and IT operations. You can synchronize Operations Manager alerts and Team Foundation Server (TFS) work items. Operations Manager integration with TFS introduces a new work item type definition, Operational Issue, which can be embedded into any of your organization’s engineering processes. After enabling synchronization, IT operations can manually assign alerts to the engineering team. Assigning an alert to engineering creates a new work item in Team Foundation Server. The workflow tracks and synchronizes changes made to TFS work items and changes made to associated alerts in Operations Manager.&lt;/p&gt;  &lt;h4&gt;Conversion of Application Performance Monitoring events to IntelliTrace format&lt;/h4&gt;  &lt;p&gt;This new monitoring capability allows for opening of APM exception events from Visual Studio IDE as if the exception was captured during the IntelliTrace historical debugging session. Developers can stay within their familiar environment to examine complete exception call stack, for example: method parameters captured at the time of exception, and can navigate between the source code modules that participated in the exception call chain. Tightly integrated with TFS Work Item Synchronization Management Pack, this capability instantaneously brings generated IntelliTrace logs to TFS work items assigned to engineering. This can result in streamlining communications between IT Operations and Development and enriching the development experience with analysis of root causes of the application failure, reducing the mean time to recovery (MTTR) for the problems detected by APM.&lt;/p&gt;  &lt;h4&gt;Collecting Historical Traces Using IntelliTrace Profiling Management Pack&lt;/h4&gt;  &lt;p&gt;System Center 2012 SP1 – Operations Manager includes IntelliTrace Profiling Management Pack. This management pack lets you capturing historical traces directly from the Operations Manager console. These traces can help developers investigate problems by giving them visibility to application execution history without the developers needing access to the servers where the applications ran. Developers can use Visual Studio 2012 Ultimate to open collected traces.&lt;/p&gt;  &lt;p&gt;IntelliTrace Profiling Management Pack automatically deploys the necessary infrastructure, IntelliTrace Collector, to the designated servers. When traces are collected, they are uploaded to a network file share and attached to Operations Manager alerts. Traces are uploaded to the management server using the same secure Operations Manager channel that agents use to communicate with the management servers. By configuring Team Foundation Server (TFS) synchronization, traces can be automatically added or linked to TFS work items.&lt;/p&gt;  &lt;h4&gt;360 .NET Application Monitoring Dashboards&lt;/h4&gt;  &lt;p&gt;System Center 2012 Service Pack 1 (SP1), Operations Manager can show you different perspectives of application health in one place—360 .NET Application Monitoring Dashboards. The 360 .NET Application Monitoring Dashboards display information from Global Service Monitor, .NET Application Performance Monitoring, and Web Application Availability Monitoring to provide a summary of health and key metrics for 3-tier applications in a single view. The 360 .NET Application Monitoring Dashboards show where an application is unhealthy and provide a launch point for detail dashboards that highlight component-level issues.&lt;/p&gt;  &lt;p&gt;The 360 .NET Application Monitoring Dashboards display data from powerful monitoring tools. .NET Application Performance Monitoring looks deep into the application to get details that can help you pinpoint solutions from server- and client-side perspectives. Web Application Availability monitoring in Operations Manager monitors internal synthetic transactions. Global Service Monitor monitors the availability of applications from an outside location, measuring availability from where the user is.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h4&gt;Support for CentOS, Debian, Oracle, and Ubuntu Linux&lt;/h4&gt;  &lt;p&gt;System Center 2012 Service Pack 1 (SP1), Operations Manager has added support for monitoring of the following Linux operating systems:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;CentOS 5 (x86/x64)&lt;/li&gt;    &lt;li&gt;CentOS 6 (x86/x64)&lt;/li&gt;    &lt;li&gt;Debian 5 (x86/x64)&lt;/li&gt;    &lt;li&gt;Debian 6 (x86/x64)&lt;/li&gt;    &lt;li&gt;Oracle Linux 5 (x86/x64)&lt;/li&gt;    &lt;li&gt;Oracle Linux 6 (x86/x64)&lt;/li&gt;    &lt;li&gt;Ubuntu Server 10.04 (x86/x64)&lt;/li&gt;    &lt;li&gt;Ubuntu 12.04 (x86/x64)&lt;/li&gt; &lt;/ul&gt;  &lt;h4&gt;Improved Heartbeat Monitoring&lt;/h4&gt;  &lt;p&gt;Heartbeat monitors for Operations Manager UNIX and Linux agents now support configurable “MissedHeartbeats” – allowing for a defined number of failed heartbeats to occur before generating an alert.&amp;#160; Failed heartbeats will now cause Operations Manager to unload rules and monitors for UNIX and Linux agents until the heartbeat is restored.&amp;#160; This makes it very easy to identify UNIX and Linux computers with failed heartbeats in the Operations Manager console.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;For more detailed information on these improvements please see this page:&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://technet.microsoft.com/en-us/library/jj656650.aspx&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/jj656650.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/jj656650.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3546025&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3546025</guid>
         <pubDate>Tue, 15 Jan 2013 17:51:56 +0000</pubDate>
      </item>
      <item>
         <title>System Center 2012 SP1 has shipped</title>
         <link>http://blogs.technet.com/b/kevinholman/archive/2013/01/15/system-center-2012-sp1-has-shipped.aspx</link>
         <description>&lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;System Center 2012 Service Pack 1 has hit the GA (General Availability) milestone.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The best place to see what impact this has in new features and fixes will be here:&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://blogs.technet.com/b/systemcenter/archive/2013/01/15/system-center-2012-sp1-is-generally-available.aspx&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/systemcenter/archive/2013/01/15/system-center-2012-sp1-is-generally-available.aspx&quot;&gt;http://blogs.technet.com/b/systemcenter/archive/2013/01/15/system-center-2012-sp1-is-generally-available.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3546014&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3546014</guid>
         <pubDate>Tue, 15 Jan 2013 17:35:04 +0000</pubDate>
      </item>
      <item>
         <title>System Center 2012 SP1 is Generally Available!</title>
         <link>http://blogs.technet.com/b/systemcenter/archive/2013/01/15/system-center-2012-sp1-is-generally-available.aspx</link>
         <description>&lt;p&gt;This morning we announced the general availability of System Center 2012 SP1!&amp;#160; While the RTM bits have been available for a few weeks already to TechNet/MSDN subscribers and volume licensing customers, today marks the broad availability of System Center 2012 SP1 to all customers.&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;The System Center 2012 SP1 release is chock full of new features to light up the new functionality found in Windows Server 2012.&amp;#160; The combination of System Center 2012 SP1 with Windows Server 2012 provides the foundation of what we call the ‘Cloud OS’.&amp;#160; You can read more about the Cloud OS and how System Center fits into the solution in these other articles:&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/microsoft_blog/archive/2013/01/15/what-is-the-cloud-os.aspx&quot;&gt;What is the Cloud OS?&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/server-cloud/archive/2013/01/15/transform-your-datacenter-with-system-center-2012-sp1.aspx&quot;&gt;Transform Your Datacenter with System Center 2012 SP1&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/news/press/2013/jan13/01-15OSMomentPR.aspx&quot;&gt;Official System Center 2012 SP1 Release Announcement&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/server-cloud/cloud-os/default.aspx&quot;&gt;Cloud OS Vision&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;You can read more about System Center 2012 SP1 and download a trial from the System Center home page:&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://www.microsoft.com/en-us/server-cloud/system-center/default.aspx&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/server-cloud/system-center/default.aspx&quot;&gt;http://www.microsoft.com/en-us/server-cloud/system-center/default.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;We have also made downloadable VHDs available for evaluation:&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=36428&quot;&gt;System Center 2012 Service Pack 1 - &lt;strong&gt;Configuration Manager&lt;/strong&gt; – Evaluation (VHD)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=36427&quot;&gt;System Center 2012 Service Pack 1 – &lt;strong&gt;Service Manager&lt;/strong&gt; – Evaluation (VHD)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=36425&quot;&gt;System Center 2012 Service Pack 1 – &lt;strong&gt;Service Manager (Data Warehouse)&lt;/strong&gt; – Evaluation (VHD)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=36424&quot;&gt;System Center 2012 Service Pack 1 – &lt;strong&gt;Operations Manager&lt;/strong&gt; – Evaluation (VHD)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=36426&quot;&gt;System Center 2012 Service Pack 1 – &lt;strong&gt;Orchestrator&lt;/strong&gt; – Evaluation (VHD)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=36423&quot;&gt;System Center 2012 Service Pack 1 – &lt;strong&gt;Data Protection Manager&lt;/strong&gt; – Evaluation (VHD)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=36435&quot;&gt;System Center 2012 Service Pack 1 – &lt;strong&gt;Virtual Machine Manager&lt;/strong&gt; – Evaluation (VHD)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The System Center Service Pack 1 setups for each component can be used to install a completely new installation of a System Center 2012 SP1 component or can be used to upgrade an existing component from System Center 2012 to System Center 2012 SP1.&amp;#160; More information on the upgrade procedure can be found here:&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://technet.microsoft.com/en-us/library/jj628203.aspx&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/jj628203.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/jj628203.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;You can read more about what’s new in System Center 2012 SP1 here:&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://technet.microsoft.com/en-us/library/jj649385.aspx&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/jj649385.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/jj649385.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Also, please keep in mind that we have been unifying the hardware and software system requirements as much as possible across components.&amp;#160; You can find the new unified requirements, especially for SQL Server (with support for SQL Server 2012) and the operating system here:&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://technet.microsoft.com/en-us/library/jj628205.aspx&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/jj628205.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/jj628205.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3546004&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3546004</guid>
         <pubDate>Tue, 15 Jan 2013 17:17:35 +0000</pubDate>
      </item>
      <item>
         <title>System Center Global Service Monitor: Getting Started</title>
         <link>http://blogs.technet.com/b/momteam/archive/2013/01/14/system-center-global-service-monitor-getting-started.aspx</link>
         <description>&lt;p&gt;Dear Users!&lt;/p&gt;
&lt;p&gt;We have just announced the first public release of System Center Global Service Monitor (GSM). GSM provides capability to monitor externally facing web sites and web services from geo-distributed locations. System Center customers can configure monitoring scenarios, such as multistep web transactions, define precise criteria for success and instruct GSM to run those transactions periodically from 15 locations around the globe.&lt;/p&gt;
&lt;p&gt;In this blog I will explain how to sign up for GSM and describe capabilities of the service that you need to be aware of.&lt;/p&gt;
&lt;h2&gt;How to sign up for GSM&lt;/h2&gt;
&lt;p&gt;GSM is provided by Microsoft as a benefit of Software Assurance. If you have a System Center license, you can use GSM at no additional cost. Please note that you need to have System Center Operations Manager 2012 SP1, in order to use GSM.&lt;/p&gt;
&lt;p&gt;Please use this link to sign up for GSM trial offering: &lt;span style=&quot;color:#000080;&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://orgaccount.microsoft.com/signup?offerIds=BE2A46EF-0639-43a4-8323-BB5E1D4340D3&quot;&gt;&lt;span style=&quot;color:#000080;&quot;&gt;https://orgaccount.microsoft.com/signup?offerIds=BE2A46EF-0639-43a4-8323-BB5E1D4340D3&lt;/span&gt;&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color:#000080;&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/2450.Begin-Trial.png&quot;&gt;&lt;img src=&quot;http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/2450.Begin-Trial.png&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Use your existing organizational account, or set up a new one. You will receive an email containing the credentials you can use for activation of GSM trial subscription. You will be able to upgrade your subscription to a non-trial version within 90 days. We will provide instructions for upgrade later on.&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/0647.Welcome-email.png&quot;&gt;&lt;img src=&quot;http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/0647.Welcome-email.png&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Use the link provided in the email to download the installer package containing GSM management packs.&lt;/p&gt;
&lt;h2&gt;Installing GSM&lt;/h2&gt;
&lt;p&gt;1. Run the GSM installer package from a machine which has System Center Operations Manager 2012 SP1: it will install GSM management packs.&lt;/p&gt;
&lt;p&gt;2.&amp;nbsp; In order to receive full information regarding Visual Studio Web Test results, you need to import the Alert Attachment MP (available in the installation image for OpsMgr 2012 SP1) and enable file attachments for alerts.&amp;nbsp; Please follow the steps described in this article: &lt;span style=&quot;color:#000080;&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/jj899889.aspx&quot;&gt;&lt;span style=&quot;color:#000080;&quot;&gt;http://technet.microsoft.com/en-us/library/jj899889.aspx&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/1072.Alert-Attachment.png&quot;&gt;&lt;img src=&quot;http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/1072.Alert-Attachment.png&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;3. Import the installed GSM management packs into OpsMgr 2012 SP1.&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/7357.GSM-MPs.png&quot;&gt;&lt;img src=&quot;http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/7357.GSM-MPs.png&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;nbsp;4. After import of GSM MPs is completed, you will see &lt;em&gt;Global Service Monitor&lt;/em&gt; entry in the Administration pane. Use the &lt;em&gt;Start Subscription&lt;/em&gt; link to enter the credentials you received in the GSM welcome email: this will initiate your trial subscription.&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/8540.Start-subscription.png&quot;&gt;&lt;img src=&quot;http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/8540.Start-subscription.png&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You will need to specify a management pool to be used for GSM monitoring.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;5. Now you are ready to configure your GSM monitoring tests!&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/8787.Configure-tests.png&quot;&gt;&lt;img src=&quot;http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/8787.Configure-tests.png&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;GSM service capabilities&lt;/h2&gt;
&lt;p&gt;GSM will allow you to configure monitoring from the following locations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Australia: Sydney&lt;/li&gt;
&lt;li&gt;Brazil: Sao Paulo&lt;/li&gt;
&lt;li&gt;Europe: Amsterdam, London, Paris, Stockholm,&lt;br /&gt;Zurich&lt;/li&gt;
&lt;li&gt;Russia: Moscow&lt;/li&gt;
&lt;li&gt;Singapore&lt;/li&gt;
&lt;li&gt;Taipei&lt;/li&gt;
&lt;li&gt;United States: Chicago, Los Angeles, Miami,&lt;br /&gt;Newark, San Antonio&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You will be able to configure two types of tests: &lt;span style=&quot;color:#000080;&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/momteam/archive/2012/05/31/using-the-web-application-availability-monitoring-to-monitor-web-applications-health.aspx&quot;&gt;&lt;span style=&quot;color:#000080;&quot;&gt;web availability tests&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; and Visual Studio Web Tests (which monitor multistep web scenarios).&lt;/p&gt;
&lt;p&gt;Please note that we have a timeout limit for both types of tests of 30 seconds. You can configure 25 tests of each type. One test is counted as a test performed from a specific location. There is also a limit of how many&amp;nbsp; tests you can configure from each location. You can configure up to 10 web availability tests from each location, and up to 3 Visual Studio Web Tests from each location. If you exceed those limits, you will be notified by alerts under &lt;em&gt;Operations Manager&amp;#92;Global Service Monitor&lt;/em&gt; in the Monitoring pane. Each Visual Studio Web Test can have up to 100 steps; the size of the test file should be under 100 KB. We also have a limit on response size of 500 KB. Please refer to GSM documentation for more details: &lt;span style=&quot;color:#000080;&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/jj860368.aspx&quot;&gt;&lt;span style=&quot;color:#000080;&quot;&gt;http://technet.microsoft.com/en-us/library/jj860368.aspx&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;Please start using the GSM trial service: you will be able to seamlessly migrate your tests to a non-trial subscription.&lt;/p&gt;
&lt;p&gt;As always, we are very interested in hearing your feedback on how we can improve the service and add more monitoring capabilities!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3545829&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3545829</guid>
         <pubDate>Tue, 15 Jan 2013 01:31:00 +0000</pubDate>
      </item>
      <item>
         <title>Windows Server Backup Management Pack Released</title>
         <link>http://blogs.technet.com/b/momteam/archive/2013/01/14/windows-server-backup-management-pack-released.aspx</link>
         <description>&lt;p&gt;On Friday, we released the new Windows Server Backup Management Pack.&amp;#160; You can download it from here:&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=36390&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=36390&quot;&gt;http://www.microsoft.com/en-us/download/details.aspx?id=36390&lt;/a&gt;&lt;/p&gt;  &lt;h4&gt;Overview&lt;/h4&gt;  &lt;p&gt;This management pack will allow you to monitor the status of Windows server backup and recovery tasks scheduled on a server.&amp;#160;&amp;#160; Alerts are generated when an error or warning is reported in the scheduled backup/recovery operation. The health state is marked red when any action completes with an error. Similarly, the health state is marked yellow when an action completes with a warning. These are the monitored events:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Backup cancelled &lt;/li&gt;    &lt;li&gt;Backup failed &lt;/li&gt;    &lt;li&gt;Backup failed due to snapshot &lt;/li&gt;    &lt;li&gt;Backup partially succeeded &lt;/li&gt;    &lt;li&gt;Backup succeeded with skipped files &lt;/li&gt;    &lt;li&gt;Recovery failed &lt;/li&gt;    &lt;li&gt;Recovery succeeded with warnings &lt;/li&gt; &lt;/ul&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3545806&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3545806</guid>
         <pubDate>Mon, 14 Jan 2013 23:41:48 +0000</pubDate>
      </item>
      <item>
         <title>OpsMgr 2012:  Web Console issue immediately after upgrade to SP1</title>
         <link>http://blogs.technet.com/b/kevinholman/archive/2013/01/11/opsmgr-2012-web-console-issue-immediately-after-upgrade-to-sp1.aspx</link>
         <description>&lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Had an interesting call with a customer.&amp;#160; He had a working SCOM 2012 RTM environment, and applied SP1, and the service pack upgrade appeared to immediately break the web console with the following error:&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-10-metablogapi/5852.image_5F00_1BFCD51B.png&quot;&gt;&lt;img title=&quot;image&quot; style=&quot;display:inline;&quot; border=&quot;0&quot; alt=&quot;image&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-10-metablogapi/2311.image_5F00_thumb_5F00_3B3F7BEE.png&quot; width=&quot;684&quot; height=&quot;520&quot;/&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;In the Application log on the web console server, we saw the event at the end of this article, dealing with a “&lt;strong&gt;&lt;em&gt;Could not load type 'System.ServiceModel.Activation.HttpModule'&lt;/em&gt;&lt;/strong&gt; “&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;This was caused by a prerequisite in SP1, that was not a blocking prerq in RTM.&amp;#160; When he applied the SP1 upgrade, he was prompted to add “HTTP Activation” to the role services of the OS.&amp;#160; Once added, he was able to continue the upgrade.&lt;/p&gt;  &lt;p&gt;HOWEVER – this leaves IIS in a semi-broken state, and requires a re-registration of ASP NET in IIS to correct.&amp;#160; &lt;/p&gt;  &lt;p&gt;On Server 2008 R2 – run the following in an elevated CMD:&amp;#160; C:&amp;#92;Windows&amp;#92;Microsoft.NET&amp;#92;Framework64&amp;#92;v4.0.30319&amp;gt;aspnet_regiis.exe -i -enable&amp;#160;&amp;#160; &lt;/p&gt;  &lt;p&gt;On Server 2012 - run the following in an elevated CMD:&amp;#160; C:&amp;#92;Windows&amp;#92;Microsoft.NET&amp;#92;Framework64&amp;#92;v4.0.30319&amp;gt;aspnet_regiis.exe -r&amp;#160;&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Offending event:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&amp;#160;&lt;/p&gt;    &lt;p&gt;Log Name:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Application     &lt;br /&gt; Source:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ASP.NET 4.0.30319.0      &lt;br /&gt; Date:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 1/11/2013 10:33:19 AM      &lt;br /&gt; Event ID:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 1310      &lt;br /&gt; Task Category: Web Event      &lt;br /&gt; Level:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Warning      &lt;br /&gt; Keywords:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Classic      &lt;br /&gt; User:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; N/A      &lt;br /&gt; Computer:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; SERVERNAME.DOMAIN.COM      &lt;br /&gt; Description:      &lt;br /&gt; Event code: 3008       &lt;br /&gt; Event message: A configuration error has occurred.       &lt;br /&gt; Event time: 1/11/2013 10:33:19 AM       &lt;br /&gt; Event time (UTC): 1/11/2013 4:33:19 PM       &lt;br /&gt; Event ID: 3c5b3b4438db4c52992734b9f5ef157b       &lt;br /&gt; Event sequence: 1       &lt;br /&gt; Event occurrence: 1       &lt;br /&gt; Event detail code: 0       &lt;br /&gt; Application information:       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Application domain: /LM/W3SVC/1/ROOT/OperationsManager-2-130023955997091166       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Trust level: Full       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Application Virtual Path: /OperationsManager       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Application Path: C:&amp;#92;Program Files&amp;#92;System Center 2012&amp;#92;Operations Manager&amp;#92;WebConsole&amp;#92;WebHost&amp;#92;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Machine name: SERVERNAME      &lt;br /&gt; Process information:       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Process ID: 4600       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Process name: w3wp.exe       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Account name: IIS APPPOOL&amp;#92;OperationsManager       &lt;br /&gt; Exception information:       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Exception type: ConfigurationErrorsException       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Exception message: Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.      &lt;br /&gt;&amp;#160;&amp;#160; at System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase)      &lt;br /&gt;&amp;#160;&amp;#160; at System.Web.Configuration.Common.ModulesEntry.SecureGetType(String typeName, String propertyName, ConfigurationElement configElement)      &lt;br /&gt;&amp;#160;&amp;#160; at System.Web.Configuration.Common.ModulesEntry..ctor(String name, String typeName, String propertyName, ConfigurationElement configElement)      &lt;br /&gt;&amp;#160;&amp;#160; at System.Web.HttpApplication.BuildIntegratedModuleCollection(List`1 moduleList)      &lt;br /&gt;&amp;#160;&amp;#160; at System.Web.HttpApplication.GetModuleCollection(IntPtr appContext)      &lt;br /&gt;&amp;#160;&amp;#160; at System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers)      &lt;br /&gt;&amp;#160;&amp;#160; at System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context)      &lt;br /&gt;&amp;#160;&amp;#160; at System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context)      &lt;br /&gt;&amp;#160;&amp;#160; at System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)      &lt;br /&gt; Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.      &lt;br /&gt;&amp;#160;&amp;#160; at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMarkHandle stackMark, Boolean loadTypeFromPartialName, ObjectHandleOnStack type)      &lt;br /&gt;&amp;#160;&amp;#160; at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark&amp;amp; stackMark, Boolean loadTypeFromPartialName)      &lt;br /&gt;&amp;#160;&amp;#160; at System.Type.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase)      &lt;br /&gt;&amp;#160;&amp;#160; at System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase)      &lt;br /&gt;&amp;#160;&amp;#160; at System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase)      &lt;br /&gt; Request information:       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Request URL: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://localhost/OperationsManager&quot;&gt;http://localhost/OperationsManager&lt;/a&gt;      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Request path: /OperationsManager       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; User host address: ::1       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; User:&amp;#160; &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Is authenticated: False       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Authentication Type:&amp;#160; &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Thread account name: IIS APPPOOL&amp;#92;OperationsManager       &lt;br /&gt; Thread information:       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Thread ID: 10       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Thread account name: IIS APPPOOL&amp;#92;OperationsManager       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Is impersonating: False       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Stack trace:&amp;#160;&amp;#160;&amp;#160; at System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase)      &lt;br /&gt;&amp;#160;&amp;#160; at System.Web.Configuration.Common.ModulesEntry.SecureGetType(String typeName, String propertyName, ConfigurationElement configElement)      &lt;br /&gt;&amp;#160;&amp;#160; at System.Web.Configuration.Common.ModulesEntry..ctor(String name, String typeName, String propertyName, ConfigurationElement configElement)      &lt;br /&gt;&amp;#160;&amp;#160; at System.Web.HttpApplication.BuildIntegratedModuleCollection(List`1 moduleList)      &lt;br /&gt;&amp;#160;&amp;#160; at System.Web.HttpApplication.GetModuleCollection(IntPtr appContext)      &lt;br /&gt;&amp;#160;&amp;#160; at System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers)      &lt;br /&gt;&amp;#160;&amp;#160; at System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context)      &lt;br /&gt;&amp;#160;&amp;#160; at System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context)      &lt;br /&gt;&amp;#160;&amp;#160; at System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)      &lt;br /&gt; Custom event details:       &lt;/p&gt;&lt;/blockquote&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3545415&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3545415</guid>
         <pubDate>Fri, 11 Jan 2013 17:16:25 +0000</pubDate>
      </item>
      <item>
         <title>Now available: Cumulative Update 7 for System Center Operations Manager 2007 R2</title>
         <link>http://blogs.technet.com/b/momteam/archive/2013/01/08/now-available-cumulative-update-7-for-system-center-operations-manager-2007-r2.aspx</link>
         <description>&lt;h5&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://support.microsoft.com/kb/2783850&quot;&gt;&lt;img title=&quot;KB&quot; style=&quot;border:0px currentcolor;float:left;display:inline;background-image:none;&quot; border=&quot;0&quot; alt=&quot;KB&quot; align=&quot;left&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/2570.KB_5F00_50905A3A.jpg&quot; width=&quot;85&quot; height=&quot;85&quot;/&gt;&lt;/a&gt;Issues that are fixed in Cumulative Update 7&lt;/h5&gt; Cumulative Update 7 for System Center Operations Manager 2007 R2 fixes the following issues:   &lt;ul&gt;   &lt;li&gt;Console performs poorly when User Roles are used to scope object access. &lt;/li&gt;    &lt;li&gt;Availability data is not shown for the current day when daily aggregation is used. &lt;/li&gt;    &lt;li&gt;Behavior is inconsistent between some views on web console and console. &lt;/li&gt;    &lt;li&gt;Log files do not roll over when the Unicode log file is monitored. &lt;/li&gt;    &lt;li&gt;Several security issues are fixed.&lt;/li&gt; &lt;/ul&gt;  &lt;br /&gt;Cumulative Update 7 for System Center Operations Manager 2007 R2 fixes the following cross-platform issues:   &lt;ul&gt;   &lt;li&gt;Logical disk performance statistics are not collected for some volume types on Solaris computers. &lt;/li&gt;    &lt;li&gt;Some Network Adapters on HP-UX computers may not be discovered. &lt;/li&gt;    &lt;li&gt;Network adapter performance statistics are not collected for HP-UX network adapters. &lt;/li&gt;    &lt;li&gt;The Solaris 8 and 9 agent may not restart after an ungraceful shutdown. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;For all the details and a download link please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://support.microsoft.com/kb/2783850&quot;&gt;2783850&lt;/a&gt; - Cumulative Update 7 for System Center Operations Manager 2007 R2 (&lt;a rel=&quot;nofollow&quot; title=&quot;http://support.microsoft.com/kb/2783850&quot; target=&quot;_blank&quot; href=&quot;http://support.microsoft.com/kb/2783850&quot;&gt;http://support.microsoft.com/kb/2783850&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| Knowledge Engineer | Management and Security Division&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color=&quot;#c0504d&quot;&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410&quot;&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color=&quot;#c0504d&quot;&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://twitter.com/#!/MS_SystemCenter&quot;&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410&quot;&gt;&lt;img title=&quot;clip_image001&quot; border=&quot;0&quot; alt=&quot;clip_image001&quot; src=&quot;http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif&quot; width=&quot;89&quot; height=&quot;21&quot;/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.twitter.com/MS_SystemCenter&quot;&gt;&lt;img title=&quot;clip_image002&quot; border=&quot;0&quot; alt=&quot;clip_image002&quot; src=&quot;http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif&quot; width=&quot;89&quot; height=&quot;21&quot;/&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;System Center All Up: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/systemcenter/&quot;&gt;http://blogs.technet.com/b/systemcenter/&lt;/a&gt;     &lt;br /&gt;System Center – Configuration Manager Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/configurationmgr/&quot;&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;System Center – Data Protection Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/dpm/&quot;&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;System Center – Orchestrator Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/orchestrator/&quot;&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;System Center – Operations Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/momteam/&quot;&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;System Center – Service Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/servicemanager&quot;&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center – Virtual Machine Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/scvmm&quot;&gt;http://blogs.technet.com/scvmm&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Windows Intune: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/windowsintune/&quot;&gt;http://blogs.technet.com/b/windowsintune/&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/sus/&quot;&gt;http://blogs.technet.com/sus/&lt;/a&gt;     &lt;br /&gt;The AD RMS blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/rmssupp/&quot;&gt;http://blogs.technet.com/b/rmssupp/&lt;/a&gt; &lt;/p&gt; App-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/appv/&quot;&gt;http://blogs.technet.com/appv/&lt;/a&gt;   &lt;br /&gt;MED-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/medv/&quot;&gt;http://blogs.technet.com/medv/&lt;/a&gt;   &lt;br /&gt;Server App-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/serverappv&quot;&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;   &lt;p&gt;The Forefront Endpoint Protection blog : &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/clientsecurity/&quot;&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.msdn.com/b/ms-identity-support/&quot;&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/isablog/&quot;&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/edgeaccessblog/&quot;&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3544780&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3544780</guid>
         <pubDate>Tue, 08 Jan 2013 23:03:49 +0000</pubDate>
      </item>
      <item>
         <title>Security Bulletin MS13-003: Vulnerabilities in System Center Operations Manager could allow elevation of privilege</title>
         <link>http://blogs.technet.com/b/momteam/archive/2013/01/08/security-bulletin-ms13-003-vulnerabilities-in-system-center-operations-manager-could-allow-elevation-of-privilege.aspx</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://support.microsoft.com/kb/2748552&quot;&gt;&lt;img title=&quot;KB&quot; style=&quot;border:0px currentcolor;float:left;display:inline;background-image:none;&quot; border=&quot;0&quot; alt=&quot;KB&quot; align=&quot;left&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/8015.KB_5F00_5FF75C0E.jpg&quot; width=&quot;85&quot; height=&quot;85&quot;/&gt;&lt;/a&gt;Microsoft has released security bulletin MS13-003. To view the complete security bulletin, visit one of the following Microsoft websites: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Home users:      &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/security/pc-security/bulletins/201301.aspx&quot;&gt;http://www.microsoft.com/security/pc-security/bulletins/201301.aspx&lt;/a&gt;&lt;/p&gt;      &lt;p&gt;(http://www.microsoft.com/security/pc-security/bulletins/201301.aspx) &lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;IT professionals:      &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/security/bulletin/MS13-003&quot;&gt;http://technet.microsoft.com/security/bulletin/MS13-003&lt;/a&gt;&lt;/p&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;A download link for the bulletin can be found here:&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://support.microsoft.com/kb/2748552&quot;&gt;2748552&lt;/a&gt; - MS13-003: Vulnerabilities in System Center Operations Manager could allow elevation of privilege (&lt;a rel=&quot;nofollow&quot; title=&quot;http://support.microsoft.com/kb/2748552&quot; target=&quot;_blank&quot; href=&quot;http://support.microsoft.com/kb/2748552&quot;&gt;http://support.microsoft.com/kb/2748552&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| Knowledge Engineer | Management and Security Division&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color=&quot;#c0504d&quot;&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410&quot;&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color=&quot;#c0504d&quot;&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://twitter.com/#!/MS_SystemCenter&quot;&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410&quot;&gt;&lt;img title=&quot;clip_image001&quot; border=&quot;0&quot; alt=&quot;clip_image001&quot; src=&quot;http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif&quot; width=&quot;89&quot; height=&quot;21&quot;/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.twitter.com/MS_SystemCenter&quot;&gt;&lt;img title=&quot;clip_image002&quot; border=&quot;0&quot; alt=&quot;clip_image002&quot; src=&quot;http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif&quot; width=&quot;89&quot; height=&quot;21&quot;/&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;System Center All Up: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/systemcenter/&quot;&gt;http://blogs.technet.com/b/systemcenter/&lt;/a&gt;     &lt;br /&gt;System Center – Configuration Manager Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/configurationmgr/&quot;&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;System Center – Data Protection Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/dpm/&quot;&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;System Center – Orchestrator Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/orchestrator/&quot;&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;System Center – Operations Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/momteam/&quot;&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;System Center – Service Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/servicemanager&quot;&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center – Virtual Machine Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/scvmm&quot;&gt;http://blogs.technet.com/scvmm&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Windows Intune: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/windowsintune/&quot;&gt;http://blogs.technet.com/b/windowsintune/&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/sus/&quot;&gt;http://blogs.technet.com/sus/&lt;/a&gt;     &lt;br /&gt;The AD RMS blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/rmssupp/&quot;&gt;http://blogs.technet.com/b/rmssupp/&lt;/a&gt; &lt;/p&gt; App-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/appv/&quot;&gt;http://blogs.technet.com/appv/&lt;/a&gt;   &lt;br /&gt;MED-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/medv/&quot;&gt;http://blogs.technet.com/medv/&lt;/a&gt;   &lt;br /&gt;Server App-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/serverappv&quot;&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;   &lt;p&gt;The Forefront Endpoint Protection blog : &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/clientsecurity/&quot;&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.msdn.com/b/ms-identity-support/&quot;&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/isablog/&quot;&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/edgeaccessblog/&quot;&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3544735&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3544735</guid>
         <pubDate>Tue, 08 Jan 2013 19:00:13 +0000</pubDate>
      </item>
      <item>
         <title>powershell: reading registry values</title>
         <link>http://feedproxy.google.com/~r/blogspot/marcusoh/~3/7ve9itmkm2U/powershell-reading-registry-values.html</link>
         <description>&lt;p&gt;okay, i admit i still don’t fully have a grasp on how this works as the registry provider is confusing as all hell. however, here are a few links and tidbits that will be valuable later when i have to come back to this:&lt;/p&gt; &lt;p&gt;working with registry keys (technet) - &lt;a rel=&quot;nofollow&quot; title=&quot;http://technet.microsoft.com/en-us/library/dd315270.aspx&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/dd315270.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/dd315270.aspx&lt;/a&gt;&lt;br&gt;testing existence of registry value - &lt;a rel=&quot;nofollow&quot; title=&quot;http://powershell.com/cs/blogs/tips/archive/2010/04/08/test-whether-registry-value-exists.aspx&quot; target=&quot;_blank&quot; href=&quot;http://powershell.com/cs/blogs/tips/archive/2010/04/08/test-whether-registry-value-exists.aspx&quot;&gt;http://powershell.com/cs/blogs/tips/archive/2010/04/08/test-whether-registry-value-exists.aspx&lt;/a&gt;&lt;/p&gt; &lt;p&gt;remote registry module - &lt;a rel=&quot;nofollow&quot; title=&quot;http://archive.msdn.microsoft.com/PSRemoteRegistry&quot; target=&quot;_blank&quot; href=&quot;http://archive.msdn.microsoft.com/PSRemoteRegistry&quot;&gt;http://archive.msdn.microsoft.com/PSRemoteRegistry&lt;/a&gt;&lt;br&gt;remote registry hkcu (awesome example script) - &lt;a rel=&quot;nofollow&quot; title=&quot;http://www.powershellcommunity.org/Forums/tabid/54/aft/6059/Default.aspx&quot; target=&quot;_blank&quot; href=&quot;http://www.powershellcommunity.org/Forums/tabid/54/aft/6059/Default.aspx&quot;&gt;http://www.powershellcommunity.org/Forums/tabid/54/aft/6059/Default.aspx&lt;/a&gt;&lt;/p&gt;  &lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;hr /&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://marcusoh.blogspot.com&quot;&gt;marcusoh.blogspot.com&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?a=7ve9itmkm2U:d6iiwBP_NOY:yIl2AUoC8zA&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?d=yIl2AUoC8zA&quot; border=&quot;0&quot;&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?a=7ve9itmkm2U:d6iiwBP_NOY:4cEx4HpKnUU&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?i=7ve9itmkm2U:d6iiwBP_NOY:4cEx4HpKnUU&quot; border=&quot;0&quot;&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?a=7ve9itmkm2U:d6iiwBP_NOY:qj6IDK7rITs&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?d=qj6IDK7rITs&quot; border=&quot;0&quot;&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?a=7ve9itmkm2U:d6iiwBP_NOY:V_sGLiPBpWU&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?i=7ve9itmkm2U:d6iiwBP_NOY:V_sGLiPBpWU&quot; border=&quot;0&quot;&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?a=7ve9itmkm2U:d6iiwBP_NOY:7Q72WNTAKBA&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?d=7Q72WNTAKBA&quot; border=&quot;0&quot;&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?a=7ve9itmkm2U:d6iiwBP_NOY:oMyvP2lN8is&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?i=7ve9itmkm2U:d6iiwBP_NOY:oMyvP2lN8is&quot; border=&quot;0&quot;&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/blogspot/marcusoh/~4/7ve9itmkm2U&quot; height=&quot;1&quot; width=&quot;1&quot;/&gt;</description>
         <author>marcus oh</author>
         <guid isPermaLink="false">tag:blogger.com,1999:blog-15559937.post-4489049261960414097</guid>
         <pubDate>Fri, 04 Jan 2013 07:00:00 +0000</pubDate>
      </item>
      <item>
         <title>winnate: upgrading a beta version of windows 8 to rtm</title>
         <link>http://feedproxy.google.com/~r/blogspot/marcusoh/~3/gCXur1GIv8c/winnate-upgrading-beta-version-of.html</link>
         <description>&lt;p&gt;what?! that’s possible?! yes, it is! just in time, too, since any beta versions (release candidates, etc) expire on january 15, 2013.&lt;/p&gt; &lt;p&gt;it’s possible in the same way that windows 7 was possible to do this. now, stating that, i do not advocate doing this as you are sure to introduce stability issues and other oddities. otherwise, why bar it? here’s how it’s done:&lt;/p&gt; &lt;ol&gt; &lt;li&gt;expand the installation media or copy to a writeable location&lt;/li&gt; &lt;li&gt;open the directory “sources”&lt;/li&gt; &lt;li&gt;locate the file named “cversion.ini”&lt;/li&gt; &lt;li&gt;modify the content, changing the values to:&lt;/li&gt;&lt;/ol&gt; &lt;blockquote&gt; &lt;div class=&quot;csharpcode&quot;&gt;&lt;pre class=&quot;alt&quot;&gt;[HostBuild]&lt;/pre&gt;&lt;pre&gt;MinClient=7100.0&lt;/pre&gt;&lt;pre class=&quot;alt&quot;&gt;MinServer=7100.0&lt;/pre&gt;&lt;/div&gt;&lt;/blockquote&gt;
&lt;style type=&quot;text/css&quot;&gt;.csharpcode, .csharpcode pre
{
font-size:small;color:black;font-family:consolas, &quot;Courier New&quot;, courier, monospace;background-color:#ffffff;}
.csharpcode pre {margin:0em;}
.csharpcode .rem {color:#008000;}
.csharpcode .kwrd {color:#0000ff;}
.csharpcode .str {color:#006080;}
.csharpcode .op {color:#0000c0;}
.csharpcode .preproc {color:#cc6633;}
.csharpcode .asp {background-color:#ffff00;}
.csharpcode .html {color:#800000;}
.csharpcode .attr {color:#ff0000;}
.csharpcode .alt 
{
background-color:#f4f4f4;width:100%;margin:0em;}
.csharpcode .lnum {color:#606060;}
&lt;/style&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;some claim it doesn’t work so … your mileage may vary, use at your own risk, etc.&lt;/p&gt;
&lt;p&gt;source: &lt;a rel=&quot;nofollow&quot; title=&quot;http://www.the-fays.net/blog/?p=207&quot; target=&quot;_blank&quot; href=&quot;http://www.the-fays.net/blog/?p=207&quot;&gt;http://www.the-fays.net/blog/?p=207&lt;/a&gt;&lt;/p&gt;  &lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;hr /&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://marcusoh.blogspot.com&quot;&gt;marcusoh.blogspot.com&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?a=gCXur1GIv8c:182ufl23oRY:yIl2AUoC8zA&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?d=yIl2AUoC8zA&quot; border=&quot;0&quot;&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?a=gCXur1GIv8c:182ufl23oRY:4cEx4HpKnUU&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?i=gCXur1GIv8c:182ufl23oRY:4cEx4HpKnUU&quot; border=&quot;0&quot;&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?a=gCXur1GIv8c:182ufl23oRY:qj6IDK7rITs&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?d=qj6IDK7rITs&quot; border=&quot;0&quot;&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?a=gCXur1GIv8c:182ufl23oRY:V_sGLiPBpWU&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?i=gCXur1GIv8c:182ufl23oRY:V_sGLiPBpWU&quot; border=&quot;0&quot;&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?a=gCXur1GIv8c:182ufl23oRY:7Q72WNTAKBA&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?d=7Q72WNTAKBA&quot; border=&quot;0&quot;&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?a=gCXur1GIv8c:182ufl23oRY:oMyvP2lN8is&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?i=gCXur1GIv8c:182ufl23oRY:oMyvP2lN8is&quot; border=&quot;0&quot;&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/blogspot/marcusoh/~4/gCXur1GIv8c&quot; height=&quot;1&quot; width=&quot;1&quot;/&gt;</description>
         <author>marcus oh</author>
         <guid isPermaLink="false">tag:blogger.com,1999:blog-15559937.post-6986940417121101020</guid>
         <pubDate>Thu, 03 Jan 2013 13:54:00 +0000</pubDate>
      </item>
      <item>
         <title>Self-service data recovery with Data Protection Manager, Service Manager and Orchestrator</title>
         <link>http://contoso.se/blog/?p=3440&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=self-service-data-recovery-with-data-protection-manager-service-manager-and-orchestrator</link>
         <description>In my sandbox I test a lot of solutions, management packs, integration packs and ideas. They don&amp;#8217;t always work out the way expected The result is that I often need to restore a database from backup. I use Data Protection Manager to protect my databases, Service Manager to order the restore and Orchestrator as the &amp;#8220;doer&amp;#8221;. In this [...]</description>
         <guid isPermaLink="false">http://contoso.se/blog/?p=3440</guid>
         <pubDate>Thu, 03 Jan 2013 11:31:28 +0000</pubDate>
         <content:encoded><![CDATA[<p>In my sandbox I test a lot of solutions, management packs, integration packs and ideas. They don&#8217;t always work out the way expected <img src='http://contoso.se/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley'/>  The result is that I often need to restore a database from backup. I use Data Protection Manager to protect my databases, Service Manager to order the restore and Orchestrator as the &#8220;doer&#8221;. In this blog post I want to share a example how to make restore of database a bit easier.</p>
<p>In the Service Manager self-service portal I have a request offering named Restore Database.</p>
<ul>
<li>Restore to Original Location. If this checkbox is enabled the database will be restored to original instance. In most cases I restore to a network folder. Network Folder is used in this integration pack in the same way that it is used in the Data Protection Manager user interface. Choosing Network Folder recovers to a local path on a server that have the DPM agent installed. I have configured my runbook (also included in this blog post) to always recover to C:&#92;RESTORE on the target machine</li>
<li>Target server. If I select to restore to a network folder, default, I input a server name. For example if I want to restore the Orchestrator database to my Orchestrator database server I input SCO12SP1-SQL01 in the Target Server text box. The database backup will then be restored to C:&#92;RESTORE in the SCO12SP1-SQL01 server.</li>
<li>Recovery Point to Restore. In this query based list I can select which DPM recovery point to restore. I have a runbook (also included in this blog post) that create CI of each recovery point.</li>
</ul>
<p><a rel="nofollow" target="_blank" href="http://contoso.se/blog/wp-content/uploads/2013/01/20130102_DPM_SelfService05.jpg"><img class="aligncenter size-medium wp-image-3449" alt="20130102_DPM_SelfService05" src="http://contoso.se/blog/wp-content/uploads/2013/01/20130102_DPM_SelfService05-300x147.jpg" width="300" height="147"/></a></p>
<p>Service Manager invokes the &#8220;1.2 Restore&#8221; runbook in Orchestrator. The runbook is divided into two tracks depending if restoring to a network folder or to original location. Both Data Source ID and Recovery Source ID, used to recover the SQL database, is stored on the Backup CI in Service Manager so we dont need to get them from DPM within the runbook. In general the runbook restore the database and updates the service request.</p>
<p><a rel="nofollow" target="_blank" href="http://contoso.se/blog/wp-content/uploads/2013/01/20130102_DPM_SelfService021.jpg"><img class="aligncenter size-medium wp-image-3450" alt="20130102_DPM_SelfService02" src="http://contoso.se/blog/wp-content/uploads/2013/01/20130102_DPM_SelfService021-300x182.jpg" width="300" height="182"/></a>Runbook &#8220;1.1 Create Backup CIs&#8221; is the second runbook in this example. It is used to create backup CI objects in Service Manager. The backup class is a custom class that I have created with the Service Manager authoring tool. The runbook runs every hour and creates new/updates/deletes CIs of the backup class.</p>
<ul>
<li>Every hour.  Invokes the runbook every hour</li>
<li>Get Existing Backup. Gets all objects of the backup class in Service Manager. If there are any objects the &#8220;Set Verified to FALSE&#8221; activity change the verified property of all the backup CIs to FALSE.</li>
<li>Junction. Used to merge possible multiple threads to one</li>
<li>Get Data Source for System Center DBs. In my DPM server I have a protection group named &#8220;System Center Databases&#8221;, this activity gets all data sources for that protection group</li>
<li>Get All Recovery Point. This activity gets all recovery points for the data sources returned by the &#8220;Get Data Sources for System Center DBs&#8221; activity</li>
<li>Check if Backup Exist. This activity checks in Service Manager if there is a backup CI, with Active status, for the current BackupID. BackupID is a property of the backup class that I use to give all recovery points a unique ID, the backup ID contains of &lt;Protection Group Name&gt;.&lt;Production Server Name&gt;.&lt;Recovery Time Point in Time&gt;.&lt;Data source Name&gt;</li>
<li>If a backup CI object already exist the runbook change the verified property of the backup CI object to TRUE</li>
<li>If no backup CI object exist a new backup CI is created and a relationship to the server is created</li>
<li>Junction. Used to merge possible multiple threads to one</li>
<li>Get Non Verified Backups. This activity gets all backup CIs that has not been verified (verified property equals FALSE) and deletes them with the &#8220;Delete Backup&#8221; activity</li>
</ul>
<p>&nbsp;</p>
<p><a rel="nofollow" target="_blank" href="http://contoso.se/blog/wp-content/uploads/2013/01/20130102_DPM_SelfService01.jpg"><img class="aligncenter size-medium wp-image-3443" alt="20130102_DPM_SelfService01" src="http://contoso.se/blog/wp-content/uploads/2013/01/20130102_DPM_SelfService01-300x124.jpg" width="300" height="124"/></a></p>
<p>&nbsp;</p>
<p>Backup CIs listed in the Service Manager Console</p>
<p><img class="aligncenter size-medium wp-image-3445" alt="20130102_DPM_SelfService03" src="http://contoso.se/blog/wp-content/uploads/2013/01/20130102_DPM_SelfService03-300x128.jpg" width="300" height="128"/></p>
<p>Backup CI</p>
<p><a rel="nofollow" target="_blank" href="http://contoso.se/blog/wp-content/uploads/2013/01/20130102_DPM_SelfService04.jpg"><img class="aligncenter size-medium wp-image-3446" alt="20130102_DPM_SelfService04" src="http://contoso.se/blog/wp-content/uploads/2013/01/20130102_DPM_SelfService04-272x300.jpg" width="272" height="300"/></a>Relationship between windows server and backup CI</p>
<p><a rel="nofollow" target="_blank" href="http://contoso.se/blog/wp-content/uploads/2013/01/20130102_DPM_SelfService06.jpg"><img class="aligncenter" alt="20130102_DPM_SelfService06" src="http://contoso.se/blog/wp-content/uploads/2013/01/20130102_DPM_SelfService06-271x300.jpg" width="271" height="300"/></a></p>
<p>&nbsp;</p>
<p>When the runbook is done the service request is updated with some information, which can be read from the Service Manager self-service portal. As you can see the database has been restored to C:&#92;RESTORE on the SCO12SP1SQL-01 server. A very Quick and easy way to roll back a database.</p>
<p><a rel="nofollow" target="_blank" href="http://contoso.se/blog/wp-content/uploads/2013/01/20130102_DPM_SelfService07.jpg"><img class="aligncenter" alt="20130102_DPM_SelfService07" src="http://contoso.se/blog/wp-content/uploads/2013/01/20130102_DPM_SelfService07-300x165.jpg" width="300" height="165"/></a></p>
<p>&nbsp;</p>
<p>You can download my example files here, <a rel="nofollow" target="_blank" href="http://contoso.se/blog/wp-content/uploads/2013/01/20130103_DPM.zip">20130103_DPM</a>. Note that this is provided “AS-IS” with no warranties at all. This is not a production ready management pack or solution for your production environment, just a idea and an example.</p>]]></content:encoded>
      </item>
      <item>
         <title>Help Make the Microsoft Management Summit (MMS) the Best Ever!</title>
         <link>http://blogs.technet.com/b/systemcenter/archive/2013/01/02/help-make-the-microsoft-management-summit-mms-the-best-ever.aspx</link>
         <description>&lt;p&gt;The Microsoft Management Summit (MMS) 2013 is coming up soon!&amp;#160; It’s going to be a super event for thousands of people from all over the world interested in System Center and Windows Server to get together to network and soak up lots of great information from some great speakers!&lt;/p&gt;  &lt;p&gt;Did you know you can help decide what sessions are provided at the Summit?&amp;#160; The more input you provide to us on what you want to see and hear at the Summit, the more relevant it will be to you!&lt;/p&gt;  &lt;p&gt;Here is one option for how you can help shape MMS - Rod Trent, our partner at &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://myitforum.com&quot;&gt;myITforum.com&lt;/a&gt; is running an anonymous content poll.&amp;#160; He’ll provide the results to our event team to inform us on what you want to hear about.&amp;#160; It takes just a second.&amp;#160; Head on over to myITforum and cast your vote!&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://myitforum.com/myitforumwp/2012/12/18/poll-which-system-center-pieces-are-most-looking-to-learn-about-at-mms-2013/&quot;&gt;Take the myITforum Poll Now&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Then, leave a comment below and let us know about a particular topic or a certain presenter you would like to see!&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;More information about the Microsoft Management Summit can be found here: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.2013mms.com&quot;&gt;http://www.2013mms.com&lt;/a&gt;.&amp;#160; Registration is already open!&amp;#160; See you there!&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3543748&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3543748</guid>
         <pubDate>Thu, 03 Jan 2013 02:06:10 +0000</pubDate>
      </item>
      <item>
         <title>You Are Invited to Join Us at System Center Universe 2013</title>
         <link>http://blogs.technet.com/b/systemcenter/archive/2012/12/20/you-are-invited-to-join-us-at-system-center-universe-2013.aspx</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.systemcenteruniverse.com/&quot;&gt;&lt;img title=&quot;Logo&quot; style=&quot;display:inline;&quot; border=&quot;0&quot; alt=&quot;Logo&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-30-metablogapi/8078.Logo_5F00_5CAE2BEB.png&quot; width=&quot;250&quot; height=&quot;124&quot;/&gt;&lt;/a&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;On behalf of Microsoft and the event host, &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.catapultsystems.com/Pages/IT-Consultancy-Microsoft-Gold-Partner.aspx&quot;&gt;Catapult Systems&lt;/a&gt;, you are invited to join us at &lt;b&gt;System Center Universe 2013&lt;/b&gt;! &lt;/p&gt;  &lt;p&gt;The second annual System Center Universe is a one-day globally available technical event featuring Microsoft product gurus and community experts who will highlight the interaction of the System Center 2012 suite and other Microsoft-based products and solutions. It’s System Center 2012 with new galaxies!&lt;/p&gt;  &lt;p&gt;The live, in-person event will be launching at the Irving Convention Center in Irving, Texas. We hope that you will join us in person!&amp;#160; There is also an opportunity to view via a live simulcast.&amp;#160; You can register for either the in-person event or simulcast &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.systemcenteruniverse.com/registration.htm&quot;&gt;&lt;u&gt;&lt;font color=&quot;#0000ff&quot;&gt;here&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;In-person Event:&lt;/b&gt; Irving Convention Center, Irving Texas, 1/31/13, &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.systemcenteruniverse.com/registration.htm&quot;&gt;&lt;u&gt;&lt;font color=&quot;#0000ff&quot;&gt;register here&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Catapult Coordinated Simulcast Viewings:&lt;/b&gt; Austin, San Antonio, Houston, Denver, Phoenix, Charlotte, Atlanta, Tampa and other locations.&amp;#160; For a list of all locations and to register, please go &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.systemcenteruniverse.com/registration.htm&quot;&gt;here&lt;/a&gt;&lt;u&gt;&lt;font color=&quot;#0000ff&quot;&gt;&lt;/font&gt;&lt;/u&gt;.&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;User Group Facilitated Viewings:&lt;/b&gt; Interested in your user group participating in SCU2013? Please email &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;mailto:SCU2013@catapultsystems.com&quot;&gt;SCU2013@catapultsystems.com&lt;/a&gt; to receive a SCU 2013 facilitator package.&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Virtual Viewing:&lt;/b&gt; Available worldwide via &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.systemcenteruniverse.com/&quot;&gt;www.systemcenteruniverse.com&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;SCU2013 Mobile Application&lt;/b&gt;: Available on Windows Phone, Android and iOS for all in person and virtual registrants&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Engage with the Community:&lt;/b&gt; Follow #SCU2013 on &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://twitter.com/SCU2013&quot;&gt;Twitter&lt;/a&gt;, &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://www.facebook.com/#!/systemcenteruniverse&quot;&gt;Facebook&lt;/a&gt;, &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.linkedin.com/groups/System-Center-Universe-4089184?home=&amp;amp;gid=4089184&amp;amp;trk=anet_ug_hm&quot;&gt;LinkedIn&lt;/a&gt;, &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://pinterest.com/catapultsystems/system-center-universe/&quot;&gt;Pinterest&lt;/a&gt; and check out the fun teaser videos: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://vimeo.com/51755308&quot;&gt;Video 1&lt;/a&gt;, &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://vimeo.com/54942373&quot;&gt;Video 2&lt;/a&gt;, and Video 3 will launch 1/1/13!&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;Hosted by&amp;#160;&amp;#160; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.catapultsystems.com/Pages/IT-Consultancy-Microsoft-Gold-Partner.aspx&quot;&gt;&lt;img title=&quot;CatapultSystems&quot; style=&quot;display:inline;&quot; border=&quot;0&quot; alt=&quot;CatapultSystems&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-30-metablogapi/0640.CatapultSystems_5F00_558EEF73.png&quot; width=&quot;244&quot; height=&quot;46&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3542136&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3542136</guid>
         <pubDate>Thu, 20 Dec 2012 22:50:55 +0000</pubDate>
      </item>
      <item>
         <title>Runbook servers in different time zones</title>
         <link>http://contoso.se/blog/?p=3420&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=runbook-servers-in-different-time-zones</link>
         <description>In this blog post I will try to show how Orchestrator works with schedules and different time zones. In my sandbox I have one runbook server (SCO12SP1-01) in the USA and one runbook server (SCO12SP1-02) in Sweden. I want to configure my runbook to only run between 22 and 23 Monday-Friday. To do this I [...]</description>
         <guid isPermaLink="false">http://contoso.se/blog/?p=3420</guid>
         <pubDate>Thu, 20 Dec 2012 21:51:55 +0000</pubDate>
         <content:encoded><![CDATA[<p>In this blog post I will try to show how Orchestrator works with schedules and different time zones. In my sandbox I have one runbook server (SCO12SP1-01) in the USA and one runbook server (SCO12SP1-02) in Sweden. I want to configure my runbook to only run between 22 and 23 Monday-Friday. To do this I first create a schedule, in Runbook Designer on my Swedish runbook server where I also have the Runbook Designer console installed.  Name of the schedule is &#8220;22-23 SWE&#8221; as I want the runbook to run between 22 and 23 and I created it on my Swedish machine.</p>
<p>&nbsp;</p>
<p><a rel="nofollow" target="_blank" href="http://contoso.se/blog/wp-content/uploads/2012/12/20121220_TimeZone_01.jpg"><img class="aligncenter size-medium wp-image-3431" alt="20121220_TimeZone_01" src="http://contoso.se/blog/wp-content/uploads/2012/12/20121220_TimeZone_01-300x279.jpg" width="300" height="279"/></a></p>
<p>&nbsp;</p>
<p>Next I have create a small runbook that generates a platform event saying which runbook server it ran on and the local time of that runbook server. I have configured the runbook with the new schedule too.</p>
<p><a rel="nofollow" target="_blank" href="http://contoso.se/blog/wp-content/uploads/2012/12/20121220_TimeZone_02.jpg"><img class="aligncenter size-medium wp-image-3422" alt="20121220_TimeZone_02" src="http://contoso.se/blog/wp-content/uploads/2012/12/20121220_TimeZone_02-300x253.jpg" width="300" height="253"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://contoso.se/blog/wp-content/uploads/2012/12/20121220_TimeZone_03.jpg"><img class="aligncenter size-medium wp-image-3423" alt="20121220_TimeZone_03" src="http://contoso.se/blog/wp-content/uploads/2012/12/20121220_TimeZone_03-300x207.jpg" width="300" height="207"/></a></p>
<p>If we run the following SQL query in the Orchestrator database we can take a look at all schedules</p>
<blockquote><p>SELECT OBJECTS.Name, SCHEDULES.DaysOfWeek, SCHEDULES.DaysOfMonth, SCHEDULES.Monday, SCHEDULES.Tuesday, SCHEDULES.Wednesday,<br />
SCHEDULES.Thursday, SCHEDULES.Friday, SCHEDULES.Saturday, SCHEDULES.Sunday, SCHEDULES.First, SCHEDULES.Second, SCHEDULES.Third,<br />
SCHEDULES.Fourth, SCHEDULES.Last, SCHEDULES.Days, SCHEDULES.Hours, SCHEDULES.Exceptions<br />
FROM SCHEDULES INNER JOIN<br />
OBJECTS ON SCHEDULES.UniqueID = OBJECTS.UniqueID<br />
WHERE (OBJECTS.Deleted = 0)</p></blockquote>
<p><a rel="nofollow" target="_blank" href="http://contoso.se/blog/wp-content/uploads/2012/12/20121220_TimeZone_04.jpg"><img class="aligncenter size-medium wp-image-3426" alt="20121220_TimeZone_04" src="http://contoso.se/blog/wp-content/uploads/2012/12/20121220_TimeZone_04-300x30.jpg" width="300" height="30"/></a></p>
<p>For the &#8220;22-23 SWE&#8221; schedule we can see in the database  the Hours column looks like &#8220;000000000040000040000040000040000040000000&#8243;. Hours are configured for any day that the schedule permit or deny. The Hours field contains in 7 parts, one for each day of a week. Each part contains of six characters, where the day is divided into 8 hours pieces, so 2 characters represent 8 hours of the day.</p>
<ul>
<li>The week = 000000000040000040000040000040000040000000</li>
<li>Sunday and Saturday = 000000 = No hours permitted</li>
<li>Monday-Friday = 000040</li>
<li>00 = hours 00-08 (no hours permitted)</li>
<li>00 = hours  09-16 (no hours permitted)</li>
<li>40 = hours 17-23</li>
<li>40 is hex, equals to 01000000 binary = penultimate hour in that time frame is permitted (if it was 23-00 it would look like 10000000)</li>
</ul>
<p>If I start my runbook 11.32 PM Swedish time it will only run on the Swedish runbook (SCO12SP1-02) server as on the runbook server in the USA local time right now is 1.32 PM.</p>
<p><a rel="nofollow" target="_blank" href="http://contoso.se/blog/wp-content/uploads/2012/12/20121220_TimeZone_05.jpg"><img class="aligncenter size-medium wp-image-3432" alt="20121220_TimeZone_05" src="http://contoso.se/blog/wp-content/uploads/2012/12/20121220_TimeZone_05-300x56.jpg" width="300" height="56"/></a></p>
<p>&nbsp;</p>
<p>If I change the schedule to allow only 1-2 PM it will only run on the runbook server in the US.</p>
<p><a rel="nofollow" target="_blank" href="http://contoso.se/blog/wp-content/uploads/2012/12/20121220_TimeZone_06.jpg"><img class="aligncenter size-medium wp-image-3433" alt="20121220_TimeZone_06" src="http://contoso.se/blog/wp-content/uploads/2012/12/20121220_TimeZone_06-300x62.jpg" width="300" height="62"/></a></p>
<p>&nbsp;</p>
<p>That means that if you build you schedule for 1-2 AM in Sweden and trigger it on a runbook server in the USA, 1-2 AM is still 1-2 AM local time, no translation between time zones. The evaluation of the schedule is done local on the runbook server. If a runbook server is not allowed to run a runbook due to the schedule the runbook server will still download the runbook and then check the schedule locally.</p>
<p>If a runbook is scheduled to start during an hour that is skipped, due to daylight saving, when the system clock is adjusted forward by one hour, that starting time is skipped, and the runbook starts at the next scheduled time. If a runbook is scheduled to start during an hour that occurs twice because the system clock is adjusted backwards by one hour, the runbook launches twice.</p>]]></content:encoded>
         <category>Orchestrator</category>
      </item>
      <item>
         <title>WS2012:  Managing previous versions of Windows with Server Manager</title>
         <link>http://blogs.technet.com/b/kevinholman/archive/2012/12/20/ws2012-managing-previous-versions-of-windows-with-server-manager.aspx</link>
         <description>&lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;With the new Server Manager that shipped with Windows Server 2012, and &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=28972&quot;&gt;Remote Server Administration Tools for Windows 8&lt;/a&gt;, you can manage previous versions of the Server operating system, such was Windows 2003, 2008, and 2008R2.&amp;#160; Some of the functionality will be limited, however, as these operating systems don't support all the new features in Windows Server 2012.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;When you add these servers, you may see the following:&amp;#160; “Verify WinRM 3.0 service is installed, running, and required firewall ports are open”&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-10-metablogapi/8738.image_5F00_151D2F57.png&quot;&gt;&lt;img title=&quot;image&quot; style=&quot;display:inline;&quot; border=&quot;0&quot; alt=&quot;image&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-10-metablogapi/5773.image_5F00_thumb_5F00_696C655A.png&quot; width=&quot;678&quot; height=&quot;369&quot;/&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The new Server Manager uses Windows Report Management (WinRM) to communicate with servers, which is installed and enabled by default on all 2012 Servers.&amp;#160; For 2008 and 2008R2 Operating Systems, you must download and install this:&amp;#160; &lt;a rel=&quot;nofollow&quot; title=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=34595&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=34595&quot;&gt;http://www.microsoft.com/en-us/download/details.aspx?id=34595&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Once this is installed, and the server is rebooted – you must run a command to enable remote management:&amp;#160; “winrm quickconfig”&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-10-metablogapi/1817.image_5F00_540EAFF2.png&quot;&gt;&lt;img title=&quot;image&quot; style=&quot;display:inline;&quot; border=&quot;0&quot; alt=&quot;image&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-10-metablogapi/2061.image_5F00_thumb_5F00_7A70933D.png&quot; width=&quot;669&quot; height=&quot;293&quot;/&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;At this point, you can refresh your Server Manager console, and you should see them come online and able to be managed:&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-10-metablogapi/0815.image_5F00_61089003.png&quot;&gt;&lt;img title=&quot;image&quot; style=&quot;display:inline;&quot; border=&quot;0&quot; alt=&quot;image&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-10-metablogapi/2465.image_5F00_thumb_5F00_2785800C.png&quot; width=&quot;588&quot; height=&quot;379&quot;/&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The limitation for Server Manager on Windows 2003 systems is “online” or “offline” status.&amp;#160; The limitation for 2008 and 2008R2 servers is that you cannot remotely add/remove windows roles and features, as that is a new capability for Windows Server 2012.&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3542113&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3542113</guid>
         <pubDate>Thu, 20 Dec 2012 21:00:53 +0000</pubDate>
      </item>
      <item>
         <title>APM Agent Throttling settings and other APM Overrides in SC2012 Operations Manager</title>
         <link>http://blogs.technet.com/b/momteam/archive/2012/12/19/apm-throttling-settings-and-other-apm-overrides-in-sc2012-operations-manager.aspx</link>
         <description>&lt;p&gt;So, the APM Wizard is great. We put a lot of effort in simplifying the most common scenario for configuration, as described in earlier posts such as this one &lt;a rel=&quot;nofollow&quot; title=&quot;http://blogs.technet.com/b/momteam/archive/2011/07/30/operations-manager-and-application-monitoring.aspx&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/momteam/archive/2011/07/30/operations-manager-and-application-monitoring.aspx&quot;&gt;http://blogs.technet.com/b/momteam/archive/2011/07/30/operations-manager-and-application-monitoring.aspx&lt;/a&gt; ; anyhow, there are additional settings that are buried within overrides, in a few places. This post wants to bring some of these to your attention.&lt;/p&gt;  &lt;p&gt;One of such places is the Discovery called &amp;quot;&lt;strong&gt;Discovery of APM Agent properties&lt;/strong&gt;&amp;quot; – which you can find, as shown in the screenshot below, by looking for the “&lt;strong&gt;.NET Application Monitoring Agent&lt;/strong&gt;” class. This discovery contains a few interesting overrides. Some of them are related to “global” monitoring settings, while one of them is particularly important in relation to event throttling.&lt;/p&gt;  &lt;h2&gt;Global per-agent APM Monitoring settings&lt;/h2&gt;  &lt;p&gt;The other overrides are about enabling “global” settings for monitoring applications. While this is not the recommended approach, it is possible to bypass the APM Template entirely, and use these overrides instead – with some caveats:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&amp;quot;&lt;strong&gt;Enable monitoring all web applications&lt;/strong&gt;&amp;quot; - Enables monitoring for ALL w3wp.exe processes on the IIS machine, with default settings, regardless of app-pool name, and discovery. This essentially turns on APM monitoring for any and every application on the webserver – present and future ones. The drawbacks of this approach is that, since we have not run the wizard/template, and those object have not been discovered as applications by OM, we can't then match the data to alerts or states, therefore the data will only be visible thru AppDiagnostics and Advisor – there will not be any OM “view” or “object” (see earlier post where I described the APM Object model here – &lt;a rel=&quot;nofollow&quot; title=&quot;http://blogs.technet.com/b/momteam/archive/2012/01/14/apm-object-model.aspx&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/momteam/archive/2012/01/14/apm-object-model.aspx&quot;&gt;http://blogs.technet.com/b/momteam/archive/2012/01/14/apm-object-model.aspx&lt;/a&gt; )&lt;/li&gt;    &lt;li&gt;&amp;quot;&lt;strong&gt;Enable all critical exceptions&lt;/strong&gt;&amp;quot; - this does the same thing as the equivalent option in the APM template. Again, this is used as a a &amp;quot;global&amp;quot; setting for the agent, mostly useful when &amp;quot;enable monitoring all web apps&amp;quot; is used since. Anyhow, for specific apps, if you do run the template for those apps, the setting specified in the template would be more specific and “win”.&lt;/li&gt;    &lt;li&gt;&amp;quot;&lt;strong&gt;Performance threshold&lt;/strong&gt;&amp;quot; – Same as the previous one – same thing can be set from the template. This is a &amp;quot;global&amp;quot; setting for the agent, mostly useful when &amp;quot;enable monitoring all web apps&amp;quot; is used since, for specific apps, the one specified in the template would be more specific. &lt;/li&gt;    &lt;li&gt;&amp;quot;&lt;strong&gt;Sensitivity threshold&lt;/strong&gt;&amp;quot; - Same as the previous one – same thing can be set from the template. This is a &amp;quot;global&amp;quot; setting for the agent, mostly useful when &amp;quot;enable monitoring all web apps&amp;quot; is used since, for specific apps, the one specified in the template would be more specific. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/4118.clip_5F00_image001_5F00_52C0D264.png&quot;&gt;&lt;img title=&quot;Discovery of APM Agent properties&quot; style=&quot;background-image:none;display:inline;&quot; border=&quot;0&quot; alt=&quot;Discovery of APM Agent properties&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/8712.clip_5F00_image001_5F00_thumb_5F00_55698E15.png&quot; width=&quot;723&quot; height=&quot;439&quot;/&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h2&gt;APM Event Throttling&lt;/h2&gt;  &lt;p&gt;Now, let’s get to the topic of throttling specifically. Another useful override in the above discovery rule is the following one:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&amp;quot;&lt;strong&gt;Enable Event Throttling&lt;/strong&gt;&amp;quot; - enables or disables event throttling on the agent – this is the “global” ON/OFF switch for this feature. Keep in mind that throttling is enabled for a reason – and that is to keep CPU utilization on the agent LOW, in case a lot of events are being generated. Therefore it is NOT recommended to change this setting, unless you are in a test/demo environment only, where performance is not a concern. Read on, and we’ll talk more about throttling.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt; As mentioned earlier, the main goal of Event Throttling is to keep CPU Utilization Low. Therefore it is NOT recommended to switch it off completely, as it is a useful “guard” for system resources. Anyhow, even while leaving it on, there are options to tweak the behavior of throttling – to make it more or less aggressive.&lt;/p&gt;  &lt;p&gt;All these options can be configured thru overriding the &amp;quot;&lt;strong&gt;Apply APM Agent configuration rule&lt;/strong&gt;&amp;quot; – again, targeted to “&lt;strong&gt;.NET Application Monitoring Agent&lt;/strong&gt;”, see screenshots below:&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/5001.clip_5F00_image0016_5F00_1533749B.png&quot;&gt;&lt;img title=&quot;Apply APM Agent configuration&quot; style=&quot;border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;&quot; border=&quot;0&quot; alt=&quot;Apply APM Agent configuration&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/5584.clip_5F00_image0016_5F00_thumb_5F00_1BE67E1E.png&quot; width=&quot;867&quot; height=&quot;565&quot;/&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;While running, the APM agent continuously compares the count of monitored events with limits, and will provide those events to OpsMgr workflow for delivery to the management group only if the limits are not exceeded. In case your application goes “crazy” and starts throwing a lot of exceptions all of a sudden, this allows the APM agent to not add too much load, while still reporting the first exceptions of any “group” to you (see below about event groups).&lt;/p&gt;  &lt;p&gt;Please note that the performance counters “&lt;strong&gt;% Exception Events / sec&lt;/strong&gt;”, “&lt;strong&gt;% Performance Events / sec&lt;/strong&gt;” and &lt;strong&gt;“Average Request Time”&lt;/strong&gt; are NOT affected by this: these are the counters used in the monitors in OM, and we have described them earlier here &lt;a rel=&quot;nofollow&quot; title=&quot;http://blogs.technet.com/b/momteam/archive/2011/08/23/application-monitoring-working-with-alerts.aspx&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/momteam/archive/2011/08/23/application-monitoring-working-with-alerts.aspx&quot;&gt;http://blogs.technet.com/b/momteam/archive/2011/08/23/application-monitoring-working-with-alerts.aspx&lt;/a&gt; . They’ll keep reporting the real count of events having been “seen” on the agent and will keep track of all requests – but, due to throttling, not all events with full code-level details will be reported.&lt;/p&gt;  &lt;p&gt;As I mentioned earlier on here &lt;a rel=&quot;nofollow&quot; title=&quot;http://blogs.technet.com/b/momteam/archive/2012/06/18/event-to-alert-ratio-reviewing-problems-and-understanding-trends-for-apm-data-in-opsmgr-2012.aspx&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/momteam/archive/2012/06/18/event-to-alert-ratio-reviewing-problems-and-understanding-trends-for-apm-data-in-opsmgr-2012.aspx&quot;&gt;http://blogs.technet.com/b/momteam/archive/2012/06/18/event-to-alert-ratio-reviewing-problems-and-understanding-trends-for-apm-data-in-opsmgr-2012.aspx&lt;/a&gt; there are 15 (FIFTEEN!) overrides that govern this. These are basically divided in 5 categories, and for each category there is a limit per MINUTE, per HOUR, and per DAY. All requests are counted by the agent and evaluated against these thresholds. Every time a period (minute, hour, day) passes, the counters to match against these limits are reset.&lt;/p&gt;  &lt;p&gt;If you want to customize these limits, you need to understand how these limits look like and what counters are being evaluated to make the throttling decision. Below I attempt such explanation. &lt;strong&gt;&lt;font color=&quot;#ff0000&quot;&gt;Anyhow, be aware that we do NOT recommend you to increase ANY of the following limits – as it might have a negative impact on your application’s performance.&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Exception Event Groups &lt;/strong&gt;– This counter tracks the number of exceptions for each Event Group. All events in an Event Group have encountered the same Problem, and therefore have identical call stacks. This is a logical threshold that is not directly related to resource (CPU) usage, but prevents you from receiving an unreasonable number of the same event repeatedly and flood the Operation Manager system and database(s). When the threshold is reached, APM will stop reporting events from that group for the configured time period, but it will continue incrementing the internal event counter for that group. An event group is known as a “Problem” group in AppDiagnostics. When events are displayed in AppDiagnostics and grouped by 'Problem', the 'Count' column will display the actual count of all events that occurred in the group, even though only the first events will be displayed within the group. Also note that, if you have turned on Alerting rules (see more info on &lt;a rel=&quot;nofollow&quot; title=&quot;http://blogs.technet.com/b/momteam/archive/2012/01/23/custom-apm-rules-for-granular-alerting.aspx&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/momteam/archive/2012/01/23/custom-apm-rules-for-granular-alerting.aspx&quot;&gt;http://blogs.technet.com/b/momteam/archive/2012/01/23/custom-apm-rules-for-granular-alerting.aspx&lt;/a&gt; ) Alerts in OM have “suppression” based (incrementing the ‘repeat count’) based on this concept of a “problem” or “problem group”. An exception is 'interesting' if the system is configured to collect it. If the system is configured to only collect 'critical' exceptions, the only 'critical' exceptions are considered 'interesting'. If the system has been configured to collect 'All' exceptions and 'Custom Handlers' have been added, then all exceptions and the custom handlers will be considered 'interesting'.&amp;#160; &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Exceptions per Domain&lt;/strong&gt; (application domain) - For the more infrastructure-oriented folks, with less developer background, I will clarify that here are talking of Application Domains – that have nothing to do with DNS domains or the domain your web application serves, of course. Application Domains are a .NET concept and feature that allows to run multiple, distinct applications within the same windows process, while maintaining logical isolation (see here for an overview &lt;a rel=&quot;nofollow&quot; title=&quot;http://msdn.microsoft.com/en-us/library/2bh4z9hs(v=VS.71).aspx&quot; target=&quot;_blank&quot; href=&quot;http://msdn.microsoft.com/en-us/library/2bh4z9hs(v=VS.71).aspx&quot;&gt;http://msdn.microsoft.com/en-us/library/2bh4z9hs(v=VS.71).aspx&lt;/a&gt; ). In IIS the application domain boundary is typically the Virtual Directory or the application that is shown in configuration wizard (“configure application”) in IIS. This counter therefore tracks the number of exceptions raised in particular web application (application domain). This threshold that protects your system against excessive CPU usage and from excessive network traffic from sending too much data. In situations where SQL server is down, your disk is full, not enough memory, etc., an unusual number of exceptions may be thrown from an application, each from a different place in the code and each with a different exception. This threshold will stop collecting and reporting exceptions from that application for the configured time period. The result is that if you have multiple application domains running under a single process, and one of the application domains is throwing excessive exceptions, then only that domain will be throttled while the rest or the domains/apps will continue to be monitored normally. An exception is 'interesting' if the system is configured to collect it. If the system is configured to only collect 'critical' exceptions, the only 'critical' exceptions are considered 'interesting'. If the system has been configured to collect 'All' exceptions and 'Custom Handlers' have been added, then all exceptions and the custom handlers will be considered 'interesting'.&amp;#160; &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Performance Event Groups&lt;/strong&gt; – this counter keeps track of the number of events raised in particular event group. An event group is known as a “Problem” group in AppDiagnostics. Also note that, if you have turned on Alerting rules (see more info on &lt;a rel=&quot;nofollow&quot; title=&quot;http://blogs.technet.com/b/momteam/archive/2012/01/23/custom-apm-rules-for-granular-alerting.aspx&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/momteam/archive/2012/01/23/custom-apm-rules-for-granular-alerting.aspx&quot;&gt;http://blogs.technet.com/b/momteam/archive/2012/01/23/custom-apm-rules-for-granular-alerting.aspx&lt;/a&gt; ) Alerts in OM have “suppression” based (incrementing the ‘repeat count’) based on this concept of a “problem”.&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Performance Events per Domain&lt;/strong&gt; - keeps number of events raised in particular application domain. For the more infrastructure-oriented folks, with less developer background, I will clarify that here are talking of Application Domains – that have nothing to do with DNS domains or the domain your web application serves, of course. Application Domains are a .NET concept and feature that allows to run multiple, distinct applications within the same windows process, while maintaining logical isolation (see here for an overview &lt;a rel=&quot;nofollow&quot; title=&quot;http://msdn.microsoft.com/en-us/library/2bh4z9hs(v=VS.71).aspx&quot; target=&quot;_blank&quot; href=&quot;http://msdn.microsoft.com/en-us/library/2bh4z9hs(v=VS.71).aspx&quot;&gt;http://msdn.microsoft.com/en-us/library/2bh4z9hs(v=VS.71).aspx&lt;/a&gt; ). In IIS the application domain boundary is typically the Virtual Directory or the application that is shown in configuration wizard (“configure application”) in IIS.&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Total Number of Exceptions&lt;/strong&gt; – this tracks the full number of caught exceptions. While 'Exceptions Event Groups' and 'Exceptions Per Domain' apply to 'Interesting' events, this threshold applies to all exceptions thrown regardless of whether the system is configured to report them or not. Should something occur that causes your applications to throw an excessive number of exceptions, monitored or not, this threshold will cause the agent to start ignoring them altogether, and it represents the last line of defense to protect against excessive CPU usage. We especially recommend you do not increase this limit.&lt;/li&gt; &lt;/ul&gt;  &lt;h2&gt;Heavy / Light optimization&lt;/h2&gt;  &lt;p&gt;No discussion of APM throttling would be complete without touching on those “light” events. Anyhow, this has already been described very well by a former AVIcode employee, Alex – so I’ll defer you to his explanation rather than make up a new one – see here &lt;a rel=&quot;nofollow&quot; title=&quot;http://gotchahunter.net/2011/10/scom-apm-avicode-what-are-those-light-events/&quot; target=&quot;_blank&quot; href=&quot;http://gotchahunter.net/2011/10/scom-apm-avicode-what-are-those-light-events/&quot;&gt;http://gotchahunter.net/2011/10/scom-apm-avicode-what-are-those-light-events/&lt;/a&gt; . Additional related info are also on VIAcode’s blog here &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.viacode.com/blog/2011/12/01/light-requests-optimization-logic-how-does-it-work/&quot;&gt;http://www.viacode.com/blog/2011/12/01/light-requests-optimization-logic-how-does-it-work/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;One important note is that this cannot currently be switched off in OM12 in supported ways. Also interesting to note that “light” events don’t get counted against “problems” counts in many Advisor reports. &lt;/p&gt;  &lt;h2&gt;Data Retention&lt;/h2&gt;  &lt;p&gt;Another place is a rule that executes against a special Data Transfer singleton object in OM – this is responsible for continuously transferring APM data from OpsDB to DW database, perform APM data grooming – the settings for retention driving the grooming mechanism are documented here: &lt;a rel=&quot;nofollow&quot; title=&quot;http://technet.microsoft.com/en-us/library/jj159297&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/jj159297&quot;&gt;http://technet.microsoft.com/en-us/library/jj159297&lt;/a&gt;&lt;/p&gt;  &lt;h2&gt;Sensitive Data&lt;/h2&gt;  &lt;p&gt;Another place is the paragraph in the documentation that explains how to “work with sensitive data” - here &lt;a rel=&quot;nofollow&quot; title=&quot;http://technet.microsoft.com/en-us/library/hh543995.aspx&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh543995.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh543995.aspx&lt;/a&gt; that also uses an override to define expressions for clearing up sensitive data out of function parameters (a commonly asked feature).&lt;/p&gt;  &lt;h2&gt;Discovery&lt;/h2&gt;  &lt;p&gt;Other useful overrides useful to discover your applications are documented here as part of the documentation for the “&lt;strong&gt;Operations Manager APM Web IIS 7”&lt;/strong&gt; MP - &lt;a rel=&quot;nofollow&quot; title=&quot;http://technet.microsoft.com/en-us/library/hh916929.aspx&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/hh916929.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/hh916929.aspx&lt;/a&gt; ; keep in mind that for IIS8 in SP1 there is an equivalent MP &lt;strong&gt;“Operations Manager APM Web IIS 8”&lt;/strong&gt; and equivalent discoveries/rules. As described in the documentation, those rules work by searching specific file extensions, and discovering “ASP.NET applications” or “ASP.NET webservices”, depending on what they find (or what you tell them to find, via those overrides).&lt;/p&gt;  &lt;p&gt;Also, there is one more rule for IIS-Hosted WCF endpoints which is not documented, that works pretty much the same way: it looks for *.svc file and use that to find WCF web services (objects of type &lt;strong&gt;“IIS Hosted WCF Web Service Endpoint”&lt;/strong&gt; - this is a separate discovery in another MP (that is why it isn’t currently documented), but essentially is the same idea… in this case there is an actual DISCOVERY (not a rule) with an override-able property to look for different file extensions than “.svc” (screenshot from SP1 build… in RTM I the display name was slightly different, but it can be found in the same MP, same target…). This will find WCF services in both IIS7 and IIS8. Here it is:&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/1778.clip_5F00_image002_5F00_229987A1.jpg&quot;&gt;&lt;img title=&quot;IIS WCF Web Service Discovery Rule&quot; style=&quot;border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;&quot; border=&quot;0&quot; alt=&quot;IIS WCF Web Service Discovery Rule&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/3426.clip_5F00_image002_5F00_thumb_5F00_1B7A4B29.jpg&quot; width=&quot;845&quot; height=&quot;51&quot;/&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;If you need more information about the various endpoints – look at the query and report here: &lt;a rel=&quot;nofollow&quot; title=&quot;http://blogs.technet.com/b/momteam/archive/2012/08/22/apm-configured-endpoint-report.aspx&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/momteam/archive/2012/08/22/apm-configured-endpoint-report.aspx&quot;&gt;http://blogs.technet.com/b/momteam/archive/2012/08/22/apm-configured-endpoint-report.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h2&gt;Disclaimer&lt;/h2&gt;  &lt;p&gt;Before we set off, I just want to leave with a disclaimer that&amp;#160; a lot of the overrides above (especially those related to throttling) can be lead you into an “unsupported” or “not recommended” state – increasing throttling limits can have a performance impact on your application: we put them in place to avoid overhead, and we think these to be useful as they are. Also, it is not guarantee they will work as described in future releases, and might even prevent upgrading in some cases. Also, as usual, this posting is provided &amp;quot;AS IS&amp;quot; with no warranties, and confers no rights. Use of included utilities are subject to the terms specified at &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/info/cpyright.htm&quot;&gt;http://www.microsoft.com/info/cpyright.htm&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;With this in mind, I hope this journey into APM overrides was useful to understand how things work! Happy customization, and ‘till next time!&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3541646&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3541646</guid>
         <pubDate>Wed, 19 Dec 2012 00:41:47 +0000</pubDate>
      </item>
      <item>
         <title>OpsMgr Windows Server 2012 Management Packs</title>
         <link>http://blogs.technet.com/b/kevinholman/archive/2012/12/17/opsmgr-windows-server-2012-management-packs.aspx</link>
         <description>&lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;I wanted to put together a list of all recently released MP’s which surround the Windows Server 2012 Operating System release, and the roles and feature MP’s that support it.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;I’ll update this as new MP’s release.&amp;#160; &lt;strong&gt;Last updated 1/17/2013&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; width=&quot;642&quot; border=&quot;1&quot;&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td width=&quot;248&quot;&gt;Management Pack&lt;/td&gt;        &lt;td width=&quot;392&quot;&gt;Download Link&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width=&quot;248&quot;&gt;AD Certificate Services (ADCS)&lt;/td&gt;        &lt;td width=&quot;392&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=34765&quot;&gt;http://www.microsoft.com/en-us/download/details.aspx?id=34765&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width=&quot;248&quot;&gt;AD Federation Services (ADFS)&lt;/td&gt;        &lt;td width=&quot;392&quot;&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=19265&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=19265&quot;&gt;http://www.microsoft.com/en-us/download/details.aspx?id=19265&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width=&quot;248&quot;&gt;AD Rights Management Services (ADRMS)&lt;/td&gt;        &lt;td width=&quot;392&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=34766&quot;&gt;http://www.microsoft.com/en-us/download/details.aspx?id=34766&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width=&quot;248&quot;&gt;File Services&lt;/td&gt;        &lt;td width=&quot;392&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=34970&quot;&gt;http://www.microsoft.com/en-us/download/details.aspx?id=34970&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width=&quot;248&quot;&gt;Hyper-V&lt;/td&gt;        &lt;td width=&quot;392&quot;&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=36438&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=36438&quot;&gt;http://www.microsoft.com/en-us/download/details.aspx?id=36438&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width=&quot;248&quot;&gt;IIS&lt;/td&gt;        &lt;td width=&quot;392&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=34767&quot;&gt;http://www.microsoft.com/en-us/download/details.aspx?id=34767&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width=&quot;248&quot;&gt;Network Access Protection&lt;/td&gt;        &lt;td width=&quot;392&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=35365&quot;&gt;http://www.microsoft.com/en-us/download/details.aspx?id=35365&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width=&quot;248&quot;&gt;Power Management&lt;/td&gt;        &lt;td width=&quot;392&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=34806&quot;&gt;http://www.microsoft.com/en-us/download/details.aspx?id=34806&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width=&quot;248&quot;&gt;Print Services&lt;/td&gt;        &lt;td width=&quot;392&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=3290&quot;&gt;http://www.microsoft.com/en-us/download/details.aspx?id=3290&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width=&quot;248&quot;&gt;Remote Desktop Services (RDS)&lt;/td&gt;        &lt;td width=&quot;392&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=35812&quot;&gt;http://www.microsoft.com/en-us/download/details.aspx?id=35812&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width=&quot;248&quot;&gt;Windows Operating System&lt;/td&gt;        &lt;td width=&quot;392&quot;&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=9296&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=9296&quot;&gt;http://www.microsoft.com/en-us/download/details.aspx?id=9296&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width=&quot;248&quot;&gt;Windows Server Backup &lt;/td&gt;        &lt;td width=&quot;392&quot;&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=36390&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=36390&quot;&gt;http://www.microsoft.com/en-us/download/details.aspx?id=36390&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3541254&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3541254</guid>
         <pubDate>Mon, 17 Dec 2012 14:28:37 +0000</pubDate>
      </item>
      <item>
         <title>OpsMgr MP Update: Lync Server 2010 MP version 4.0.7577.203</title>
         <link>http://blogs.technet.com/b/kevinholman/archive/2012/12/17/opsmgr-mp-update-lync-server-2012-mp-version-4-0-7577-203.aspx</link>
         <description>&lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Download:&amp;#160; &lt;a rel=&quot;nofollow&quot; title=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=12375&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=12375&quot;&gt;http://www.microsoft.com/en-us/download/details.aspx?id=12375&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; name=&quot;_Toc342303332&quot;&gt;Changes in This Update&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Version 4.0.7577.203 of the Lync Server 2010 Management Pack includes the following changes:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Added functionality to support co-existence of management packs during migration from Lync Server 2010 to Lync Server 2013. For more information, see Coexistence with Lync Server 2013 Management Packs in the guide. &lt;/li&gt;    &lt;li&gt;Fixed an issue that caused alerts from non-Windows computers that were not used by Lync. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Mostly this is about co-existing with a migration to Lync 2013, however the second bullet affect a lot of people, especially Unix/Linux machines where they generated an alert about a run-as account.&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3541247&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3541247</guid>
         <pubDate>Mon, 17 Dec 2012 13:33:45 +0000</pubDate>
      </item>
      <item>
         <title>MP Update:  Printer MP 6.0.7004.0 adds support for WS2012 and WS2008R2</title>
         <link>http://blogs.technet.com/b/kevinholman/archive/2012/12/12/mp-update-printer-mp-6-0-7004-0-adds-support-for-ws2012-and-ws2008r2.aspx</link>
         <description>&lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Download:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=3290&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=3290&quot;&gt;http://www.microsoft.com/en-us/download/details.aspx?id=3290&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;I previously wrote about the older MP and some challenges and workarounds here:&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://blogs.technet.com/b/kevinholman/archive/2008/08/27/print-server-mp-updated-added-support-for-server-2008-to-6-0-6392-0.aspx&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/kevinholman/archive/2008/08/27/print-server-mp-updated-added-support-for-server-2008-to-6-0-6392-0.aspx&quot;&gt;http://blogs.technet.com/b/kevinholman/archive/2008/08/27/print-server-mp-updated-added-support-for-server-2008-to-6-0-6392-0.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://blogs.technet.com/b/kevinholman/archive/2010/11/10/how-to-monitor-print-services-on-server-2008-r2.aspx&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/kevinholman/archive/2010/11/10/how-to-monitor-print-services-on-server-2008-r2.aspx&quot;&gt;http://blogs.technet.com/b/kevinholman/archive/2010/11/10/how-to-monitor-print-services-on-server-2008-r2.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;This new MP update fixes the discovery so that print services will be monitored correctly on Windows Server 2008 R2, in addition to adding support for Windows Server 2012.&amp;#160; If you were using my addendum management pack – you can delete that when you upgrade to this version.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color=&quot;#0000ff&quot; size=&quot;4&quot;&gt;What’s in the MP?&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Microsoft.Windows.Server.PrintServer.Library.mp&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Contains class definitions.&lt;/li&gt;    &lt;li&gt;4 classes&lt;/li&gt;    &lt;li&gt;2 discoveries&lt;/li&gt;    &lt;li&gt;2 groups&lt;/li&gt;    &lt;li&gt;12 views&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;Microsoft.Windows.Server.PrintServer.2008.mp&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Discovers and monitors the 2008 and 2008R2 Print servers&lt;/li&gt;    &lt;li&gt;73 monitors&lt;/li&gt;    &lt;li&gt;37 Rules&lt;/li&gt;    &lt;li&gt;3 discoveries&lt;/li&gt;    &lt;li&gt;3 classes&lt;/li&gt;    &lt;li&gt;45 Overrides&lt;/li&gt;    &lt;li&gt;1 Group&lt;/li&gt;    &lt;li&gt;6 Views&lt;/li&gt;    &lt;li&gt;2 Tasks&lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;Seeing this many overrides in a sealed MP was alarming, at first.&amp;#160; The reason for this – is that there is a difference in the Event Log source between Windows 2008 and Windows 2008 R2.&amp;#160; Therefore – they duplicated each monitor where applicable, and then disabled the 2008 one for 2008R2 computers, and enabled the (disabled by default) duplicated monitors for 2008R2.&amp;#160; A fairly simple approach that should work… and hopefully not complain about missing event sources.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Microsoft.Windows.Server.PrintServer.2012.mp&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Discovers and monitors the 2012 Print Server role&lt;/li&gt;    &lt;li&gt;49 monitors&lt;/li&gt;    &lt;li&gt;17 Rules&lt;/li&gt;    &lt;li&gt;3 discoveries&lt;/li&gt;    &lt;li&gt;3 classes&lt;/li&gt;    &lt;li&gt;1 Group&lt;/li&gt;    &lt;li&gt;6 Views&lt;/li&gt;    &lt;li&gt;2 Tasks&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;Microsoft.Windows.Server.PrintServer.mp&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Discovers and Monitors the 2003 Print Server Role.&lt;/li&gt;    &lt;li&gt;I don't recommend importing this MP into SCOM 2012.&amp;#160; This MP still leverages the backwards compatible MP because this MP is a conversion MP from MOM 2005.&lt;/li&gt;    &lt;li&gt;1 Monitor (spooler service)&lt;/li&gt;    &lt;li&gt;22 Rules&lt;/li&gt;    &lt;li&gt;2 Discoveries&lt;/li&gt;    &lt;li&gt;4 Classes&lt;/li&gt;    &lt;li&gt;1 Group&lt;/li&gt;    &lt;li&gt;5 Views&lt;/li&gt;    &lt;li&gt;4 Tasks&lt;/li&gt;    &lt;li&gt;1 Report&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The monitoring views are nice and clean:&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-10-metablogapi/5488.image_5F00_410F1388.png&quot;&gt;&lt;img title=&quot;image&quot; style=&quot;display:inline;&quot; border=&quot;0&quot; alt=&quot;image&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-10-metablogapi/8424.image_5F00_thumb_5F00_12B58DDB.png&quot; width=&quot;597&quot; height=&quot;196&quot;/&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;We can see the health of all our Print Servers, and their corresponding Printers (Queues)&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-10-metablogapi/0511.image_5F00_4B6037E8.png&quot;&gt;&lt;img title=&quot;image&quot; style=&quot;display:inline;&quot; border=&quot;0&quot; alt=&quot;image&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-10-metablogapi/3323.image_5F00_thumb_5F00_58C64AEE.png&quot; width=&quot;770&quot; height=&quot;194&quot;/&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-10-metablogapi/7851.image_5F00_3F5E47B4.png&quot;&gt;&lt;img title=&quot;image&quot; style=&quot;display:inline;&quot; border=&quot;0&quot; alt=&quot;image&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-10-metablogapi/4705.image_5F00_thumb_5F00_69CA78D1.png&quot; width=&quot;740&quot; height=&quot;453&quot;/&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The majority of monitors in this MP are 2-state event log monitors.&amp;#160; There are 2 service monitors, and 3 performance monitors.&amp;#160; Very straightforward.&lt;/p&gt;  &lt;p&gt;The MP guide is straightforward as well, and includes a list of all the rules and monitors.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;My only advice – is that if you have LARGE print servers with several hundred print queues, the instance count of monitored devices on those agents might be very large, so keep in mind two things.&amp;#160; 1.&amp;#160; You might need to watch the memory utilization of the Healthservice and/or MonitoringHost and make sure your agent doesn't start bouncing due to going over the 300MB default threshold.&amp;#160; 2.&amp;#160; You might consider disabling this perf collection for the print queues, unless you desire it for reports.&amp;#160; On large print servers, this can result in a large amount of performance data being collected.&lt;/p&gt;  &lt;p&gt;And added feature to consider – is to add a recovery to your Print Spooler service.&amp;#160; This will automatically start the print spooler in the case of a service outage/crash.&amp;#160; A simple recovery is documented here:&amp;#160; &lt;a rel=&quot;nofollow&quot; title=&quot;http://blogs.technet.com/b/kevinholman/archive/2008/03/26/using-a-recovery-in-opsmgr-basic.aspx&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/kevinholman/archive/2008/03/26/using-a-recovery-in-opsmgr-basic.aspx&quot;&gt;http://blogs.technet.com/b/kevinholman/archive/2008/03/26/using-a-recovery-in-opsmgr-basic.aspx&lt;/a&gt;&amp;#160; Alternatively – use Service Control Manager to set recovery actions for your spooler services.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color=&quot;#0000ff&quot; size=&quot;4&quot;&gt;Summary:&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Looks like a nice, clean MP.&amp;#160; Simple, monitors for the most critical situations, and targets the right data.&amp;#160; Presentation is good as well.&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3540430&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3540430</guid>
         <pubDate>Wed, 12 Dec 2012 15:53:03 +0000</pubDate>
      </item>
      <item>
         <title>Monitoring ConfigMgr 2012 with OpsMgr</title>
         <link>http://blogs.technet.com/b/kevinholman/archive/2012/12/11/monitoring-configmgr-2012-with-opsmgr.aspx</link>
         <description>&lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;As with almost all Microsoft products, there is an MP to monitor ConfigMgr 2012.&amp;#160; This MP is such a divergence from the previous ConfigMgr 2007 MP, I wanted to take a moment and point out the differences.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Not a conversion MP!&lt;/strong&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The previous ConfigMgr 2007 MP was actually a conversion MP from MOM 2005.&amp;#160; This caused major issues in supporting that management pack, and there were a long list of things that needed “fixing” along the way, which resulted in required updates to the MP.&amp;#160; The ConfigMgr 2012 MP was written from the ground up alongside ConfigMgr 2012.&amp;#160; It plugs directly into the registry and WMI to connect to the built in health analyzer in ConfigMgr.&amp;#160; Because it is not a conversion MP, there is no longer a dependency on the backwards compatibility MP.&amp;#160; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;NO SCRIPTS in the Monitoring MP!&lt;/strong&gt;&amp;#160; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The previous MP has about 12 scripts, which fed hundreds of rules which generate alerts.&amp;#160; These scripts were problematic, and left very few options for override tuning.&amp;#160; Now the MP primarily uses shared datasources which leverage WMI or registry data.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Lines of code&lt;/strong&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The precious MP had 125,000+ lines of code in the XML.&amp;#160; The new MP has less than 40,000.&amp;#160; That is a huge reduction.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Number of workflows&lt;/strong&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The previous MP had over 900 rules.&amp;#160; The current MP has 214 rules, and only ONE is enabled out of the box!&amp;#160; All the monitoring comes from Monitors now&lt;strong&gt;.&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Disabled workflows out of the box.&lt;/strong&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Out of the box, the 2012 MP ships with ALL performance collection rules disabled.&amp;#160; This allows the customer to turn these on if they desire all this performance data in their console or for reporting.&amp;#160; This lessens the impact of the MP on the monitored servers, and the SCOM infrastructure.&amp;#160; Additionally, there are many monitors that are disabled out of the box, due to uncommon monitoring scenarios, un-deployed roles, or potential noise.&amp;#160; The guide neatly calls these out.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;A well documented guide and appendix.&lt;/strong&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The current MP ships with a REALLY well documented MP guide that explains what is necessary to get the MP working, and an appendix which outlines every class, and detailed information about each discovery, rule, or monitor, including data source info.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Simpler health rollup and class&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;This thing is so simple – its beautiful!&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-10-metablogapi/6740.image_5F00_36179A30.png&quot;&gt;&lt;img title=&quot;image&quot; style=&quot;display:inline;&quot; border=&quot;0&quot; alt=&quot;image&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-10-metablogapi/7024.image_5F00_thumb_5F00_555A4103.png&quot; width=&quot;532&quot; height=&quot;678&quot;/&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Here is a breakdown on the MP:&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color=&quot;#0000ff&quot; size=&quot;4&quot;&gt;What does it do???&amp;#160; (Key Monitoring Scenarios)&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Replication Health&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt; SQL replication between sites&lt;/li&gt;      &lt;li&gt; Primary &amp;gt; CAS &amp;gt; Primary&lt;/li&gt;      &lt;li&gt; Primary to Secondary&lt;/li&gt;      &lt;li&gt; Receiving and Sending&lt;/li&gt;   &lt;/ul&gt;    &lt;li&gt;Replication Configuration&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt; Service broker validity&lt;/li&gt;      &lt;li&gt; SQL port&lt;/li&gt;      &lt;li&gt; SQL firewall port&lt;/li&gt;      &lt;li&gt; SQL disk space&lt;/li&gt;      &lt;li&gt; SQL DB certificate validity&lt;/li&gt;   &lt;/ul&gt;    &lt;li&gt; Backup and Recovery status&lt;/li&gt;    &lt;li&gt; Component Availability&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt; Inbox Manager&lt;/li&gt;      &lt;li&gt; Site component manager&lt;/li&gt;      &lt;li&gt; Management Point&lt;/li&gt;      &lt;li&gt; Outbox&lt;/li&gt;      &lt;li&gt; WSUS&lt;/li&gt;      &lt;li&gt; Site System status&lt;/li&gt;      &lt;li&gt; Deployment Status&lt;/li&gt;      &lt;li&gt; Component status&lt;/li&gt;   &lt;/ul&gt;    &lt;li&gt; Service Availability&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt; Alert on critical service status&lt;/li&gt;      &lt;ul&gt;       &lt;li&gt;SMSexec&lt;/li&gt;        &lt;li&gt; SMS Agent Host&lt;/li&gt;     &lt;/ul&gt;      &lt;li&gt; Dependent services&lt;/li&gt;      &lt;ul&gt;       &lt;li&gt; WMI&lt;/li&gt;        &lt;li&gt; SQL&lt;/li&gt;        &lt;li&gt; IIS&lt;/li&gt;        &lt;li&gt; BITS&lt;/li&gt;        &lt;li&gt; WSUS&lt;/li&gt;     &lt;/ul&gt;   &lt;/ul&gt;    &lt;li&gt; Server Role Availability&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt; Asset intelligence&lt;/li&gt;      &lt;li&gt; Management Point&lt;/li&gt;      &lt;li&gt; Reporting Point&lt;/li&gt;      &lt;li&gt; Software Updates&lt;/li&gt;      &lt;li&gt; Distribution point&lt;/li&gt;      &lt;li&gt; Application catalog&lt;/li&gt;      &lt;li&gt; Enrollment point&lt;/li&gt;      &lt;li&gt; Fallback status&lt;/li&gt;      &lt;li&gt; Endpoint protection&lt;/li&gt;   &lt;/ul&gt;    &lt;li&gt; Backlog monitoring (DDR, Inventory)&lt;/li&gt;    &lt;li&gt; General Health (Process/Processor)&lt;/li&gt;    &lt;li&gt; Database connection status&lt;/li&gt;    &lt;li&gt; Software update synchronization (WSUS)&lt;/li&gt;    &lt;li&gt; DP Configuration&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;font color=&quot;#0000ff&quot; size=&quot;4&quot;&gt;&lt;strong&gt;What’s in the MP?&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Microsoft.SystemCenter2012.ConfigurationManager.Library.mp&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt; 13 Discoveries&lt;/li&gt;    &lt;li&gt; 84 Classes&lt;/li&gt;    &lt;li&gt; 14 Groups&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;Microsoft.SystemCenter2012.ConfigurationManager.Discovery.mp&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;13 Discoveries&lt;/li&gt;    &lt;li&gt; 2 Classes&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;Microsoft.SystemCenter2012.ConfigurationManager.Monitoring.mp&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt; 145 Monitors&lt;/li&gt;    &lt;li&gt; 214 Rules (all but one disabled)&lt;/li&gt;    &lt;li&gt; 199 Monitoring Views&lt;/li&gt;    &lt;li&gt; 34 Reports&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;font color=&quot;#0000ff&quot; size=&quot;4&quot;&gt;&lt;strong&gt;What’s required from a configuration perspective?&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Not much!&amp;#160; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Make sure your agents run as Local System&lt;/li&gt;    &lt;li&gt;Enable agent proxy for site servers&lt;/li&gt;    &lt;li&gt;Create an override MP for your tuning specific to this MP.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Optional configuration:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Check out the disabled rules and monitors documented in the guide and see if you want them enabled.&lt;/li&gt;    &lt;li&gt;52 performance threshold monitors that might need to be adjusted for your environment (see guide)&lt;/li&gt;    &lt;li&gt;15 manual reset monitors.&amp;#160; Optionally disable these and enable 15 rules which are corresponding to these, if your organization cannot support manual reset monitors (most cannot)&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Distribution &lt;/p&gt;  &lt;p&gt;&lt;font color=&quot;#0000ff&quot; size=&quot;4&quot;&gt;&lt;strong&gt;Summary:&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Looks like a solid MP, very simple to deploy, configure, and LIGHT YEARS better than that ConfigMgr 2007 MP.&amp;#160; Very nice!&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;With the new dashboarding capabilities in OpsMgr – creating a single pane of glass for the ConfigMgr team was never simpler:&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-10-metablogapi/8081.image_5F00_62542114.png&quot;&gt;&lt;img title=&quot;image&quot; style=&quot;display:inline;&quot; border=&quot;0&quot; alt=&quot;image&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-10-metablogapi/0167.image_5F00_thumb_5F00_73C481EC.png&quot; width=&quot;650&quot; height=&quot;677&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3540245&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3540245</guid>
         <pubDate>Tue, 11 Dec 2012 23:03:29 +0000</pubDate>
      </item>
      <item>
         <title>New Print Server Management Pack Supports Windows Server 2008 R2 and Windows Server 2012</title>
         <link>http://blogs.technet.com/b/momteam/archive/2012/12/10/updated-release-windows-server-print-server-management-pack-for-system-center-operations-manager.aspx</link>
         <description>&lt;p&gt;A new version of the print server management pack adds support for Windows Server 2008 R2 and Windows Server 2012.&amp;#160; The management pack can be used in Operations Manager 2007 R2 or in System Center 2012 – Operations Manager.&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h4&gt;Overview&lt;/h4&gt;  &lt;p&gt;The Microsoft Windows Server Print Server Management Pack monitors the performance and availability of print servers running on Windows 2000 Server, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, and Windows Server 2012. In addition to monitoring the health of print servers, the management pack can also provide insight into the status of shared printers. By detecting, alerting on, and automatically responding to critical events and performance indicators, this management pack helps indicate, correct, and prevent possible operating system service outages. &lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;&lt;b&gt;Feature Summary&lt;/b&gt;    &lt;br /&gt;The management pack provides functionality to:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Monitor performance and Windows events &lt;/li&gt;    &lt;li&gt;Display detailed monitoring data through views &lt;/li&gt;    &lt;li&gt;Allow operator to manage print servers &lt;/li&gt;    &lt;li&gt;Ensure correct configurations&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The downloadable management pack and documentation can be found here:&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=3290&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=3290&quot;&gt;http://www.microsoft.com/en-us/download/details.aspx?id=3290&lt;/a&gt;&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3539857&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3539857</guid>
         <pubDate>Mon, 10 Dec 2012 17:45:50 +0000</pubDate>
      </item>
      <item>
         <title>KB: Description of the cumulative update for Lync Server 2010 Monitoring Management Pack: December 2012</title>
         <link>http://blogs.technet.com/b/momteam/archive/2012/12/10/kb-description-of-the-cumulative-update-for-lync-server-2010-monitoring-management-pack-december-2012.aspx</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://support.microsoft.com/kb/2742265&quot;&gt;&lt;img title=&quot;image&quot; border=&quot;0&quot; alt=&quot;image&quot; align=&quot;left&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/6052.image_5F00_05282D91.png&quot; width=&quot;85&quot; height=&quot;84&quot;/&gt;&lt;/a&gt;This cumulative update fixes the issue that is documented in the following Microsoft Knowledge Base (KB) article: &lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://support.microsoft.com/kb/2735318&quot;&gt;2735318&lt;/a&gt; You receive Secure Reference Override Failure warnings after you install Monitoring Management Pack in System Center Operations Manager in a Lync Server 2010 environment (&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://support.microsoft.com/kb/2735318/&quot;&gt;http://support.microsoft.com/kb/2735318/&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;For all the details and a download link please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://support.microsoft.com/kb/2742265&quot;&gt;2742265&lt;/a&gt; Description of the cumulative update for Lync Server 2010 Monitoring Management Pack: December 2012 (&lt;a rel=&quot;nofollow&quot; title=&quot;http://support.microsoft.com/kb/2742265&quot; target=&quot;_blank&quot; href=&quot;http://support.microsoft.com/kb/2742265&quot;&gt;http://support.microsoft.com/kb/2742265&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| Knowledge Engineer | Management and Security Division&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color=&quot;#c0504d&quot;&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410&quot;&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color=&quot;#c0504d&quot;&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://twitter.com/#!/MS_SystemCenter&quot;&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410&quot;&gt;&lt;img title=&quot;clip_image001&quot; border=&quot;0&quot; alt=&quot;clip_image001&quot; src=&quot;http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif&quot; width=&quot;89&quot; height=&quot;21&quot;/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.twitter.com/MS_SystemCenter&quot;&gt;&lt;img title=&quot;clip_image002&quot; border=&quot;0&quot; alt=&quot;clip_image002&quot; src=&quot;http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif&quot; width=&quot;89&quot; height=&quot;21&quot;/&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;System Center All Up: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/systemcenter/&quot;&gt;http://blogs.technet.com/b/systemcenter/&lt;/a&gt;     &lt;br /&gt;System Center – Configuration Manager Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/configurationmgr/&quot;&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;System Center – Data Protection Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/dpm/&quot;&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;System Center – Orchestrator Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/orchestrator/&quot;&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;System Center – Operations Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/momteam/&quot;&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;System Center – Service Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/servicemanager&quot;&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center – Virtual Machine Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/scvmm&quot;&gt;http://blogs.technet.com/scvmm&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Windows Intune: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/windowsintune/&quot;&gt;http://blogs.technet.com/b/windowsintune/&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/sus/&quot;&gt;http://blogs.technet.com/sus/&lt;/a&gt;     &lt;br /&gt;The AD RMS blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/rmssupp/&quot;&gt;http://blogs.technet.com/b/rmssupp/&lt;/a&gt; &lt;/p&gt; App-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/appv/&quot;&gt;http://blogs.technet.com/appv/&lt;/a&gt;   &lt;br /&gt;MED-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/medv/&quot;&gt;http://blogs.technet.com/medv/&lt;/a&gt;   &lt;br /&gt;Server App-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/serverappv&quot;&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;   &lt;p&gt;The Forefront Endpoint Protection blog : &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/clientsecurity/&quot;&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.msdn.com/b/ms-identity-support/&quot;&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/isablog/&quot;&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/edgeaccessblog/&quot;&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3539814&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3539814</guid>
         <pubDate>Mon, 10 Dec 2012 16:30:01 +0000</pubDate>
      </item>
      <item>
         <title>Now available: Windows Server 2012 Essentials Management Pack for OpsMgr 2012</title>
         <link>http://blogs.technet.com/b/momteam/archive/2012/12/06/now-available-windows-server-2012-essentials-management-pack-for-opsmgr-2012.aspx</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=35560&quot;&gt;&lt;img style=&quot;background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;float:left;border-top:0px;border-right:0px;padding-top:0px;&quot; title=&quot;download&quot; border=&quot;0&quot; alt=&quot;download&quot; align=&quot;left&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/0602.download_5F00_5322D732.jpg&quot; width=&quot;85&quot; height=&quot;69&quot;/&gt;&lt;/a&gt;The System Center Monitoring Pack for Windows Server 2012 Essentials helps you monitor features that are specific to Windows Server 2012 Essentials. It does not monitor features in the Windows Server 2012 operating system. To monitor features in Windows Server 2012 Essentials, you should import the following monitoring packs: &lt;/p&gt;  &lt;p&gt;- System Center Monitoring Pack for Windows Server 2012 Essentials &lt;/p&gt;  &lt;p&gt;- System Center Monitoring Pack for Windows Server 2012 Standard&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Note&lt;/b&gt; The System Center Monitoring Pack for Windows Server 2012 Essentials provides monitoring functions for the health alert system in Windows Server 2012 Essentials to help manage large numbers of servers running Windows Server 2012 Essentials that are dedicated to different small business companies. The monitoring functions in this version only include critical alerts in the system. &lt;/p&gt;  &lt;p&gt;For all the details and a download link please see the following:&lt;/p&gt;  &lt;p&gt;Windows Server 2012 Essentials Management Pack - &lt;a rel=&quot;nofollow&quot; title=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=35560&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=35560&quot;&gt;http://www.microsoft.com/en-us/download/details.aspx?id=35560&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| Knowledge Engineer | Management and Security Division&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color=&quot;#c0504d&quot;&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410&quot;&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color=&quot;#c0504d&quot;&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://twitter.com/#!/MS_SystemCenter&quot;&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410&quot;&gt;&lt;img title=&quot;clip_image001&quot; border=&quot;0&quot; alt=&quot;clip_image001&quot; src=&quot;http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif&quot; width=&quot;89&quot; height=&quot;21&quot;/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.twitter.com/MS_SystemCenter&quot;&gt;&lt;img title=&quot;clip_image002&quot; border=&quot;0&quot; alt=&quot;clip_image002&quot; src=&quot;http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif&quot; width=&quot;89&quot; height=&quot;21&quot;/&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;System Center All Up: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/systemcenter/&quot;&gt;http://blogs.technet.com/b/systemcenter/&lt;/a&gt;     &lt;br /&gt;System Center – Configuration Manager Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/configurationmgr/&quot;&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;System Center – Data Protection Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/dpm/&quot;&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;System Center – Orchestrator Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/orchestrator/&quot;&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;System Center – Operations Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/momteam/&quot;&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;System Center – Service Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/servicemanager&quot;&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center – Virtual Machine Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/scvmm&quot;&gt;http://blogs.technet.com/scvmm&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Windows Intune: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/windowsintune/&quot;&gt;http://blogs.technet.com/b/windowsintune/&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/sus/&quot;&gt;http://blogs.technet.com/sus/&lt;/a&gt;     &lt;br /&gt;The AD RMS blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/rmssupp/&quot;&gt;http://blogs.technet.com/b/rmssupp/&lt;/a&gt; &lt;/p&gt; App-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/appv/&quot;&gt;http://blogs.technet.com/appv/&lt;/a&gt;   &lt;br /&gt;MED-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/medv/&quot;&gt;http://blogs.technet.com/medv/&lt;/a&gt;   &lt;br /&gt;Server App-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/serverappv&quot;&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;   &lt;p&gt;The Forefront Endpoint Protection blog : &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/clientsecurity/&quot;&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.msdn.com/b/ms-identity-support/&quot;&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/isablog/&quot;&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/edgeaccessblog/&quot;&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3539275&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3539275</guid>
         <pubDate>Thu, 06 Dec 2012 19:57:54 +0000</pubDate>
      </item>
      <item>
         <title>Microsoft Management Summit (MMS) 2013 Registration Now Open</title>
         <link>http://blogs.technet.com/b/systemcenter/archive/2012/12/05/microsoft-management-summit-mms-2013-registration-now-open.aspx</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-30-metablogapi/2630.image_5F00_145AB61E.png&quot;&gt;&lt;img title=&quot;image&quot; style=&quot;display:inline;&quot; border=&quot;0&quot; alt=&quot;image&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-30-metablogapi/6431.image_5F00_thumb_5F00_4FAE1BDC.png&quot; width=&quot;531&quot; height=&quot;72&quot;/&gt;&lt;/a&gt; &lt;/p&gt;&lt;p&gt;The Microsoft Management Summit (MMS) 2013 is going to be held in Las Vegas again next year.&amp;#160; The date is set – April 8-12, 2013.&amp;#160; MMS is the &lt;em&gt;can’t miss&lt;/em&gt; Microsoft conference dedicated just to management.&amp;#160; You don’t want to miss out on five days of hands on labs, presentations, and community events with Microsoft engineering leaders, MVPs, and other industry veterans!&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-30-metablogapi/2234.image_5F00_4822AC6F.png&quot;&gt;&lt;img title=&quot;image&quot; style=&quot;display:inline;&quot; border=&quot;0&quot; alt=&quot;image&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-30-metablogapi/5344.image_5F00_thumb_5F00_519B6AE5.png&quot; width=&quot;707&quot; height=&quot;326&quot;/&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;MMS 2012 sold out very early in record time.&amp;#160; Don’t miss out this year.&amp;#160; Register &lt;strong&gt;early&lt;/strong&gt;!&amp;#160; The new web site is up. Registration is open.&lt;/p&gt;  &lt;p&gt;Why you should attend (or why your boss should want to approve your travel):&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; title=&quot;http://www.2013mms.com/why&quot; target=&quot;_blank&quot; href=&quot;http://www.2013mms.com/why&quot;&gt;http://www.2013mms.com/why&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Connect up with MMS on Facebook and Twitter for all the latest info!&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.facebook.com/microsoftmanagementsummit&quot;&gt;&lt;img title=&quot;image&quot; style=&quot;display:inline;&quot; border=&quot;0&quot; alt=&quot;image&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-30-metablogapi/4377.image_5F00_3DA1D84F.png&quot; width=&quot;33&quot; height=&quot;33&quot;/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://twitter.com/mmsteam&quot;&gt;&lt;img title=&quot;image&quot; style=&quot;display:inline;&quot; border=&quot;0&quot; alt=&quot;image&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-30-metablogapi/3704.image_5F00_7CFF8BDF.png&quot; width=&quot;32&quot; height=&quot;32&quot;/&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.2013mms.com/Register&quot;&gt;&lt;img title=&quot;image&quot; style=&quot;display:inline;&quot; border=&quot;0&quot; alt=&quot;image&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-59-30-metablogapi/1050.image_5F00_6AB6C51D.png&quot; width=&quot;227&quot; height=&quot;57&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3538921&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3538921</guid>
         <pubDate>Wed, 05 Dec 2012 14:17:09 +0000</pubDate>
      </item>
      <item>
         <title>Manage new monitoring by self-service (light MP authoring with a pinch of Orchestrator magic)</title>
         <link>http://contoso.se/blog/?p=3400&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=manage-new-monitoring-by-self-service-light-mp-authoring-with-a-pinch-of-orchestrator-magic</link>
         <description>A common scenario I often see is that everyone in the IT organisation knows that Operations Manager can monitor everything and fulfill all requirements, but it is to complicated for different expert/administration teams to do anything in Operations Manager. For example if the Exchange team wants to monitor a event they need to ask the Operations Manager team to create the rule. [...]</description>
         <guid isPermaLink="false">http://contoso.se/blog/?p=3400</guid>
         <pubDate>Tue, 04 Dec 2012 21:04:49 +0000</pubDate>
         <content:encoded><![CDATA[<p>A common scenario I often see is that everyone in the IT organisation knows that Operations Manager can monitor everything and fulfill all requirements, but it is to complicated for different expert/administration teams to do anything in Operations Manager. For example if the Exchange team wants to monitor a event they need to ask the Operations Manager team to create the rule. Of course the Operations Manager team don&#8217;t have time to do that the same day, instead there is a delay and once the rule is created the Exchange team have already solve it in some other way. The result is that Operations Manager is not used as much as it should be used.</p>
<p>In previous posts I showed how to handle <a rel="nofollow" title="Automate Operations Manager with Orchestrator and Service Manager" target="_blank" href="http://contoso.se/blog/?p=2764">overwrites</a> and <a rel="nofollow" title="Building groups in Operations Manager, with a bit of Orchestrator magic" target="_blank" href="http://contoso.se/blog/?p=2963">groups</a> in Operations Manager with self-service in Service Manager and a bit Orchestrator. In this post I want to share a idea how to handle new monitoring, for example creating new rules from the Service Manager self-service portal.</p>
<p>My example starts with a service request in the Service Manager portal. A engineer goes in a request a new Windows event rule in Operations Manager. The engineer fills in event ID, rule name, which Windows Log, service/system and also alert name. A service request is created and in the service request there is a runbook activity.</p>
<p><a rel="nofollow" target="_blank" href="http://contoso.se/blog/wp-content/uploads/2012/12/20121204_MPAuth01.jpg"><img class="aligncenter size-medium wp-image-3405" title="20121204_MPAuth01" src="http://contoso.se/blog/wp-content/uploads/2012/12/20121204_MPAuth01-273x300.jpg" alt="" width="273" height="300"/></a></p>
<p>The runbook activity trigger a &#8220;master runbook&#8221;. The runbook first invoke a runbook that will find a suitable management pack, then invoke a runbook to create a new monitor or rule (I have only included the rule part so far), then it invokes a runbook to import the management pack into Operations Manager and finally it invokes a runbook to update the service request.</p>
<p><a rel="nofollow" target="_blank" href="http://contoso.se/blog/wp-content/uploads/2012/12/20121204_MPAuth02.jpg"><img class="aligncenter size-medium wp-image-3406" title="20121204_MPAuth02" src="http://contoso.se/blog/wp-content/uploads/2012/12/20121204_MPAuth02-300x129.jpg" alt="" width="300" height="129"/></a></p>
<p>The 60.3 Find MP runbook will find and return the management pack to use. It use the service parameter from the service request to select management pack. All management packs that are in products are stored in a &#8220;production&#8221; folder. The &#8220;Check if MP exists&#8221; activity checks if there is a management pack in that folder for the selected service. If there is, it makes a copy of it to a &#8220;archive&#8221; folder and returns the file path. If there is not a management pack it will write a new management pack file and return the path of that file. The &#8220;Write new MP file&#8221; activity will write all the needed XML code to a new XML file, it includes a number of input parameters.</p>
<p><a rel="nofollow" target="_blank" href="http://contoso.se/blog/wp-content/uploads/2012/12/20121204_MPAuth03.jpg"><img class="aligncenter size-medium wp-image-3408" title="20121204_MPAuth03" src="http://contoso.se/blog/wp-content/uploads/2012/12/20121204_MPAuth03-300x155.jpg" alt="" width="300" height="155"/></a></p>
<p>&nbsp;</p>
<p>The 60.2 Create Rule runbook will first translate targeting between the service parameter and the target parameter needed in the management pack. In my example I only have one target there, that is Windows 2008 Computer. The runbook then finds the &lt;Rules&gt;,&lt;DisplayStrings&gt; and the &lt;StringResources&gt; sections of the management pack and then adds the new rule. We use &#8220;Find&#8221; to know where in the management pack, on which line, to insert the new configuration. Each &#8220;Add Rule -&#8221; activity use input parameters when writing the new rule.</p>
<p><a rel="nofollow" target="_blank" href="http://contoso.se/blog/wp-content/uploads/2012/12/20121204_MPAuth04.jpg"><img class="aligncenter size-medium wp-image-3413" title="20121204_MPAuth04" src="http://contoso.se/blog/wp-content/uploads/2012/12/20121204_MPAuth04-300x79.jpg" alt="" width="300" height="79"/></a></p>
<p>&nbsp;</p>
<p><a rel="nofollow" target="_blank" href="http://contoso.se/blog/wp-content/uploads/2012/12/20121204_MPAuth06.jpg"><img class="aligncenter size-medium wp-image-3414" title="20121204_MPAuth06" src="http://contoso.se/blog/wp-content/uploads/2012/12/20121204_MPAuth06-300x194.jpg" alt="" width="300" height="194"/></a></p>
<p>The 60.5 Import MP runs a Powershell script to import the management pack into Operations Manager. The last runbook, 60.4 Update Service Request, will update the service request with some information about the new management pack.</p>
<p><a rel="nofollow" target="_blank" href="http://contoso.se/blog/wp-content/uploads/2012/12/20121204_MPAuth05.jpg"><img class="aligncenter size-medium wp-image-3410" title="20121204_MPAuth05" src="http://contoso.se/blog/wp-content/uploads/2012/12/20121204_MPAuth05-300x158.jpg" alt="" width="300" height="158"/></a></p>
<p>This example shows a way to use the self-service portal in Service Manager to order a new event rule in Operations Manager. Orchestrator builds the new rule in a management pack and import it into Operations Manager. A engineer that don&#8217;t know much about Operations Manager can still &#8220;author&#8221; a new rule and import it into Operations Manager. You could include approval step in the process and you can also include a check on the Orchestrator side to make sure the management pack and the new rule is according to best practices.</p>
<p>You can download my example runbooks here, <a rel="nofollow" target="_blank" href="http://contoso.se/blog/wp-content/uploads/2012/12/60-Create-OM-Rule.zip">60 Create OM Rule</a> , please note that this is provided “as is” with no warranties at all. This is not a production ready management pack or solution for your production environment, just a idea and an example.</p>
<p>vNext of this example could include version handling in each MP, should be easy to build with a couple of counters. Also information about the service request requesting the new management pack version could be included in the management pack description, shown in the Operations Manager console.</p>]]></content:encoded>
      </item>
      <item>
         <title>Integration Guide for Operations Manager</title>
         <link>http://blogs.technet.com/b/momteam/archive/2012/11/30/integration-guide-for-operations-manager.aspx</link>
         <description>&lt;p&gt;The Integration Guide for Operations Manager is now available at &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://social.technet.microsoft.com/wiki/contents/articles/12804.system-center-2012-integration-guide-operations-manager.aspx&quot;&gt;http://social.technet.microsoft.com/wiki/contents/articles/12804.system-center-2012-integration-guide-operations-manager.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The purpose of the Integration Guide is to provide you with an overview of the options for automating and integrating with the different System Center components.&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3535812&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3535812</guid>
         <pubDate>Sat, 01 Dec 2012 00:41:42 +0000</pubDate>
      </item>
      <item>
         <title>Now available: The OpsMgr 2012 Monitoring Pack for Microsoft Windows Server 2012 Remote Desktop Services</title>
         <link>http://blogs.technet.com/b/momteam/archive/2012/11/28/now-available-the-opsmgr-2012-monitoring-pack-for-microsoft-windows-server-2012-remote-desktop-services.aspx</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=35812&quot;&gt;&lt;img style=&quot;background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;float:left;border-top:0px;border-right:0px;padding-top:0px;&quot; title=&quot;download&quot; border=&quot;0&quot; alt=&quot;download&quot; align=&quot;left&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/6683.download_5F00_0A7F35FF.jpg&quot; width=&quot;85&quot; height=&quot;69&quot;/&gt;&lt;/a&gt;The &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=35812&quot;&gt;Remote Desktop Services Management Pack&lt;/a&gt; helps you manage your computers that are running Remote Desktop Services on Windows Server 2012 by monitoring the health of the following Remote Desktop Services role services:&lt;/p&gt;  &lt;p&gt;· Remote Desktop Session Host:&lt;b&gt; &lt;/b&gt;Remote Desktop Session Host (RD Session Host) enables a server to host RemoteApp programs or session-based desktops. Users can connect to RD Session Host servers in a session collection to run programs, save files, and use resources on those servers.&lt;/p&gt;  &lt;p&gt;· Remote Desktop Licensing: Remote Desktop Licensing (RD Licensing) manages the licenses required to connect to a Remote Desktop Session Host server or a virtual desktop. You can use RD Licensing to install, issue, and track the availability of licenses.&lt;/p&gt;  &lt;p&gt;· Remote Desktop Web Access: Remote Desktop Web Access (RD Web Access) enables users to access RemoteApp and Desktop Connection through the &lt;b&gt;Start&lt;/b&gt; menu on a computer that is running Windows 8, Windows 7, or through a web browser. RemoteApp and Desktop Connection provides a customized view of RemoteApp programs and session-based desktops in a session collection, and RemoteApp programs and virtual desktops in a virtual desktop collection.&lt;/p&gt;  &lt;p&gt;· Remote Desktop Gateway: Remote Desktop Gateway (RD Gateway) enables authorized users to connect to virtual desktops, RemoteApp programs, and session-based desktops on an internal corporate network from any Internet-connected device.&lt;/p&gt;  &lt;p&gt;· Remote Desktop Connection Broker: Remote Desktop Connection Broker (RD Connection Broker): &lt;/p&gt;  &lt;p&gt;· Allows users to reconnect to their existing virtual desktops, RemoteApp programs, and session-based desktops.&lt;/p&gt;  &lt;p&gt;· Enables you to evenly distribute the load among RD Session Host servers in a session collection or pooled virtual desktops in a pooled virtual desktop collection.&lt;/p&gt;  &lt;p&gt;· Provides access to virtual desktops in a virtual desktop collection.&lt;/p&gt;  &lt;p&gt;· Remote Desktop Virtualization Host: Remote Desktop Virtualization Host (RD Virtualization Host) integrates with Hyper-V to deploy pooled or personal virtual desktop collections within your organization by using RemoteApp and Desktop Connection.&lt;/p&gt;  &lt;p&gt;When there is problem with the availability or performance of one of these components, Microsoft System Center Operations Manager 2012 uses the Windows Server 2012 Remote Desktop Services Management Pack to detect the issue and alert you so that you can diagnose the problem and fix it.&lt;/p&gt;  &lt;p&gt;The management pack can help you identify issues before they disrupt your infrastructure, improving the availability and performance of the Windows-based servers that your business depends on.&lt;/p&gt;  &lt;p&gt;You can view all the details and download the Windows Server 2012 Remote Desktop Services MP here: &lt;a rel=&quot;nofollow&quot; title=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=35812&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=35812&quot;&gt;http://www.microsoft.com/en-us/download/details.aspx?id=35812&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| Knowledge Engineer | Management and Security Division&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color=&quot;#c0504d&quot;&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410&quot;&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color=&quot;#c0504d&quot;&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://twitter.com/#!/MS_SystemCenter&quot;&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410&quot;&gt;&lt;img title=&quot;clip_image001&quot; border=&quot;0&quot; alt=&quot;clip_image001&quot; src=&quot;http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif&quot; width=&quot;89&quot; height=&quot;21&quot;/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.twitter.com/MS_SystemCenter&quot;&gt;&lt;img title=&quot;clip_image002&quot; border=&quot;0&quot; alt=&quot;clip_image002&quot; src=&quot;http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif&quot; width=&quot;89&quot; height=&quot;21&quot;/&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/appv/&quot;&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;ConfigMgr Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/configurationmgr/&quot;&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;DPM Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/dpm/&quot;&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/medv/&quot;&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;Orchestrator Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/orchestrator/&quot;&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;Operations Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/momteam/&quot;&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;SCVMM Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/scvmm&quot;&gt;http://blogs.technet.com/scvmm&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/serverappv&quot;&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;     &lt;br /&gt;Service Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/servicemanager&quot;&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center Essentials Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/systemcenteressentials&quot;&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/sus/&quot;&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/fss/&quot;&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;     &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/clientsecurity/&quot;&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.msdn.com/b/ms-identity-support/&quot;&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/isablog/&quot;&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/edgeaccessblog/&quot;&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3535271&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3535271</guid>
         <pubDate>Wed, 28 Nov 2012 16:42:58 +0000</pubDate>
      </item>
      <item>
         <title>OpsMgr Blog: Now on iPhone, Android and Windows Phone</title>
         <link>http://blogs.technet.com/b/momteam/archive/2012/11/27/system-center-blogs-now-on-iphone-android-and-windows-phone.aspx</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/systemcenter&quot;&gt;&lt;img title=&quot;image&quot; border=&quot;0&quot; alt=&quot;image&quot; align=&quot;left&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-54-81-metablogapi/1563.image_5F00_16CA7A56.png&quot; width=&quot;60&quot; height=&quot;101&quot;/&gt;&lt;/a&gt;If you liked the original &lt;u&gt;System Center Blogs&lt;/u&gt; app that was published last year for &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/appv/archive/2011/03/30/like-our-system-center-blogs-now-you-have-an-app-for-that.aspx&quot;&gt;Windows Phone&lt;/a&gt; and &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/appv/archive/2011/05/10/the-system-center-blog-aggregator-app-is-now-available-on-android.aspx&quot;&gt;Android&lt;/a&gt;, you’ll be happy to know that both apps have now been updated, plus &lt;strong&gt;there is a new version now available for iOS&lt;/strong&gt;. The updates include bug fixes and feature additions as well as a current list of blogs that includes the major official Microsoft System Center related properties.&lt;/p&gt;  &lt;p&gt;As before, these are apps I created via &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.appmakr.com&quot;&gt;AppMakr&lt;/a&gt; (no affiliation) with the intention of simply making it easier for IT pros to keep up with all the latest news and information we publish regarding System Center, WSUS and our MDOP virtualization products. If you’re interested in more of the history and background behind this you can read about that in the original post &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/appv/archive/2011/03/30/like-our-system-center-blogs-now-you-have-an-app-for-that.aspx&quot;&gt;here&lt;/a&gt;, but if you want to skip all that and jump straight to loading them up and checking them out you can do a simple search for System Center via your phone or you can view them on the web using the links below:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.windowsphone.com/en-us/store/app/system-center-blogs/fe9b6ff1-8355-e011-854c-00237de2db9e&quot;&gt;System Center Blogs for Windows Phone&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://play.google.com/store/apps/details?id=com.appmakr.app156769&quot;&gt;System Center Blogs for Android&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://itunes.apple.com/app/system-center-blogs/id577565934?mt=8&quot;&gt;System Center Blogs for iPhone&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Enjoy!&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| Knowledge Engineer | Management and Security Division&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color=&quot;#c0504d&quot;&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410&quot;&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color=&quot;#c0504d&quot;&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://twitter.com/#!/MS_SystemCenter&quot;&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410&quot;&gt;&lt;img title=&quot;clip_image001&quot; border=&quot;0&quot; alt=&quot;clip_image001&quot; src=&quot;http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif&quot; width=&quot;89&quot; height=&quot;21&quot;/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.twitter.com/MS_SystemCenter&quot;&gt;&lt;img title=&quot;clip_image002&quot; border=&quot;0&quot; alt=&quot;clip_image002&quot; src=&quot;http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif&quot; width=&quot;89&quot; height=&quot;21&quot;/&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/appv/&quot;&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;ConfigMgr Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/configurationmgr/&quot;&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;DPM Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/dpm/&quot;&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/medv/&quot;&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;Orchestrator Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/orchestrator/&quot;&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;Operations Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/momteam/&quot;&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;SCVMM Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/scvmm&quot;&gt;http://blogs.technet.com/scvmm&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/serverappv&quot;&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;     &lt;br /&gt;Service Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/servicemanager&quot;&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center Essentials Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/systemcenteressentials&quot;&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/sus/&quot;&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/fss/&quot;&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;     &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/clientsecurity/&quot;&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.msdn.com/b/ms-identity-support/&quot;&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/isablog/&quot;&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/edgeaccessblog/&quot;&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3535031&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3535031</guid>
         <pubDate>Tue, 27 Nov 2012 18:31:53 +0000</pubDate>
      </item>
      <item>
         <title>System Center Blogs: Now on iPhone, Android and Windows Phone</title>
         <link>http://blogs.technet.com/b/systemcenter/archive/2012/11/27/system-center-blogs-now-on-iphone-android-and-windows-phone.aspx</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/systemcenter&quot;&gt;&lt;img title=&quot;image&quot; border=&quot;0&quot; alt=&quot;image&quot; align=&quot;left&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-54-81-metablogapi/1563.image_5F00_16CA7A56.png&quot; width=&quot;60&quot; height=&quot;101&quot;/&gt;&lt;/a&gt;If you liked the original &lt;u&gt;System Center Blogs&lt;/u&gt; app that was published last year for &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/appv/archive/2011/03/30/like-our-system-center-blogs-now-you-have-an-app-for-that.aspx&quot;&gt;Windows Phone&lt;/a&gt; and &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/appv/archive/2011/05/10/the-system-center-blog-aggregator-app-is-now-available-on-android.aspx&quot;&gt;Android&lt;/a&gt;, you’ll be happy to know that both apps have now been updated, plus &lt;strong&gt;there is a new version now available for iOS&lt;/strong&gt;. The updates include bug fixes and feature additions as well as a current list of blogs that includes the major official Microsoft System Center related properties.&lt;/p&gt;  &lt;p&gt;As before, these are apps I created via &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.appmakr.com&quot;&gt;AppMakr&lt;/a&gt; (no affiliation) with the intention of simply making it easier for IT pros to keep up with all the latest news and information we publish regarding System Center, WSUS and our MDOP virtualization products. If you’re interested in more of the history and background behind this you can read about that in the original post &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/appv/archive/2011/03/30/like-our-system-center-blogs-now-you-have-an-app-for-that.aspx&quot;&gt;here&lt;/a&gt;, but if you want to skip all that and jump straight to loading them up and checking them out you can do a simple search for System Center via your phone or you can view them on the web using the links below:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.windowsphone.com/en-us/store/app/system-center-blogs/fe9b6ff1-8355-e011-854c-00237de2db9e&quot;&gt;System Center Blogs for Windows Phone&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://play.google.com/store/apps/details?id=com.appmakr.app156769&quot;&gt;System Center Blogs for Android&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://itunes.apple.com/app/system-center-blogs/id577565934?mt=8&quot;&gt;System Center Blogs for iPhone&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Enjoy!&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| Knowledge Engineer | Management and Security Division&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color=&quot;#c0504d&quot;&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410&quot;&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color=&quot;#c0504d&quot;&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://twitter.com/#!/MS_SystemCenter&quot;&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410&quot;&gt;&lt;img title=&quot;clip_image001&quot; border=&quot;0&quot; alt=&quot;clip_image001&quot; src=&quot;http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif&quot; width=&quot;89&quot; height=&quot;21&quot;/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.twitter.com/MS_SystemCenter&quot;&gt;&lt;img title=&quot;clip_image002&quot; border=&quot;0&quot; alt=&quot;clip_image002&quot; src=&quot;http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif&quot; width=&quot;89&quot; height=&quot;21&quot;/&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/appv/&quot;&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;ConfigMgr Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/configurationmgr/&quot;&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;DPM Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/dpm/&quot;&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/medv/&quot;&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;Orchestrator Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/orchestrator/&quot;&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;Operations Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/momteam/&quot;&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;SCVMM Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/scvmm&quot;&gt;http://blogs.technet.com/scvmm&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/serverappv&quot;&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;     &lt;br /&gt;Service Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/servicemanager&quot;&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center Essentials Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/systemcenteressentials&quot;&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/sus/&quot;&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/fss/&quot;&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;     &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/clientsecurity/&quot;&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.msdn.com/b/ms-identity-support/&quot;&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/isablog/&quot;&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/edgeaccessblog/&quot;&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3535016&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3535016</guid>
         <pubDate>Tue, 27 Nov 2012 18:20:52 +0000</pubDate>
      </item>
      <item>
         <title>System Center Blog Relaunch</title>
         <link>http://blogs.technet.com/b/systemcenter/archive/2012/11/26/system-center-blog-relaunch.aspx</link>
         <description>&lt;p&gt;For the last few years, the System Center Blog here at &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/systemcenter&quot;&gt;http://blogs.technet.com/b/systemcenter&lt;/a&gt; has been run by the System Center marketing team.&amp;nbsp; They moved to a combined System Center + Windows Server + Cloud blog at &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/server-cloud&quot;&gt;http://blogs.technet.com/b/server-cloud&lt;/a&gt; about a year and a half ago.&amp;nbsp; Since then things have been pretty quiet on this blog.&amp;nbsp; The engineering team has now taken over the System Center blog and will be blogging on more technical topics related to System Center all up or how multiple components of System Center can work together.&amp;nbsp; All up System Center announcements from the engineering team will also be posted here.&amp;nbsp; Going forward we will post these broad announcements only on the System Center blog so you'll definitely want to subscribe to this RSS feed and check in often.&amp;nbsp; For a couple of months, we will make the main&amp;nbsp;announcement post here and refer people to those posts from the System Center component blogs to make sure people are aware of the System Center blog.&lt;/p&gt;
&lt;p&gt;All of the content previously posted on this blog will remain for archive purposes.&amp;nbsp; The System Center engineering blogs for each of the components of System Center will also remain and be actively contributed to for those of you that are interested in just one or two of the components.&lt;/p&gt;
&lt;p&gt;For reference these are all the System Center engineering component blogs:&lt;/p&gt;
&lt;p&gt;Service Manager - &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/servicemanager&quot;&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Operations Manager - &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/momteam&quot;&gt;http://blogs.technet.com/b/momteam&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Virtual Machine Manager - &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/scvmm&quot;&gt;http://blogs.technet.com/b/scvmm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Orchestrator - &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/orchestrator&quot;&gt;http://blogs.technet.com/b/orchestrator&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Data Protection Manager&amp;nbsp;- &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/dpm&quot;&gt;http://blogs.technet.com/b/dpm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Configuration Manager (Engineering)&amp;nbsp;- &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/configmgrteam/&quot;&gt;http://blogs.technet.com/b/configmgrteam/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Configuration Manager (Support) - &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/configurationmgr/&quot;&gt;http://blogs.technet.com/b/configurationmgr/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You'll also notice that the System Center blog has been added to the Server and Tools blog network.&amp;nbsp; It inherits the same style as the other blogs in the network including the special navigation header that makes it easy to navigate between the blogs in the network.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please leave some comments for us on topics you would like to hear us blog about!&lt;/p&gt;
&lt;p&gt;Thanks for reading!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3534804&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3534804</guid>
         <pubDate>Mon, 26 Nov 2012 23:23:00 +0000</pubDate>
      </item>
      <item>
         <title>LOAD &quot;*&quot;,8,1</title>
         <link>http://feedproxy.google.com/~r/blogspot/marcusoh/~3/RNyNqPYYs5E/load-81.html</link>
         <description>trip down memory lane. while sipping coffee this morning, i suddenly became curious about how many of you all are old enough to remember this:&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;load &quot;*&quot;,8,1&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
(which is also in my blog header) ... well, if you were ever curious, it's a command from commodore dos, which instructs the computer to load the first thing on the disk. as long as the first thing was what you wanted to load up, it was cool, quick way to do it.&lt;br /&gt;
&lt;br /&gt;
hope you are having a wonderful thanksgiving holiday.&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;hr /&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://marcusoh.blogspot.com&quot;&gt;marcusoh.blogspot.com&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?a=RNyNqPYYs5E:T1PekcFTzrA:yIl2AUoC8zA&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?d=yIl2AUoC8zA&quot; border=&quot;0&quot;&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?a=RNyNqPYYs5E:T1PekcFTzrA:4cEx4HpKnUU&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?i=RNyNqPYYs5E:T1PekcFTzrA:4cEx4HpKnUU&quot; border=&quot;0&quot;&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?a=RNyNqPYYs5E:T1PekcFTzrA:qj6IDK7rITs&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?d=qj6IDK7rITs&quot; border=&quot;0&quot;&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?a=RNyNqPYYs5E:T1PekcFTzrA:V_sGLiPBpWU&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?i=RNyNqPYYs5E:T1PekcFTzrA:V_sGLiPBpWU&quot; border=&quot;0&quot;&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?a=RNyNqPYYs5E:T1PekcFTzrA:7Q72WNTAKBA&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?d=7Q72WNTAKBA&quot; border=&quot;0&quot;&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?a=RNyNqPYYs5E:T1PekcFTzrA:oMyvP2lN8is&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/marcusoh?i=RNyNqPYYs5E:T1PekcFTzrA:oMyvP2lN8is&quot; border=&quot;0&quot;&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/blogspot/marcusoh/~4/RNyNqPYYs5E&quot; height=&quot;1&quot; width=&quot;1&quot;/&gt;</description>
         <author>marcus oh</author>
         <guid isPermaLink="false">tag:blogger.com,1999:blog-15559937.post-3543507807467503423</guid>
         <pubDate>Fri, 23 Nov 2012 11:02:00 +0000</pubDate>
      </item>
      <item>
         <title>KB: Attempting to access the Operations Manager Web Console fails and Event 33857 is recorded</title>
         <link>http://blogs.technet.com/b/momteam/archive/2012/11/19/kb-attempting-to-access-the-operations-manager-web-console-fails-and-event-33857-is-recorded.aspx</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://support.microsoft.com/kb/2782698&quot;&gt;&lt;img title=&quot;image&quot; border=&quot;0&quot; alt=&quot;image&quot; align=&quot;left&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/6052.image_5F00_05282D91.png&quot; width=&quot;85&quot; height=&quot;84&quot;/&gt;&lt;/a&gt;This Knowledge Base article talks about an issue where you are unable to access the Operations Manager 2007 Web Console and Event 33857 is recorded in the Operations Manager event log:&lt;/p&gt;  &lt;h5&gt;Symptoms&lt;/h5&gt;  &lt;p&gt;Consider the following scenario:&lt;/p&gt;  &lt;p&gt;- You are unable to access the Operations Manager 2007 Web Console    &lt;br /&gt;- Event 33857 is recorded in the Operations Manager event log:&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Log Name: operations manager&lt;/i&gt;&lt;i&gt;      &lt;br /&gt;&lt;/i&gt;&lt;i&gt;Source: Health Service Modules&lt;/i&gt;&lt;i&gt;      &lt;br /&gt;&lt;/i&gt;&lt;i&gt;Date: &amp;lt;date&amp;gt;&lt;/i&gt;&lt;i&gt;      &lt;br /&gt;&lt;/i&gt;&lt;i&gt;Event ID: 33857&lt;/i&gt;&lt;i&gt;      &lt;br /&gt;&lt;/i&gt;&lt;i&gt;Task Category: None&lt;/i&gt;&lt;i&gt;      &lt;br /&gt;&lt;/i&gt;&lt;i&gt;Level: Error&lt;/i&gt;&lt;i&gt;      &lt;br /&gt;&lt;/i&gt;&lt;i&gt;Keywords: Classic&lt;/i&gt;&lt;i&gt;      &lt;br /&gt;&lt;/i&gt;&lt;i&gt;User: N/A&lt;/i&gt;&lt;i&gt;      &lt;br /&gt;&lt;/i&gt;&lt;i&gt;Computer: webconsoleserver.contoso.com&lt;/i&gt;&lt;i&gt;      &lt;br /&gt;&lt;/i&gt;&lt;i&gt;Description:&lt;/i&gt;&lt;i&gt;      &lt;br /&gt;&lt;/i&gt;&lt;i&gt;Failed to retrieve the state of the following site: 'Operations Manager 2007 WebConsole'. The operation will be retried. &lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;HRESULT: 0x800710d8 &lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;Details: The object identifier does not represent a valid object.&lt;/i&gt;&lt;i&gt;      &lt;br /&gt;&lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;One or more workflows were affected by this. &lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;Workflow name: Microsoft.Windows.InternetInformationServices.2008.WebSite.WebSiteStatusCheck.Monitor &lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;Instance name: Operations Manager 2007 WebConsole &lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;Instance ID: {CEE899C4-4FD5-AD3B-AE4F-307F2871E1E0} &lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;Management group: group&lt;/i&gt;&lt;i&gt;      &lt;br /&gt;&lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;Event Xml:&lt;/i&gt;&lt;i&gt;      &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&amp;lt;Event xmlns=&amp;quot;http://schemas.microsoft.com/win/2004/08/events/event&lt;/i&gt;&lt;i&gt;&amp;quot;&amp;gt;&lt;/i&gt;&lt;/p&gt;  &lt;h5&gt;Cause&lt;/h5&gt;  &lt;p&gt;This can occur if the services for the Web Server role have been modified or reinstalled once the Operations Manager Web Console has been installed. If one of the components below is modified the Web Console may stop functioning:&lt;/p&gt;  &lt;p&gt;• HTTP Redirection    &lt;br /&gt;• ASP.NET and additional roles     &lt;br /&gt;• ASP     &lt;br /&gt;• Basic Authentication (if using Forms Based auth and SSL)     &lt;br /&gt;• Windows Authentication (if using Windows account authorization)     &lt;br /&gt;• IIS 6 Management Compatibility and/or sub-roles&lt;/p&gt;  &lt;h5&gt;Resolution&lt;/h5&gt;  &lt;p&gt;To resolve this issue, remove the Operations Manager Web Console from the Server and reinstall any component required for the Web Server role for the Operations Manager Web Console. Once the Web Server prerequisites have been installed, you can reinstall the Operations Manager Web Console.&lt;/p&gt;  &lt;h5&gt;More Information&lt;/h5&gt;  &lt;p&gt;How to install IIS on Server 2008 to support OpsMgr Web Console and Reporting:&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/kevinholman/archive/2008/09/26/how-to-install-iis-on-server-2008-to-support-opsmgr-web-console-and-reporting.aspx&quot;&gt;http://blogs.technet.com/b/kevinholman/archive/2008/09/26/how-to-install-iis-on-server-2008-to-support-opsmgr-web-console-and-reporting.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://support.microsoft.com/kb/2782698&quot;&gt;2782698 - Attempting to access the Operations Manager Web Console fails and Event 33857 is recorded&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| Knowledge Engineer | Management and Security Division&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color=&quot;#ff0000&quot;&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410&quot;&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color=&quot;#ff0000&quot;&gt;and &lt;/font&gt;&lt;/b&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://twitter.com/#!/MS_SystemCenter&quot;&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410&quot;&gt;&lt;img title=&quot;clip_image001&quot; border=&quot;0&quot; alt=&quot;clip_image001&quot; src=&quot;http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif&quot; width=&quot;89&quot; height=&quot;21&quot;/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.twitter.com/MS_SystemCenter&quot;&gt;&lt;img title=&quot;clip_image002&quot; border=&quot;0&quot; alt=&quot;clip_image002&quot; src=&quot;http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif&quot; width=&quot;89&quot; height=&quot;21&quot;/&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/appv/&quot;&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;ConfigMgr Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/configurationmgr/&quot;&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;DPM Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/dpm/&quot;&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/medv/&quot;&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;Orchestrator Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/orchestrator/&quot;&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;Operations Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/momteam/&quot;&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;SCVMM Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/scvmm&quot;&gt;http://blogs.technet.com/scvmm&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/serverappv&quot;&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;     &lt;br /&gt;Service Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/servicemanager&quot;&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center Essentials Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/systemcenteressentials&quot;&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/sus/&quot;&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/fss/&quot;&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;     &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/clientsecurity/&quot;&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.msdn.com/b/ms-identity-support/&quot;&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/isablog/&quot;&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/edgeaccessblog/&quot;&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3533440&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3533440</guid>
         <pubDate>Mon, 19 Nov 2012 22:30:25 +0000</pubDate>
      </item>
      <item>
         <title>KB: AVIcode or APM Advisor Report does not display correctly</title>
         <link>http://blogs.technet.com/b/momteam/archive/2012/11/19/kb-avicode-or-apm-advisor-report-does-not-display-correctly.aspx</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://support.microsoft.com/kb/2777793&quot;&gt;&lt;img title=&quot;image&quot; border=&quot;0&quot; alt=&quot;image&quot; align=&quot;left&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/6052.image_5F00_05282D91.png&quot; width=&quot;85&quot; height=&quot;84&quot;/&gt;&lt;/a&gt;This Knowledge Base article talks about an issue where the AVIcode or APM Advisor Report does not display correctly:&lt;/p&gt;  &lt;h5&gt;Symptoms&lt;/h5&gt;  &lt;p&gt;Consider the following scenarios: &lt;/p&gt;  &lt;p&gt;Scenario 1: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;You Install System Center Operations Manager 2007 R2 with Avicode 5.7. &lt;/li&gt;    &lt;li&gt;You enable the IIS Dynamic Content Compressions feature on SEViewerDW &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Scenario 2: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;You install System Center 2012 Operations Manager with Application Performance Monitor (APM). &lt;/li&gt;    &lt;li&gt;You have an IIS Application Request Routing (ARR) server between the Application Advisor console and System Center 2012 Operations Manager Reporting component. &lt;/li&gt;    &lt;li&gt;The Application Advisor console in System Center 2012 Operations Manager is accessed through the IIS ARR server. &lt;/li&gt;    &lt;li&gt;You enable IIS Dynamic Content Compressions feature on IIS ARR server. &lt;/li&gt; &lt;/ul&gt;  &lt;br /&gt;In above scenarios, your Application Advisor reports display incorrectly with bad encoding.   &lt;h5&gt;Cause&lt;/h5&gt;  &lt;p&gt;This issue occurs because the Application Advisor console does not support handling GZIP encoded content which is generated from Reporting Services. This behavior is by design.&lt;/p&gt;  &lt;h5&gt;Resolution&lt;/h5&gt;  &lt;p&gt;To resolve this issue, disable the IIS Dynamic Content Compressions feature (GZip encoding).&lt;/p&gt;  &lt;h5&gt;More Information&lt;/h5&gt;  &lt;p&gt;Enable HTTP Compression of Dynamic Content (IIS 7): &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/cc753681(v=ws.10).aspx&quot;&gt;http://technet.microsoft.com/en-us/library/cc753681(v=ws.10).aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Application Request Routing: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.iis.net/downloads/microsoft/application-request-routing&quot;&gt;http://www.iis.net/downloads/microsoft/application-request-routing&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;doDynamicCompression: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://msdn.microsoft.com/en-us/library/ms690559(v=vs.90).aspx&quot;&gt;http://msdn.microsoft.com/en-us/library/ms690559(v=vs.90).aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://support.microsoft.com/kb/2777793&quot;&gt;2777793 - AVIcode or APM Advisor Report does not display correctly&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| Knowledge Engineer | Management and Security Division&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color=&quot;#ff0000&quot;&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410&quot;&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color=&quot;#ff0000&quot;&gt;and &lt;/font&gt;&lt;/b&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://twitter.com/#!/MS_SystemCenter&quot;&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410&quot;&gt;&lt;img title=&quot;clip_image001&quot; border=&quot;0&quot; alt=&quot;clip_image001&quot; src=&quot;http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif&quot; width=&quot;89&quot; height=&quot;21&quot;/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.twitter.com/MS_SystemCenter&quot;&gt;&lt;img title=&quot;clip_image002&quot; border=&quot;0&quot; alt=&quot;clip_image002&quot; src=&quot;http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif&quot; width=&quot;89&quot; height=&quot;21&quot;/&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/appv/&quot;&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;ConfigMgr Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/configurationmgr/&quot;&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;DPM Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/dpm/&quot;&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/medv/&quot;&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;Orchestrator Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/orchestrator/&quot;&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;Operations Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/momteam/&quot;&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;SCVMM Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/scvmm&quot;&gt;http://blogs.technet.com/scvmm&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/serverappv&quot;&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;     &lt;br /&gt;Service Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/servicemanager&quot;&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center Essentials Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/systemcenteressentials&quot;&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/sus/&quot;&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/fss/&quot;&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;     &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/clientsecurity/&quot;&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.msdn.com/b/ms-identity-support/&quot;&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/isablog/&quot;&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/edgeaccessblog/&quot;&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3533391&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3533391</guid>
         <pubDate>Mon, 19 Nov 2012 19:52:51 +0000</pubDate>
      </item>
      <item>
         <title>Audit Collection Services (ACS) on System Center Operations Manager 2012 SP1 with Dynamic Access Control</title>
         <link>http://systemcenterdynamics.wordpress.com/2012/11/18/audit-collection-services-acs-on-system-center-operations-manager-2012-sp1-with-dynamic-access-control/</link>
         <description>Setting up Audit Collection Services in SCOM 2012 SP1 is not much different from the 2012 RTM setup but still lots of problems arise when configuring ACS and implementing ACS reports so I thought why not show how to get ACS running on your SCOM 2012 SP1 environment. First you needs to know that there [...]&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=systemcenterdynamics.wordpress.com&amp;#038;blog=16148114&amp;#038;post=378&amp;#038;subd=systemcenterdynamics&amp;#038;ref=&amp;#038;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot;/&gt;</description>
         <guid isPermaLink="false">https://systemcenterdynamics.wordpress.com/?p=378</guid>
         <pubDate>Sun, 18 Nov 2012 19:38:54 +0000</pubDate>
         <content:encoded><![CDATA[<p><font size="2">Setting up Audit Collection Services in SCOM 2012 SP1 is not much different from the 2012 RTM setup but still lots of problems arise when configuring ACS and implementing ACS reports so I thought why not show how to get ACS running on your SCOM 2012 SP1 environment. First you needs to know that there are three roles you must be aware off, ACS Database, ACS forwarder and the ACS collector and I will go in detail on the three components in just a bit.</font></p>
<p><font size="2">New to ACS in the SP1 release will be Dynamic Access Control as enabled by Windows Server 2012.&#160; Windows Server 2012 enables business data owners to easily classify and label data allowing access policies to be defined for data classes that are critical to business. Compliance management in Windows Server 2012 becomes more efficient and flexible because access and audit policies can be based not only on user and group information but a richer set of user, resource and environmental claims, and properties from Active Directory and other sources. User claims such as roles, projects, organization, resource properties such as secrecy, and device claims such as health can be used in defining access and audit policies. </font></p>
<p><font size="2">Windows Server 2012 enhances the existing Windows ACL model to support Dynamic Access Control where customers can define an expression based authorization access policy that includes conditions using user and machine claims, as well as resource (for example, file) properties. The following illustration is descriptive, and not an actual representation of an expression: </font></p>
<ul>
<li><font size="2">Allow Read and Write access if User.Clearance &gt;= Resource.Secrecy and Device. Healthy </font></li>
<li><font size="2">Allow Read and Write access if User.Project any_of Resource.Project </font></li>
</ul>
<p><font size="2">System Center 2012 SP1 contributes to the fulfilling these scenarios by providing enterprise-wide visibility into the use of the Dynamic Access Control, leveraging Operations Manager’s Audit Collection Services to collect events from the relevant machines (file servers, domain controllers) and providing reporting to enable auditors and compliance officers to report on the use of Dynamic Access Control – for example, audit changes in policies, object access (success and failure), and “what-if” assessment of what would happen if a certain policy were applied.</font></p>
<p><font size="2">The three roles you want to install for ACS are:</font></p>
<ul>
<li><font size="2">ACS database, where all security event data is collected for a period of time. Make sure you have a good understanding of how much data you want to collect and what the retention time over you data will be. The ACS database can quickly grow to an enormous unhand able size. </font></li>
<li><font size="2">ACS collector, The ACS collector receives and processes events from ACS forwarders and then sends this data to the ACS database. </font></li>
<li><font size="2">ACS forwarder, is the node where you are collecting you events from an operations manager agent must be installed on the machine. </font></li>
</ul>
<p><font size="2">For the complete install have a look at the installation and configuration video below:</font></p>
<p> <div class='embed-vimeo' style='text-align:center;'></div> 
<p><b><i></i></b></p>
<p><b><i>Note: </i></b><i>No configuration to ACS handling Dynamic Access Control information is required by the customer. The only interaction with this feature is through a set of reports. No additional monitoring is required.</i></p>
<p>Regards,    <br />Walter Eikenboom     <br /><a rel="nofollow" target="_blank" href="http://systemcenterdynamics.wordpress.com">http://systemcenterdynamics.wordpress.com</a></p>
<br />  <a rel="nofollow" target="_blank" href="http://feeds.wordpress.com/1.0/gocomments/systemcenterdynamics.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/systemcenterdynamics.wordpress.com/378/"/></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=systemcenterdynamics.wordpress.com&#038;blog=16148114&#038;post=378&#038;subd=systemcenterdynamics&#038;ref=&#038;feed=1" width="1" height="1"/>]]></content:encoded>
         <media:content medium="image" url="http://0.gravatar.com/avatar/3fc6b099883c04665ccd76db2b425a74?s=96&amp;amp;d=&amp;amp;r=G">
            <media:title type="html">wwwally</media:title>
         </media:content>
      </item>
      <item>
         <title>OpsMgr:  Infrastructure Planning and Design guide released for OpsMgr 2012</title>
         <link>http://blogs.technet.com/b/kevinholman/archive/2012/11/13/opsmgr-infrastructure-planning-and-design-guide-released-for-opsmgr-2012.aspx</link>
         <description>&lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Download it here:&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://go.microsoft.com/fwlink/?LinkID=245476&quot;&gt;http://go.microsoft.com/fwlink/?LinkID=245476&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;This guide outlines the infrastructure design elements that are crucial to a successful implementation of Operations Manager. It guides you through the process of designing components, layout, and connectivity in a logical, sequential order. You’ll find easy-to-follow steps on identification and design of the required management groups, helping you to optimize the management infrastructure.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Infrastructure Planning and Design streamlines the planning process by:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;* Defining the technical decision flow through the planning process. &lt;/p&gt;  &lt;p&gt;* Listing the decisions to be made and the commonly available options and considerations.&lt;/p&gt;  &lt;p&gt;* Relating the decisions and options to the business in terms of cost, complexity, and other characteristics.&lt;/p&gt;  &lt;p&gt;* Framing decisions in terms of additional questions to the business to ensure a comprehensive alignment with the appropriate business landscape.&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3532213&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3532213</guid>
         <pubDate>Tue, 13 Nov 2012 11:29:32 +0000</pubDate>
      </item>
      <item>
         <title>The IPD guide for System Center 2012 - Operations Manager is now available for download</title>
         <link>http://blogs.technet.com/b/momteam/archive/2012/11/12/the-ipd-guide-for-system-center-2012-operations-manager-is-now-available-for-download.aspx</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://go.microsoft.com/fwlink/?LinkID=245476&quot;&gt;&lt;img style=&quot;background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;float:left;border-top:0px;border-right:0px;padding-top:0px;&quot; title=&quot;SuccessFailure&quot; border=&quot;0&quot; alt=&quot;SuccessFailure&quot; align=&quot;left&quot; src=&quot;http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/3465.SuccessFailure_5F00_150508B0.png&quot; width=&quot;100&quot; height=&quot;60&quot;/&gt;&lt;/a&gt;The Infrastructure Planning and Design team is pleased to announce that the IPD guide for System Center 2012 - Operations Manager is now available for download. &lt;/p&gt;  &lt;p&gt;This guide outlines the infrastructure design elements that are crucial to a successful implementation of Operations Manager. It guides you through the process of designing components, layout, and connectivity in a logical, sequential order. You’ll find easy-to-follow steps on identification and design of the required management groups, helping you to optimize the management infrastructure.&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://go.microsoft.com/fwlink/?LinkID=245476&quot;&gt;Download the IPD Guide for System Center 2012 - Operations Manager&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| Knowledge Engineer | Management and Security Division&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color=&quot;#c0504d&quot;&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410&quot;&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color=&quot;#c0504d&quot;&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://twitter.com/#!/MS_SystemCenter&quot;&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410&quot;&gt;&lt;img title=&quot;clip_image001&quot; border=&quot;0&quot; alt=&quot;clip_image001&quot; src=&quot;http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif&quot; width=&quot;89&quot; height=&quot;21&quot;/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.twitter.com/MS_SystemCenter&quot;&gt;&lt;img title=&quot;clip_image002&quot; border=&quot;0&quot; alt=&quot;clip_image002&quot; src=&quot;http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif&quot; width=&quot;89&quot; height=&quot;21&quot;/&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/appv/&quot;&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;ConfigMgr Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/configurationmgr/&quot;&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;DPM Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/dpm/&quot;&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/medv/&quot;&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;Orchestrator Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/orchestrator/&quot;&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;Operations Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/momteam/&quot;&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;SCVMM Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/scvmm&quot;&gt;http://blogs.technet.com/scvmm&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/serverappv&quot;&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;     &lt;br /&gt;Service Manager Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/servicemanager&quot;&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center Essentials Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/systemcenteressentials&quot;&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/sus/&quot;&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/fss/&quot;&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;     &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/clientsecurity/&quot;&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.msdn.com/b/ms-identity-support/&quot;&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/isablog/&quot;&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://blogs.technet.com/b/edgeaccessblog/&quot;&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;&lt;img src=&quot;http://blogs.technet.com/aggbug.aspx?PostID=3532085&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3532085</guid>
         <pubDate>Mon, 12 Nov 2012 23:42:01 +0000</pubDate>
      </item>
      <item>
         <title>Microsoft Certified Solutions Expert: Private Cloud</title>
         <link>http://contoso.se/blog/?p=3384&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=microsoft-certified-solutions-expert-private-cloud</link>
         <description>Yesterday I did the &amp;#8220;70-247: Configuring and Deploying a Private Cloud with System Center 2012&amp;#8243; exam. This is the second exam I needed to become Microsoft Certified Solutions Expert: Private Cloud. A couple of years ago I did Microsoft Certified Solutions Associate (MCSA): Windows Server 2008 (but I think it was named Certified Administrator back then), those [...]</description>
         <guid isPermaLink="false">http://contoso.se/blog/?p=3384</guid>
         <pubDate>Sat, 10 Nov 2012 08:23:17 +0000</pubDate>
         <content:encoded><![CDATA[<p>Yesterday I did the &#8220;70-247: Configuring and Deploying a Private Cloud with System Center 2012&#8243; exam. This is the second exam I needed to become Microsoft Certified Solutions Expert: Private Cloud. A couple of years ago I did Microsoft Certified Solutions Associate (MCSA): Windows Server 2008 (but I think it was named Certified Administrator back then), those exams together with 70-246 and 70-247 is equal to MCSE: Private Cloud. You could also combine the private cloud exams with Windows Server 2012 exams. You can read more about that at <a rel="nofollow" target="_blank" href="http://www.microsoft.com/learning/en/us/certification/cert-private-cloud.aspx">Microsoft Learning website</a>. The exam was quite deep and included most of the System Center 2012 components. I was a bit surprised about the exam, it was really covering most of the System Center components and I think it would be difficult to pass without some real world hands-on experience. The exam measure the following areas 2012</p>
<ul>
<li>Design and Deploy System Center</li>
<li>Configure System Center Infrastructure</li>
<li>Configure the Fabric</li>
<li>Configure System Center Integration</li>
<li>Configure and Deploy Virtual Machines and Services</li>
</ul>
<p>I recommend everyone working with System Center 2012 and private cloud to take the training and do the exam. Microsoft Certification helps you stand out, you demonstrate your expertise to customers and employers, special these really deep certifications.</p>
<p>&nbsp;</p>]]></content:encoded>
      </item>
      <item>
         <title>System Center 2012 Operations Manager Unleashed–Publication Update</title>
         <link>http://opsmgrunleashed.wordpress.com/2012/11/10/system-center-2012-operations-manager-unleashedpublication-update/</link>
         <description>The title of this posting pretty much says it all – many of you have been asking “where is the book?” We just received information from our publisher that the book is planned to be available by the end of &amp;#8230; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://opsmgrunleashed.wordpress.com/2012/11/10/system-center-2012-operations-manager-unleashedpublication-update/&quot;&gt;Continue reading &lt;span class=&quot;meta-nav&quot;&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=opsmgrunleashed.wordpress.com&amp;#038;blog=17722428&amp;#038;post=378&amp;#038;subd=opsmgrunleashed&amp;#038;ref=&amp;#038;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot;/&gt;</description>
         <guid isPermaLink="false">https://opsmgrunleashed.wordpress.com/?p=378</guid>
         <pubDate>Sat, 10 Nov 2012 07:18:17 +0000</pubDate>
         <content:encoded><![CDATA[<p>The title of this posting pretty much says it all – many of you have been asking “where is the book?” We just received information from our publisher that the book is planned to be available by the end of February 2013. This means the date on Amazon (<a rel="nofollow" title="http://www.amazon.com/System-Operations-Manager-Unleashed-Edition/dp/0672335913" target="_blank" href="http://www.amazon.com/System-Operations-Manager-Unleashed-Edition/dp/0672335913">http://www.amazon.com/System-Operations-Manager-Unleashed-Edition/dp/0672335913</a>) of February 28, 2013 is actually accurate; although it is possible you could see the book several days earlier than that, depending on the date it goes to the printer and then how long it takes Amazon to get delivery of the content.</p>
<p>Why another three months?</p>
<ul>
<li>We include information on System Center 2012 Operations Manager Service Pack 1, which is currently in beta. The information in the book will be accurate as of the beta version of the service pack.
<li>The book is now in what is known as the “production cycle” (yes, boring information here), meaning that it is going through final edits, composition, and layout. With 24 chapters and 5 appendices, that takes a little while. Here is the current chapter list (titles could still be “tweaked”):</li>
</ul>
<ol>
<li>Operations Management Basics
<li> 
 
 
 What&#8217;s New
<li> 
 
 
 Looking Inside OpsMgr
<li> 
 
 
 Planning Your Operations Manager Deployment
<li> 
 
 
 Installing System Center 2012 Operations Manager
<li> 
 
 
 Migrating to System Center 2012 Operations Manager
<li> 
 
 
 Configuring and Using System Center 2012 Operations Manager
<li> 
 
 
 Installing and Configuring Agents
<li> 
 
 
 Complex Configurations
<li> 
 
 
 Security and Compliance
<li>Dashboards, Trending, and Forecasting
<li>Backup and Recovery
<li>Administering Management Packs
<li>Monitoring with System Center 2012 Operations Manager
<li>Monitoring .NET Applications
<li>Network Monitoring
<li>Using Synthetic Transactions
<li>Distributed Applications
<li>Client Monitoring
<li>Interoperability and Cross Platform
<li>System Center Integration
<li>Authoring Management Packs and Reports
<li>PowerShell and Operations Manager
<li>Operations Manager for the Service Provider </li>
</ol>
<p>Appendices:</p>
<ol>
<ol>
<li> 
 
 
 
 
 
 OpsMgr by Example
<li> 
 
 
 Performance Counters
<li> 
 
 
 Registry Settings
<li> 
 
 
 Reference URLs
<li> 
 
 
 Available Online (content from the book available for download)</li>
</ol>
</ol>
<p>Early work on this book began during the System Center 2012 release candidate cycle, realizing that much of the detail we wanted to include would not be available until the product was released. With Microsoft’s quick follow-up of Service Pack 1 to incorporate support for Windows Server 2012 and SQL Server 2012 and other updates, it made sense to incorporate that information in the book rather than having the content out of date shortly after the book was published.</p>
<p>We appreciate everyone’s patience and think you will find the wait worth it. Writing a book is a huge task, particularly when its projected to be about 1300 pages in length. We took into consideration comments on <em>System Center Operations Manager 2007 Unleashed</em> to reduce “fluff” and bring you in-depth content. 
 
<p><em>- Kerrie, Cameron, and John</em></p>
<br />  <a rel="nofollow" target="_blank" href="http://feeds.wordpress.com/1.0/gocomments/opsmgrunleashed.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/opsmgrunleashed.wordpress.com/378/"/></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=opsmgrunleashed.wordpress.com&#038;blog=17722428&#038;post=378&#038;subd=opsmgrunleashed&#038;ref=&#038;feed=1" width="1" height="1"/>]]></content:encoded>
         <media:content medium="image" url="http://1.gravatar.com/avatar/74cc817b725036f9a09e756e741145bc?s=96&amp;amp;d=identicon&amp;amp;r=G">
            <media:title type="html">opsmgrunleashed</media:title>
         </media:content>
      </item>
   </channel>
</rss>
<!-- fe4.yql.bf1.yahoo.com compressed/chunked Mon Feb  4 04:11:25 UTC 2013 -->
