<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
	
	<channel>
		<title>Techlog</title>
		<link>http://www.techlog.org/index.php</link>
		<description>Microsoft related news and issues</description>
		<language>en</language>
		<managingEditor>maarten@goet.net</managingEditor>
                                <copyright>Copyright 2010</copyright>
		<generator>Pivot Pivot - 1.30.2: 'Rippersnapper'</generator>
		<pubDate>Mon, 01 Mar 2010 11:25:37 +0100</pubDate>
		<ttl>60</ttl>
		
		
		
		
		<item>
			<title>Trend Micro IMSS Operations Manager Management Pack</title>
			<link>http://www.techlog.org/archive/2010/03/01/trend_micro_imss_operations_ma</link>
			<comments>http://www.techlog.org/archive/2010/03/01/trend_micro_imss_operations_ma#comm</comments>
                                                <description><![CDATA[ <img src="http://www.techlog.org/images/scom_new.jpg" style="float:right;margin-left:10px;margin-bottom:5px;border:0px solid" title="" alt="" class="pivot-image" /> <a href="http://www.maartendamen.com"  title="" target='_blank'>Maarten Damen</a> has released a Management Pack for Trend Micro IMSS.<br />
<br />
Trend Micro IMSS (Interscan Messaging Security Suite) is a mail gateway solution, which includes anti-spam and anti-virus solutions. With this Management Pack you are able to monitor the health and performance of your IMSS server(s).<br />
<br />
<img src="http://www.techlog.org/images/icon-download.gif" style="float:left;margin-right:10px;margin-bottom:5px;border:0px solid" title="" alt="" class="pivot-image" /> Download: <a href="http://www.maartendamen.com/?page_id=190"  title="" target='_blank'>Trend Micro IMSS Operations Manager Management Pack</a> ]]></description>
			<guid isPermaLink="false">4206@http://www.techlog.org/pivot/</guid>
			<category>default</category>
			<pubDate>Mon, 01 Mar 2010 11:25:00 +0100</pubDate>
		</item>
		
		
		
		<item>
			<title>The case of the failed Operations Manager web-console installation</title>
			<link>http://www.techlog.org/archive/2010/02/25/the_case_of_the_failed_operati</link>
			<comments>http://www.techlog.org/archive/2010/02/25/the_case_of_the_failed_operati#comm</comments>
                                                <description><![CDATA[ <img src="http://www.techlog.org/images/scom_new.jpg" style="float:right;margin-left:10px;margin-bottom:5px;border:0px solid" title="" alt="" class="pivot-image" />In this article I will explain a challenge I experienced while installing the OpsMgr web-console on a management server. After installation of the OpsMgr webconsole I got the following error: "Server error in '/' Application". And as it turned out finding the problem wasn't that easy.<br />
<br />
I had a strange problem while installing the OpsMgr web-console at a customer. Within their test environment I decided to install the OpsMgr web-console on the management server which runs on Windows Server 2008. So I started with installing the AJAX component, and adding the webserver role with the needed role features.(see: reference1 at the end of this article)<br  /><br  />After the prerequisites were installed I started the System Center Operations Manager R2 installation and made the choice to modify the installation in order to include the web-console.<br />
<br />
<p style="text-align:center;"><img src="http://www.techlog.org/images/web-console_installation_screen.jpg" style="border:0px solid" title="" alt="" class="pivot-image" /></p><br />
<br />
After the installation was finished I tried to start the web-console by using the shortcut in the Start Menu, but unfortunately I was presented with the following error.<br />
<br />
<p style="text-align:center;"><a href="http://www.techlog.org/images/server_error_in_application.jpg"   style='border: 0;' target="_self"  class='pivot-popuptext'  target='_blank'><img src="http://www.techlog.org/images/server_error_in_application.thumb.jpg" border="1" alt="" title=""  class='pivot-popupimage'/></a></p><br />
<br />
Most of the time, when I have strange errors related to OpsMgr I start to google/bing right away. One of the advantages of OpsMgr is that it has a wide community and a lot about problems and caveats is blogged about or can be found on the forums.<br />
<br />
I tried several provided answers from the blog posts and forum topics, but none of them helped. And then I remembered something. User Account Control (UAC) was turned-on on the Management Server.<br />
I turned off UAC during the installation of OpsMgr but turned it back on again after the installation was successful.<br />
<br />
So for a test, I installed the web console on the RMS where I first turned UAC off, rebooted and started exact the same installation of the OpsMgr web console. And to my surprise after installation I could successfully start the Web Console.<br />
<br />
So I successfully determined that the reason that the web-console wouldn't install on my Management Server had something to do with the fact that UAC was turned on.<br />
<br />
Normally having UAC turned on shouldn't be a problem though, because when Administrative rights are needed by the setup program you will get a prompt which asks you if you want to grant permissions for the action. I also noticed that during the "UAC off" installation I had other installation screens, the screen asking if I wanted to provide data to Microsoft for the Customer Experience. Strange..<br />
<br />
So I did a file compare using Windiff (see: reference 2) on the web-console folders of a working web-console installation and a non-working web-console installation and I found out that in the non-working web-console installation a few files were missing:<br />
<br />
<b>.\bin\corgent.diagramming.commandresources.dll<br />
.\bin\corgent.diagramming.customelements.dll	<br />
.\bin\microsoft.reportviewer.common.dll	<br />
.\bin\microsoft.reportviewer.webforms.dll</b>	<br />
<br />
So I copied these files from the working Web console server to the non-working Web console server and guess what… It almost worked. Because there is another caveat, you have to enable Constrained Delegation on the computer object of the Management Server (see: reference 3)<br />
<br />
<b>Conclusion</b><br />
<br />
Turn UAC off during installation of System Center Operations Manager and also when installing additional components, or start the installation with the "Run as Administrator" option. Or in this case use my workaround, but you have to dig-up the missing files somewhere.<br />
<br />
<u>References:</u><br />
1. How to install IIS on Server 2008 to support OpsMgr Web Console and Reporting, by Kevin Holman: <a href="http://blogs.technet.com/kevinholman/archive/2008/09/26/how-to-install-iis-on-server-2008-to-support-opsmgr-web-console-and-reporting.aspx"  title="" target='_blank'>http://blogs.technet.com/kevinholman/archive/2008/09/26/how-to-install-iis-on-server-2008-to-support-opsmgr-web-console-and-reporting.aspx</a><br />
2. Windiff: <a href="http://www.grigsoft.com/download-windiff.htm"  title="" target='_blank'>http://www.grigsoft.com/download-windiff.htm</a><br />
3. Installing the Web Console on a 2008 Management Server - using Windows Authentication, by Kevin Holman: <a href="http://blogs.technet.com/kevinholman/archive/2008/09/24/installing-the-web-console-on-a-2008-management-server-using-windows-authentication.aspx"  title="" target='_blank'>http://blogs.technet.com/kevinholman/archive/2008/09/24/installing-the-web-console-on-a-2008-management-server-using-windows-authentication.aspx</a><br />
4. OpsMgr R2 WebConsole won’t start after installation, by Marnix Wolf: <a href="http://blogs.technet.com/kevinholman/archive/2008/09/24/installing-the-web-console-on-a-2008-management-server-using-windows-authentication.aspx"  title="" target='_blank'>http://thoughtsonopsmgr.blogspot.com/2009/08/opsmgr-r2-webconsole-wont-start-after.html</a> ]]></description>
			<guid isPermaLink="false">4205@http://www.techlog.org/pivot/</guid>
			<category>default</category>
			<pubDate>Thu, 25 Feb 2010 20:44:00 +0100</pubDate>
		</item>
		
		
		
		<item>
			<title>New version of the OpsMgr R2 Management Pack</title>
			<link>http://www.techlog.org/archive/2010/02/23/new_version_of_the_opsmgr_r2_m</link>
			<comments>http://www.techlog.org/archive/2010/02/23/new_version_of_the_opsmgr_r2_m#comm</comments>
                                                <description><![CDATA[ <img src="http://www.techlog.org/images/scom_new.jpg" style="float:right;margin-left:10px;margin-bottom:5px;border:0px solid" title="" alt="" class="pivot-image" /> The System Center Operations Manager team released an update for the OpsMgr R2 Management Pack on the 19th of Februari. The version is 6.1.7599.0. and can only be installed if you have System Center Operations Manager R2 installed.<br />
<br />
The Operations Manager management pack helps you to monitor the health of your Operations Manager environment, now that's a nice "Chicken-Egg" scenario.<br />
<br />
Before you install this management pack, read the Management Pack Guide, which can be downloaded from the link below. The Management Pack guide contains important information about what to do before and after the installation of the Management Pack.<br />
<br />
<br />
<img src="http://www.techlog.org/images/icon-download.gif" style="float:left;margin-right:10px;margin-bottom:5px;border:0px solid" title="" alt="" class="pivot-image" /> <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=61365290-3c38-4004-b717-e90bb0f6c148&displaylang=en"  title="" target='_blank'>Download the OpsMgr R2 Management Pack and the Management Pack guide</a> ]]></description>
			<guid isPermaLink="false">4204@http://www.techlog.org/pivot/</guid>
			<category>default</category>
			<pubDate>Tue, 23 Feb 2010 10:44:00 +0100</pubDate>
		</item>
		
		
		
		<item>
			<title>Configuration Manager AD system discovery will not work across external trusts starting with Service Pack 2</title>
			<link>http://www.techlog.org/archive/2010/02/12/configuration_manager_ad_syste</link>
			<comments>http://www.techlog.org/archive/2010/02/12/configuration_manager_ad_syste#comm</comments>
                                                <description><![CDATA[ <img src="http://www.techlog.org/images/sccm_new.jpg" style="float:right;margin-left:10px;margin-bottom:5px;border:0px solid" title="" alt="" class="pivot-image" />After upgrading to SCCM 2007 SP2, AD discovery methods will fail to bind across external trusts.<br />
<br />
The failure occurs because of a change made in Service Pack 2 which makes the product more secure by requiring authentication for AD binds. As discovery is performed by the site server System account, authentication on the network requires Kerberos which is not supported across external trusts.(<i><a href="http://blogs.technet.com/configurationmgr/archive/2010/02/11/configuration-manager-ad-system-discovery-will-not-work-across-external-trusts-starting-with-service-pack-2.aspx"  title="" target='_blank'>continue at source</a></i>) ]]></description>
			<guid isPermaLink="false">4203@http://www.techlog.org/pivot/</guid>
			<category>default</category>
			<pubDate>Fri, 12 Feb 2010 08:21:00 +0100</pubDate>
		</item>
		
		
		
		<item>
			<title>System Center Operations Manager 2007 R2 Cross Platform Cumulative Update 2</title>
			<link>http://www.techlog.org/archive/2010/02/12/system_center_operations_manag</link>
			<comments>http://www.techlog.org/archive/2010/02/12/system_center_operations_manag#comm</comments>
                                                <description><![CDATA[ <img src="http://www.techlog.org/images/scom_new.jpg" style="float:right;margin-left:10px;margin-bottom:5px;border:0px solid" title="" alt="" class="pivot-image" />The System Center Operations Manager 2007 R2 Cross Platform Cumulative Update 2 includes System Center Operations Manager 2007 R2 Cross Platform Agent Update (<a href="http://support.microsoft.com/kb/973583"  title="" target='_blank'>KB973583</a>) and additional bug fixes.<br />
<br />
<b>Note:</b> Keep in mind that the Management Packs associated with this release have <a href="http://blogs.msdn.com/scxplat/archive/2010/02/10/an-important-message-about-the-cross-platform-cumulative-update-2-kb979490-package.aspx"  title="" target='_blank'>not yet been published</a>, so you'll have to wait to use the full functionality of this update.<br />
<br />
<b>Note 2:</b> The Updated Management Packs have been posted, you can find them <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=b15fef5c-e331-4006-8913-be376bb0e0c1&displaylang=en"  title="" target='_blank'>here</a><br />
<br />
<img src="http://www.techlog.org/images/icon-download.gif" style="float:left;margin-right:10px;margin-bottom:5px;border:0px solid" title="" alt="" class="pivot-image" /> Download: <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=befb326c-67fb-4449-b7f8-3cbb64d61f19&displayLang=en"  title="" target='_blank'>System Center Operations Manager 2007 R2 Cross Platform Cumulative Update 2</a> ]]></description>
			<guid isPermaLink="false">4202@http://www.techlog.org/pivot/</guid>
			<category>default</category>
			<pubDate>Fri, 12 Feb 2010 08:19:00 +0100</pubDate>
		</item>
		
		
		
		<item>
			<title>Download the System Center Operations Manager 2007 R2 Documentation for offline viewing</title>
			<link>http://www.techlog.org/archive/2010/02/12/download_the_system_center_ope</link>
			<comments>http://www.techlog.org/archive/2010/02/12/download_the_system_center_ope#comm</comments>
                                                <description><![CDATA[ <img src="http://www.techlog.org/images/scom_new.jpg" style="float:right;margin-left:10px;margin-bottom:5px;border:0px solid" title="" alt="" class="pivot-image" /> As you know the most recent SCOM documentation can be found on Technet, see: <a href="http://technet.microsoft.com/en-us/opsmgr/bb498235.aspx" title="" target='_blank'>http://technet.microsoft.com/en-us/opsmgr/bb498235.aspx</a>.<br />
<br />
Sometimes though it's handy to have the documentation available offline. Microsoft provides a download where you can download the documentation for reference.<br />
<br />
<img src="http://www.techlog.org/images/icon-download.gif" style="float:left;margin-right:10px;margin-bottom:5px;border:0px solid" title="" alt="" class="pivot-image" /> Download: <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=19bd0eb5-7ca0-41be-8c0f-2d95fe7ec636"  title="" target='_blank'>System Center Operations Manager 2007 R2 Documentation</a> ]]></description>
			<guid isPermaLink="false">4201@http://www.techlog.org/pivot/</guid>
			<category>default</category>
			<pubDate>Fri, 12 Feb 2010 07:58:00 +0100</pubDate>
		</item>
		
		
		
		<item>
			<title>System Center Data Protection Manager 2010 Release Candidate</title>
			<link>http://www.techlog.org/archive/2010/02/09/system_center_data_protection_</link>
			<comments>http://www.techlog.org/archive/2010/02/09/system_center_data_protection_#comm</comments>
                                                <description><![CDATA[ <img src="http://www.techlog.org/images/system_center_new.jpg" style="float:right;margin-left:10px;margin-bottom:5px;border:0px solid" title="" alt="" class="pivot-image" />The Release Candidate for DPM 2010 is now available for public download.   <br />
<br />
<img src="http://www.techlog.org/images/icon-download.gif" style="float:left;margin-right:10px;margin-bottom:5px;border:0px solid" title="" alt="" class="pivot-image" /> Download: <a href="http://connect.microsoft.com/site840/Downloads/DownloadDetails.aspx?DownloadID=26452"  title="" target='_blank'>System Center Data Protection Manager 2010 Release Candidate</a> ]]></description>
			<guid isPermaLink="false">4200@http://www.techlog.org/pivot/</guid>
			<category>default</category>
			<pubDate>Tue, 09 Feb 2010 14:24:00 +0100</pubDate>
		</item>
		
		
		
		<item>
			<title>Microsoft releases new and updated superflows for ConfigMgr</title>
			<link>http://www.techlog.org/archive/2010/02/09/microsoft_releases_new_and_upd</link>
			<comments>http://www.techlog.org/archive/2010/02/09/microsoft_releases_new_and_upd#comm</comments>
                                                <description><![CDATA[ <img src="http://www.techlog.org/images/sccm_new.jpg" style="float:right;margin-left:10px;margin-bottom:5px;border:0px solid" title="" alt="" class="pivot-image" />A Superflow is an interactive content model which provides a structured and interactive interface for viewing documentation. Each SuperFlow includes comprehensive information about a specific dataflow, workflow, or process.<br />
<br />
The following superflows have been (re)released:<br />
<br />
* <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=e8905015-f134-4ed0-9450-e93921cf35f5"  title="" target='_blank'>SuperFlow for Configuring Software Updates</a><br />
* <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=a8d785f6-3bf7-4d98-8b4e-2c7c77dd0c04"  title="" target='_blank'>Software Update Deployment SuperFlow</a><br />
* <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=eae58754-edd8-4b9f-abc5-1a32b7b777b7"  title="" target='_blank'>SuperFlow for Creating SRS Report Models in Configuration Manager 2007</a> ]]></description>
			<guid isPermaLink="false">4199@http://www.techlog.org/pivot/</guid>
			<category>default</category>
			<pubDate>Tue, 09 Feb 2010 08:05:00 +0100</pubDate>
		</item>
		
		
		
		<item>
			<title>OpsMgr Agent installation - Manual versus Client push from console</title>
			<link>http://www.techlog.org/archive/2010/02/08/opsmgr_agent_installation__man</link>
			<comments>http://www.techlog.org/archive/2010/02/08/opsmgr_agent_installation__man#comm</comments>
                                                <description><![CDATA[ <img src="http://www.techlog.org/images/scom_new.jpg" style="float:right;margin-left:10px;margin-bottom:5px;border:0px solid" title="" alt="" class="pivot-image" />When designing an System Center Operations Manager infrastructure, depending on the situation you should make a decision on how you are going to deploy the agents to the servers (and perhaps even workstations) you are going to monitor.<br />
<br />
In this article I will give an overview of the different installation options, and try to summarize the advantages and advantages of using them. This is important because the method used to deploy your agents will what you can do with the agent once deployed.<br  /><br  />System Center Operations Manager provides several ways to deploy Agents to your servers, you can use a manual installation which covers the following scenario's:<br />
<br />
	• Start the Operations Manager Agent installation from the SCOM 2007 setup media (SetupOM.exe)<br />
	• Run the MomAgent.msi on each server from the AgentManagement subfolder of the SCOM installation folder an a  RMS or MS.<br />
	• Script an automatic installation, which uses the MomAgent.msi, and deploy it using your Software Distribution mechanism (SCCM, SMS, Altiris, Tivoli etc..), you can check <a href="http://blogs.technet.com/momteam/archive/2007/12/05/opsmgr-2007-command-line-parameter-complete-list.aspx"  target='_blank'>this article</a> for all the command line options available.<br />
	• Deploy the agent using AD group policies<br />
<br />
You can also use the console push though, which gives you the ability to either discover "to be installed" resources from your AD, or provide a list of computers on which you want to push the agent. And you can initiate an install from the Operations Manager console in order to deploy the agent to the server using by default the Management Server Action account or an account provided with enough rights to install the software.<br />
<br />
Depending on the infrastructure available you should pick an installation method that meets your needs, below is an overview of the advantages and disadvantages of each option which can help you to determine the best option for your environment.<br />
<br />
<b>Console Installation</b><br />
<br />
<u>Advantages</u><br />
	• Easy method to install agents using discover<br />
	• Automatically approved<br />
	• Repair option available<br />
	• Prerequisites automatically installed<br />
<br />
<u>Disadvantages</u><br />
	• Additional Firewall rules must be enabled in order for discovery and installation of agent to work<br />
	• No active directory integration<br />
	• Failover automatic but to any Management Server available.<br />
<br />
<b>Manual Installation</b><br />
	<br />
<u>Advantages</u><br />
	• Implement in server staging procedure (SCCM, Altiris etc..)<br />
	• Implement in current software distribution method<br />
	• Make use of Active Directory information to determine (predefined) backup management server and provide automatic failover<br />
	• Further automation possible (script Agent installation in  case of non AD joined servers )<br />
<br />
<u>Disadvantages</u><br />
	• No Change Primary Management Server from console<br />
	• No repair from console<br />
	• No uninstall from console<br />
	• No upgrade from console<br />
	• MSXML not automatically installed<br />
	• AD MP helper object not automatically installed if target is Domain Controller and  AD MP is not already installed.<br />
<br />
Other things to consider:<br />
	• Domain Controllers can't make use of Active Directory integration, so when using manual installation you should use other options when it concerns DC's<br />
	<br />
	<br />
<b><br />
Conclusion:</b><br />
<br />
Keep in mind that the method you use to install your OpsMgr agents has consequences on what you can do with the agent once deployed. Therefore choosing an installation method should really be considered in the design phase, and tested before implementing the solution to all your servers.<br />
<br />
Please contact me, if you see any additional advantages or disadvantages, I will integrate it into this document so that it can serve as a reference.<br />
<br />
<b>References:</b><br />
	• <a href="http://www.inovativ.nl/pagina/wie-zijn-wij"  target='_blank'>Experiences from my colleagues at INOVATIV </a><br />
	• <a href="http://clintboessen.blogspot.com/2009/05/ways-to-deploy-agents-in-scom.html"  target='_blank'>Ways to Deploy Agents in SCOM by Clint Boessen</a><br />
	• <a href="http://blogs.technet.com/kevinholman/archive/2009/02/20/getting-and-keeping-the-scom-agent-on-a-domain-controller-how-do-you-do-it.aspx<br />
"  target='_blank'>Getting and keeping the SCOM agent on a Domain Controller – how do YOU do it? By Kevin Holman</a><br />
	• <a href="http://blogs.technet.com/kevinholman/archive/2010/02/20/how-to-get-your-agents-back-to-remotely-manageable-in-opsmgr-2007-r2.aspx"  target='_blank'>How to get your agents back to “Remotely Manageable” in OpsMgr 2007 R2 </a> ]]></description>
			<guid isPermaLink="false">4198@http://www.techlog.org/pivot/</guid>
			<category>default</category>
			<pubDate>Mon, 08 Feb 2010 13:24:00 +0100</pubDate>
		</item>
		
		
		
		<item>
			<title>DFS Namespaces Management Pack for System Center Operations Manager 2007</title>
			<link>http://www.techlog.org/archive/2010/02/03/dfs_namespaces_management_pack</link>
			<comments>http://www.techlog.org/archive/2010/02/03/dfs_namespaces_management_pack#comm</comments>
                                                <description><![CDATA[ <img src="http://www.techlog.org/images/scom_new.jpg" style="float:right;margin-left:10px;margin-bottom:5px;border:0px solid" title="" alt="" class="pivot-image" />The DFS Namespaces Management Pack monitors servers running Windows Server® 2008, Windows Server 2003 R2, and Windows Server 2003. It can also be configured to monitor the health of DFS Namespaces from client computers running Windows Vista® or Windows® XP. This management pack monitors events that are recorded in the System event log by DFS Namespaces. It also monitors the overall health of DFS Namespaces and alerts you to critical issues.<br />
<br />
<img src="http://www.techlog.org/images/icon-download.gif" style="float:left;margin-right:10px;margin-bottom:5px;border:0px solid" title="" alt="" class="pivot-image" /> Download: <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=aa038235-8e50-40d0-b84f-93a6bba985c2"  title="" target='_blank'>DFS Namespaces Management Pack for System Center Operations Manager 2007</a> ]]></description>
			<guid isPermaLink="false">4197@http://www.techlog.org/pivot/</guid>
			<category>default</category>
			<pubDate>Wed, 03 Feb 2010 08:01:00 +0100</pubDate>
		</item>
		
		
		
		<item>
			<title>Application Compatibility Toolkit Connector Update</title>
			<link>http://www.techlog.org/archive/2010/02/02/application_compatibility_tool</link>
			<comments>http://www.techlog.org/archive/2010/02/02/application_compatibility_tool#comm</comments>
                                                <description><![CDATA[ <img src="http://www.techlog.org/images/sccm_new.jpg" style="float:right;margin-left:10px;margin-bottom:5px;border:0px solid" title="" alt="" class="pivot-image" />The Application Compatibility Toolkit Connector (ACT Connector) assists administrators with collecting the necessary computer and application compatibility information to help plan for a Windows deployment.act and vista<br />
<br />
With this connector update, Administrators will be able to utilize valuable Application Compatibility information right from within the Configuration Manager console.<br />
<br />
<img src="http://www.techlog.org/images/icon-download.gif" style="float:left;margin-right:10px;margin-bottom:5px;border:0px solid" title="" alt="" class="pivot-image" /> Download: <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=567be755-1d64-471d-8376-6b463491654b&displaylang=en"  title="" target='_blank'>Application Compatibility Toolkit Connector Update</a> ]]></description>
			<guid isPermaLink="false">4196@http://www.techlog.org/pivot/</guid>
			<category>default</category>
			<pubDate>Tue, 02 Feb 2010 08:52:00 +0100</pubDate>
		</item>
		
		
		
		<item>
			<title>Microsoft Management Summit 2010: T-2 months</title>
			<link>http://www.techlog.org/archive/2010/02/01/microsoft_management_summit_20</link>
			<comments>http://www.techlog.org/archive/2010/02/01/microsoft_management_summit_20#comm</comments>
                                                <description><![CDATA[ <img src="http://www.techlog.org/images/mms_2010.png" style="float:right;margin-left:10px;margin-bottom:5px;border:1px solid" title="MMS 2010" alt="MMS 2010" class="pivot-image" /> The annual Microsoft Management Summit (MMS) is the premier event of the year for deep technical information and training on the latest IT Management solutions from Microsoft, Partners, and Industry Experts. In a year packed with new management product releases, MMS 2010 will provide the latest technical updates on Desktop, Datacenter, Device and Cloud management features and solutions from Microsoft. The event will share more expert knowledge and information than ever, covering current System Center products as well as Windows platform management solutions for Virtualization of servers and desktops and applications. <br />
<br />
From executive keynotes providing product overviews and detailed roadmaps for 2010 and beyond to deep technical sessions packed with new solutions and best practices, there's something for everyone at MMS 2010, no matter what your IT Management specialty. MMS 2010 will again feature more than 8,000 Hands-on Lab places during the week, with most being led by experts providing a guided tour of the latest management releases and technologies. <br />
<br />
Meet the Experts. MMS 2010 will offer face-to-face access to Microsoft and industry IT management experts through a variety of networking opportunities. With Birds-of-a-feather, Speaker Q&A, and the Microsoft Experts pavilion there are many opportunities to speak 1:1 with experts from Microsoft and the industry at large. In addition, the MMS 2010 Expo will host over 60 sponsors and exhibitors showcasing their latest management products, services, and solutions. <a href="http://www.mms-2010.com/public/home.aspx"  target='_blank'>(more)</a> ]]></description>
			<guid isPermaLink="false">4195@http://www.techlog.org/pivot/</guid>
			<category>hoofdartikel</category>
			<pubDate>Mon, 01 Feb 2010 20:35:00 +0100</pubDate>
		</item>
		
		
		
		<item>
			<title>Operations Management Pack for Windows 2008 R2 Direct Access Server Now Available</title>
			<link>http://www.techlog.org/archive/2010/01/29/operations_management_pack_for</link>
			<comments>http://www.techlog.org/archive/2010/01/29/operations_management_pack_for#comm</comments>
                                                <description><![CDATA[ <img src="http://www.techlog.org/images/scom_new.jpg" style="float:right;margin-left:10px;margin-bottom:5px;border:0px solid" title="" alt="" class="pivot-image" />Now available for download, the Operations Management Pack for Windows Server 2008 R2 Direct Access Server supports a rich set of Alarms, Monitors and Agent Tasks that can be used to successfully and efficiently manage a Direct Access server.<br />
<br />
<img src="http://www.techlog.org/images/icon-download.gif" style="float:left;margin-right:10px;margin-bottom:5px;border:0px solid" title="" alt="" class="pivot-image" /> Download: <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=42149488-ea72-4fc7-bdc6-b12ae03aeb89&amp;displaylang=en"  title="" target='_blank'>Operations Management Pack for Windows 2008 R2 Direct Access Server</a> ]]></description>
			<guid isPermaLink="false">4194@http://www.techlog.org/pivot/</guid>
			<category>default</category>
			<pubDate>Fri, 29 Jan 2010 07:52:00 +0100</pubDate>
		</item>
		
		
		
		<item>
			<title>ConfigMgr 2007: How to move the Site Database</title>
			<link>http://www.techlog.org/archive/2010/01/29/configmgr_2007_how_to_move_the</link>
			<comments>http://www.techlog.org/archive/2010/01/29/configmgr_2007_how_to_move_the#comm</comments>
                                                <description><![CDATA[ <img src="http://www.techlog.org/images/sccm_new.jpg" style="float:right;margin-left:10px;margin-bottom:5px;border:0px solid" title="" alt="" class="pivot-image" />This article describes how to move the Site Database in Microsoft System Center Configuration Manager 2007 from a computer that is running Microsoft SQL Server 2005 to another drive on the same computer, or to another computer that is running SQL Server 2005.(<i><a href="http://blogs.technet.com/configurationmgr/archive/2010/01/28/configmgr-2007-how-to-move-the-site-database.aspx"  title="" target='_blank'>continue at source</a></i>) ]]></description>
			<guid isPermaLink="false">4193@http://www.techlog.org/pivot/</guid>
			<category>default</category>
			<pubDate>Fri, 29 Jan 2010 07:50:00 +0100</pubDate>
		</item>
		
		
		
		<item>
			<title>Review: Microsoft System Center Data Protection Manager 2010 Beta 1</title>
			<link>http://www.techlog.org/archive/2010/01/29/review_microsoft_system_center</link>
			<comments>http://www.techlog.org/archive/2010/01/29/review_microsoft_system_center#comm</comments>
                                                <description><![CDATA[ <img src="http://www.techlog.org/images/system_center_new.jpg" style="float:right;margin-left:10px;margin-bottom:5px;border:0px solid" title="" alt="" class="pivot-image" />Backup is one task in IT that no one looks forward to, so if you've been looking for a comprehensive, low maintenance solution, Data Protection Manager (DPM) from Microsoft might just be the ticket.<br />
<br />
DPM is specifically designed to protect Microsoft workloads: Exchange, SharePoint, SQL Server, AD and Hyper-V. It also follows the paradigm shift for data protection sweeping through the IT industry: rely on hard disks for backup and recovery; only use tape for long-term archiving.(<i><a href="http://www.zdnet.com.au/reviews/software/applications/soa/Microsoft-System-Center-Data-Protection-Manager-2010-Beta-1/0,2000065797,339300623,00.htm"  title="" target='_blank'>continue at source</a></i>) ]]></description>
			<guid isPermaLink="false">4192@http://www.techlog.org/pivot/</guid>
			<category>default</category>
			<pubDate>Fri, 29 Jan 2010 07:38:00 +0100</pubDate>
		</item>
		
		
		
		<item>
			<title>File Services Management Pack for System Center Operations Manager 2007 – Beta now open</title>
			<link>http://www.techlog.org/archive/2010/01/23/file_services_management_pack_</link>
			<comments>http://www.techlog.org/archive/2010/01/23/file_services_management_pack_#comm</comments>
                                                <description><![CDATA[ <img src="http://www.techlog.org/images/scom_new.jpg" style="float:right;margin-left:10px;margin-bottom:5px;border:0px solid" title="" alt="" class="pivot-image" />The File Services Team is proud to announce the beta release of our File Services Management Pack for System Center Operations Manager 2007.  This management pack provides health monitoring for SMB shares, NFS shares, DFS Namespaces, DFS Replication and File Server Resource Manager including the File Classification Infrastructure.<br />
<br />
<b>Download Instructions</b><br />
<br />
<ol><br />
<li>Log on to <a href="http://connect.microsoft.com/"  mce_href="http://connect.microsoft.com/" target='_blank'>Microsoft Connect</a> and create a profile if you have not already created a profile </li><li>Navigate to <a href="https://connect.microsoft.com/directory/"  mce_href="https://connect.microsoft.com/directory/" target='_blank'>Connection Directory</a> </li><li>Search for&nbsp; <b>File Services and Storage</b> and select <b>Apply Now</b> </li><li>Fill-out application survey </li><li>Log on to <a href="https://connect.microsoft.com/site554"  mce_href="https://connect.microsoft.com/site554" target='_blank'>File Services and Storage</a> connection </li><li>Click the announcement: <a href="https://connect.microsoft.com/site554/content/content.aspx?ContentID=15641"  mce_href="https://connect.microsoft.com/site554/content/content.aspx?ContentID=15641" target='_blank'>Beta release of SCOM Management Pack for File Services in Server 2008 R2</a> </li><li>Follow instructions to download the Management Pack</li></ol> ]]></description>
			<guid isPermaLink="false">4191@http://www.techlog.org/pivot/</guid>
			<category>default</category>
			<pubDate>Sat, 23 Jan 2010 21:26:00 +0100</pubDate>
		</item>
		
		
		
		<item>
			<title>OpsMgr Scripting: WYWINNWYG</title>
			<link>http://www.techlog.org/archive/2010/01/23/opsmgr_scripting_wywinnwyg</link>
			<comments>http://www.techlog.org/archive/2010/01/23/opsmgr_scripting_wywinnwyg#comm</comments>
                                                <description><![CDATA[ <img src="http://www.techlog.org/images/scom_new.jpg" style="float:right;margin-left:10px;margin-bottom:5px;border:0px solid" title="" alt="" class="pivot-image" />Vincent Dipippo: "What You Write Is Not Necessarily What You Get"<br />
<br />
OpsMgr 2007 has a fairly substantial library of discovery module types and monitor types that ship with it.  Even with that library, it seems that the single most important extensibility point in OpsMgr today is the ability to use custom scripts to perform discovery and monitoring tasks.  As I've developed scripts for OpsMgr, I have learned a great deal about how OpsMgr processes scripts.  This article describes some important concepts regarding how scripts are processed by OpsMgr. (<i><a href="http://www.myitforum.com/absolutenm/templates/IndustryNews.aspx?articleid=13917&zoneid=87"  title="" target='_blank'>continue at source</a></i>) ]]></description>
			<guid isPermaLink="false">4190@http://www.techlog.org/pivot/</guid>
			<category>default</category>
			<pubDate>Sat, 23 Jan 2010 20:55:00 +0100</pubDate>
		</item>
		
		
		
	</channel>
</rss>