<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Techlog</title>
	<atom:link href="http://www.techlog.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techlog.org</link>
	<description></description>
	<lastBuildDate>Tue, 21 Jun 2011 16:38:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Some things to consider before installing the ConfigMgr database on a SQL cluster</title>
		<link>http://www.techlog.org/2011/06/21/some-things-to-consider-before-installing-the-configmgr-database-on-a-sql-cluster/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=some-things-to-consider-before-installing-the-configmgr-database-on-a-sql-cluster</link>
		<comments>http://www.techlog.org/2011/06/21/some-things-to-consider-before-installing-the-configmgr-database-on-a-sql-cluster/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 09:19:32 +0000</pubDate>
		<dc:creator>Kenneth van Surksum</dc:creator>
				<category><![CDATA[System Center Configuration Manager]]></category>
		<category><![CDATA[Clustering]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.techlog.org/?p=245</guid>
		<description><![CDATA[The System Center Configuration Manager 2007 (ConfigMgr) database can be installed on a clustered SQL Server, some things work different though compared to installing ConfigMgr on a normal SQL server installation, and you should be aware of them before starting your installation. To summarize in front, what you should take into account before starting your [...]]]></description>
			<content:encoded><![CDATA[
<p>The System Center Configuration Manager 2007 (ConfigMgr) database can be installed on a clustered SQL Server, some things work different though compared to installing ConfigMgr on a normal SQL server installation, and you should be aware of them before starting your installation.</p>
<p>To summarize in front, what you should take into account before starting your installation:</p>
<ol>
<li>Make sure that the SQL administrators are aware that during installation extra righs are needed and that after installation the Site server must stay local administrator on the cluster nodes</li>
<li>Make sure that the SQL administrators are aware of the fact that ConfigMgr will install a service on the Cluster Nodes, which is used for creating the backup using VSS</li>
<li>Make sure that each shared cluster disk contains a no_sms_on_drive.sms file on the disk</li>
<li>Configure the Site Backup tasks, so that it is either configured to backup to an UNC path or a drive which is suitable for storing the backup files on both the site server and the cluster nodes using the &#8220;Different Paths for the Site Backup and Database backup&#8221; option</li>
</ol>
<p><strong><a href="http://www.techlog.org/2011/06/21/some-things-to-consider-before-installing-the-configmgr-database-on-a-sql-cluster/">(more&#8230;)</a></strong></p>
<p><span id="more-245"></span></p>
<p>First off all, before you can even start the installation, you must make sure the following prerequisites are taken care off:</p>
<ul>
<li>The computer account of the site server and the account used to execute the installation should be made local administrator on all the cluster nodes.</li>
</ul>
<ul>
<li>The user running the ConfigMgr installation must have sysadmin rights on the instance of the remote SQL server</li>
</ul>
<ul>
<li>The correct Service Principal Names must be registered in Active Directory</li>
</ul>
<p>Please note that after installation, the user performing the installation can be removed from the local administrators group on the cluster nodes, and its sysadmin rights on the SQL instance can be removed.</p>
<p>Before actually starting the installation, you should run the prerequisite checker in order to determine if al prerequisites are met.</p>
<p>The installation procedure creates the database on the SQL cluster, including the necessary rights for ConfigMgr to function normally, unfortunately there is no SQL script available to create the database upfront.</p>
<p>The installation also installs a service on each of the cluster nodes, used for backing up the database. This service is called SMS_SITE_SQLBackup_&lt;machinename&gt; and this service is reponsible for creating the database backup, which you configure as a maintenance task later on.</p>
<p>There are two caveats here, which aren&#8217;t clearly explained in the documentation on technet:</p>
<ol>
<li>First of all, the service is installed on the disk which has the most free space available, and ConfigMgr setup doesn&#8217;t take into account whether this disk as a cluster resource or not. In order to prevent ConfigMgr to install its binaries on a cluster shared disk, make sure that you create a no_sms_on_drive.sms file on each of the cluster disks before starting the installation of ConfigMgr</li>
<li>As just mentioned, you configure the backup using a maintenance task. When configuring this maintenance task, you also provide a location to store the backup. In this case though, the location on where to store the backup files should be configured differently between the Site server and each of the cluster nodes. You can accomplish this by choosing the &#8220;Different Paths for the Site Backup and Database backup&#8221; option and provide a suitable location on where to store the backup files.</li>
</ol>
<p><a href="http://www.techlog.org/wp-content/uploads/2011/06/clip_image0011.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0px; border: 0px;" title="clip_image001" src="http://www.techlog.org/wp-content/uploads/2011/06/clip_image001_thumb1.png" border="0" alt="clip_image001" width="244" height="218" /></a></p>
<p>The above solution has some disadvantages though, if you choose a cluster shared disk to store the backup files on the cluster, there is no problem. But if you choose a local disk you should be aware that the most recent SQL backup resides on the drive of the cluster node which was the owner of the resource at the time the backup was made.</p>
<p>It may be better to store the backup on a central location though, so that you have one location which you backup using your normal backup solution. In order for this to work, you should choose the option: &#8220;Network path (UNC Name) for site data and database&#8221;</p>
<p><a href="http://www.techlog.org/wp-content/uploads/2011/06/clip_image0021.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0px; border: 0px;" title="clip_image002" src="http://www.techlog.org/wp-content/uploads/2011/06/clip_image002_thumb1.png" border="0" alt="clip_image002" width="244" height="219" /></a></p>
<p>Keep in mind that when using UNC Backup, that you need to authorize the computer accounts of the Site server and each cluster node, with write access to the share.</p>
<p>What to do if you forgot this upfront:</p>
<p>At the <a href="http://madvirtualizer.wordpress.com/author/madvirtualizer/">blog of the Mad Virtualizer</a>, someone who provides Virtualization and Manageability Support at Microsoft, I found a solution to a similar problem, for me the solution worked a little bit differently, so therefore i described the solution the way i implemented it below.</p>
<p>If you didn&#8217;t put the no_sms_on_drive.sms file on each of the cluster shared disks, and you only have a C: drive on your cluster nodes, there is a big chance that on the non-active cluster node the files needed for the backup service are installed on the c: drive, and on the active cluster node on the shared cluster disk with the most free space available at that time. As long as the resources stay on that node nothing is wrong, but once the cluster resource moves, things start to go wrong resulting in non-working backups.</p>
<p>In order to reconfigure the cluster node so that the files are installed locally instead on a cluster shared disk you should use the following procedure to reconfigure the server:</p>
<ol>
<li>
<div style="border-bottom-style: none; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px; vertical-align: middle; padding-top: 0px;"><span><span style="font-family: Calibri;"><span style="color: #000000; font-size: 11pt;">Stop the SMS_Site_SQLBackup_&lt;site server name&gt; service on the cluster node on which the binaries are installed on a shared cluster disk</span></span></span></div>
</li>
<li> <span><span style="font-family: Calibri;"><span style="color: #000000; font-size: 11pt;">Remove the following registry key on the cluster node (make sure you make a backup first in case something goes wrong) HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\SMS\Components on a 64-bit installation or HKEY_LOCAL_MACHINE\Software\Microsoft\SMS\Components on a 32-bit installation</span></span></span></li>
<li> <span><span style="font-family: Calibri;"><span style="color: #000000; font-size: 11pt;">Browse to the following registry key on the site server:</span></span></span><span style="font-family: Calibri;"><span style="color: #000000; font-size: 11pt;">HKLM\Software\(Wow6432Node\)Microsoft\SMS\Components\SMS_SITE_Component_Manager\Multisite Component Servers\&lt;cluster node name&gt; and modify the value of path to a path on the C: drive </span></span></li>
<li> <span><span style="font-family: Calibri;"><span style="color: #000000; font-size: 11pt;">Browse to the following registry key on the site server: </span></span></span><span style="font-family: Calibri;"><span style="color: #000000; font-size: 11pt;">HKLM\Software\Microsoft\SMS\Components\SMS_SITE_Component_Manager\Multisite Component Servers\&lt;cluster node name&gt;\SMS_Site_SQL_Backup and modify the value of “Installed At Least One File” to 0</span></span></li>
<li> <span><span style="font-family: Calibri;"><span style="color: #000000; font-size: 11pt;">Restart the SMS_SITE_COMPONENT_MANAGER service on the Site Server</span></span></span></li>
<li><span><span style="font-family: Calibri;"><span style="color: #000000; font-size: 11pt;">Monitor the Sitecomp.log file on the site server for succesfull installation can be found in the ,&lt;ConfigMgr installation folder&gt;\Logs folder</span></span></span></li>
<li> <span><span style="font-family: Calibri;"><span style="color: #000000; font-size: 11pt;">Check the backup by starting the SMS_SITE_BACKUP service on the Site server and checking the logfile to determine if the backup succeeded.</span></span></span></li>
</ol>
<p><span style="text-decoration: underline;">References:</span></p>
<p>How to Install Configuration Manager Using a Clustered SQL Server Instance- <a href="http://technet.microsoft.com/en-us/library/bb680513.aspx">http://technet.microsoft.com/en-us/library/bb680513.aspx</a></p>
<p>Prerequisites for Installing Configuration Manager &#8211; <a href="http://technet.microsoft.com/en-us/library/bb694113.aspx">http://technet.microsoft.com/en-us/library/bb694113.aspx</a></p>
<p>Setup Prerequisite Checks &#8211; <a href="http://technet.microsoft.com/en-us/library/bb680951.aspx">http://technet.microsoft.com/en-us/library/bb680951.aspx</a></p>
<p>Troubleshooting Duplicate or Missing SPNs for a ConfigMgr 2007 SQL Database &#8211; <a href="http://blogs.technet.com/b/configurationmgr/archive/2010/10/26/troubleshooting-duplicate-or-missing-spns-for-a-configmgr-2007-sql-database.aspx">http://blogs.technet.com/b/configurationmgr/archive/2010/10/26/troubleshooting-duplicate-or-missing-spns-for-a-configmgr-2007-sql-database.aspx</a></p>
<p>How to Prevent Configuration Manager From Installing Files on a Specific Drive &#8211; <a href="http://technet.microsoft.com/en-us/library/bb632890.aspx">http://technet.microsoft.com/en-us/library/bb632890.aspx</a></p>
<p>SCCM (Configuration Manager) Installed Component Provider Binaries on SQL Clustered Drive (or other shared clustered drive) by Mistake. &#8211; <a href="https://madvirtualizer.wordpress.com/2011/01/14/sccm-configuration-manager-installed-component-provider-binaries-on-sql-clustered-drive-or-other-shared-clustered-drive-by-mistake/">https://madvirtualizer.wordpress.com/2011/01/14/sccm-configuration-manager-installed-component-provider-binaries-on-sql-clustered-drive-or-other-shared-clustered-drive-by-mistake/</a></p>
<p>Backup ConfigMgr Site Server Task Overview &#8211; <a href="http://technet.microsoft.com/en-us/library/bb633003.aspx">http://technet.microsoft.com/en-us/library/bb633003.aspx</a></p>

]]></content:encoded>
			<wfw:commentRss>http://www.techlog.org/2011/06/21/some-things-to-consider-before-installing-the-configmgr-database-on-a-sql-cluster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring Group Policies for your ConfigMgr Servers</title>
		<link>http://www.techlog.org/2011/06/07/configuring-group-policies-for-your-configmgr-servers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=configuring-group-policies-for-your-configmgr-servers</link>
		<comments>http://www.techlog.org/2011/06/07/configuring-group-policies-for-your-configmgr-servers/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 20:35:34 +0000</pubDate>
		<dc:creator>Kenneth van Surksum</dc:creator>
				<category><![CDATA[AD Group Policy]]></category>
		<category><![CDATA[System Center Configuration Manager]]></category>

		<guid isPermaLink="false">http://www.techlog.org/?p=235</guid>
		<description><![CDATA[When you are installing System Center Configuration Manager (ConfigMgr) 2007 in environments where group policies are used to control the User Rights Assignment and Security Options security settings of the Servers, because if you don&#8217;t the settings coming from the ConfigMgr installation will be overwritten at the next policy refresh, which could result in interesting [...]]]></description>
			<content:encoded><![CDATA[
<p>When you are installing System Center Configuration Manager (ConfigMgr) 2007 in environments where group policies are used to control the User Rights Assignment and Security Options security settings of the Servers, because if you don&#8217;t the settings coming from the ConfigMgr installation will be overwritten at the next policy refresh, which could result in interesting scenario&#8217;s. To mitigate this you have to provide the settings needed to make the Server work correctly to the Group Policy Administrators.</p>
<p><span style="text-decoration: underline;"><strong>How to determine the Policy Settings:</strong></span></p>
<p>In order to determine the correct settings, its best to build ConfigMgr in a test environment, where the servers are isolated from Group Policies when you are installing them. Start with detailing the configuration of the Security Settings of the machine in the state which you received it, or just after you installed the machine yourself. This can be easily done by exporting the User Rights Assigment and the Security Options settings using the Export List… options when you rights click the User Rights Assignment or Security Options node. Save the output, and make sure you detail the fact that this settings reflect your start position. (<a href="http://www.techlog.org/2011/06/07/configuring-group-policies-for-your-configmgr-servers/">more</a>)</p>
<p><span id="more-235"></span></p>
<p>The Second step should be that you configure the requirements needed on the Server in order to be able to install Configuration Manager, like IIS, WSUS etc.. (detailed here). When finished repeat the same procedure and make sure you name the output files to reflect the pre ConfigMgr installation state.</p>
<p>The Third step, is the ConfigMgr installation itself, install ConfigMgr and make sure the Site (or site system) is working properly. Repeat the described procedure and make sure you name the output files to reflect the post ConfigMgr installation state. There are probably more ways to achieve this goal, but this works with out of the box functionality.</p>
<p>The outcome of my investigation, which is the difference between the first and the last output saved, resulted in the following settings:</p>
<blockquote><p><span style="text-decoration: underline;">User Rights Assignment:</span></p>
<p>Adjust Memory Quotas for a process: Add Classic .NET AppPool,DefaultAppPool</p>
<p>Generate Security audits: Add Classic .NET AppPool,DefaultAppPool</p>
<p>Impersonate a client after authentication: Add IIS_IUSRS</p>
<p>Log on as a batch job: Add IIS_IUSRS</p>
<p>Log on as a service: Add Classic .NET AppPool,DefaultAppPool</p>
<p>Replace a process level token: Add Classic .NET AppPool,DefaultAppPool</p>
<p><span style="text-decoration: underline;">Security Options:</span></p>
<p>Network access: Remotely accessible registry paths and sub-paths: Add Software\Microsoft\SMS</p></blockquote>
<p>Keep in mind, that when you configure a so called Delta Policy for your ConfigMgr servers &#8211; which only contain the settings needed for that type of machine, you have to provide the default settings plus the above settings in the policy in order for the setting to be applied successfully.</p>
<p>The Caveat (without it it wouldn&#8217;t be fun…)</p>
<p>As always, when implementing these settings you run into some other &#8220;Challenges&#8221;, in my case it was because of the fact that the IIS Classic .NET AppPool and DefaultAppPool accounts weren&#8217;t added successfully to the registry after applying the newly configured policy. When you run a GPResult /H Report.html the report details that the settings are successfully applied, but when opening the local policy editor (Gpedit.msc) or the Resultant Set of Policy tool (RSOP.msc) when troubleshooting further you will notice that the settings are not applied.</p>
<p><a href="http://www.techlog.org/wp-content/uploads/2011/06/clip_image001.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0px; border-width: 0px;" title="clip_image001" src="http://www.techlog.org/wp-content/uploads/2011/06/clip_image001_thumb.png" border="0" alt="clip_image001" width="500" height="323" /></a></p>
<p>The fact that the settings are not applied is also logged in the Application event log and searching for eventid 1202, resulting in the following error:</p>
<p><a href="http://www.techlog.org/wp-content/uploads/2011/06/clip_image002.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0px; border-width: 0px;" title="clip_image002" src="http://www.techlog.org/wp-content/uploads/2011/06/clip_image002_thumb.png" border="0" alt="clip_image002" width="500" height="347" /></a></p>
<p>You can also see how Group Policies are applied by looking at the winlogon.log file created in the %windir%\security\logs\ folder during logon.</p>
<blockquote><p>Configuring SeImpersonatePrivilege for this account is not supported.</p>
<p>Configure Classic .NET AppPool.</p>
<p>Error 1332: No mapping between account names and security IDs was done.</p></blockquote>
<p>After this, then Google or you other favorite search engine is your friend, eventually resulting in finding the following KB article 977695: <a href="http://support.microsoft.com/kb/977695">http://support.microsoft.com/kb/977695</a></p>
<p>The KB Article describes that when the Group Policy Management Editor changes settings under User Rights Assignment, it translates per-Service SIDs to service names, it does not add the NT Service or IIS AppPool prefix when doing so though, resulting in the behavior that only the supplied name in the Group Policy Management Editor (for example Classic .NET AppPool) is written to the GptTmpl.inf file while this should be IIS AppPool\Classic .NET AppPool instead.</p>
<p>The KB Article provides two solutions, by either requesting a hotfix to fix the Group Policy Management Editor, or by manually editing the GptTmpl.inf file. I decided to just the last option to edit the GptTmpl.inf file directly (search for the GUID of the Policy, and locate the correct .inf file)</p>
<blockquote><p>[Privilege Rights]</p>
<p>SeIncreaseQuotaPrivilege = IIS AppPool\DefaultAppPool,IIS AppPool\Classic .NET AppPool,*S-1-5-32-544</p>
<p>SeAuditPrivilege = IIS AppPool\Classic .NET AppPool,IIS AppPool\DefaultAppPool</p>
<p>SeBatchLogonRight = IIS_IUSRS</p>
<p>SeServiceLogonRight = IIS AppPool\Classic .NET AppPool,IIS AppPool\DefaultAppPool</p>
<p>SeAssignPrimaryTokenPrivilege = IIS AppPool\DefaultAppPool,IIS AppPool\Classic .NET AppPool</p>
<p>SeImpersonatePrivilege = *S-1-5-6,IIS_IUSRS,*S-1-5-32-544</p></blockquote>
<p>After modifying the GptTmpl.inf file and running a GPUpdate /force, i was able to check a Resultant Set of Policy, which gave the expected result.</p>
<p>Challenge solved <img src='http://www.techlog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

]]></content:encoded>
			<wfw:commentRss>http://www.techlog.org/2011/06/07/configuring-group-policies-for-your-configmgr-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Repair a broken client in System Center Configuration Manager 2012</title>
		<link>http://www.techlog.org/2011/05/19/repair-a-broken-client-in-system-center-configuration-manager-2012/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=repair-a-broken-client-in-system-center-configuration-manager-2012</link>
		<comments>http://www.techlog.org/2011/05/19/repair-a-broken-client-in-system-center-configuration-manager-2012/#comments</comments>
		<pubDate>Wed, 18 May 2011 22:01:19 +0000</pubDate>
		<dc:creator>Aad Noman</dc:creator>
				<category><![CDATA[System Center Configuration Manager]]></category>

		<guid isPermaLink="false">http://www.techlog.org/?p=203</guid>
		<description><![CDATA[All who work with Configuration Manager know that clients sometimes stop working correctly. This means that the Configuration Manager client is not communicating anymore with its management point. This will result for example in that advertisements are not being presented to the users. Two well-known causes of this are: corrupted or broken WMI on the client computer [...]]]></description>
			<content:encoded><![CDATA[
<p>All who work with Configuration Manager know that clients sometimes stop working correctly. This means that the Configuration Manager client is not communicating anymore with its management point. This will result for example in that advertisements are not being presented to the users. Two well-known causes of this are: corrupted or broken WMI on the client computer or the Client Agent services has been stopped.</p>
<p>System Center Configuration Manager 2012 has a built-in health feature to repair the client. The program is called <strong>Ccmeval.exe</strong> and can be found in the folder <strong>C:\Windows\Ccm</strong>. When the client is installed a scheduled task is created on the client computer to run this program daily. This means that a client should not be dysfunctional for more than 1 day.</p>
<p><a href="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5438.jpg"><img class="alignnone size-medium wp-image-207" title="IMG_5438" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5438-300x200.jpg" alt="" width="300" height="200" /></a><br />
Let see if this works..<strong> <a href="http://www.techlog.org/2011/05/19/repair-a-broken-client-in-system-center-configuration-manager-2012/">(more)</a><span id="more-203"></span></strong><br />
I have a Configuration Manager 2012 environment with a computer where the Configuration Manager client is installed. When we look at the properties of the Configuration Manager client we see that most tabs are empty, meaning the client is not function as it should.</p>
<p><a href="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5436.jpg"><img class="alignnone size-medium wp-image-209" title="IMG_5436" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5436-267x300.jpg" alt="" width="267" height="300" /></a></p>
<p>This client must be repaired in order to restore communications with the site. We can wait for the schedule task to run but in this case I run the <strong>Ccmeval.exe</strong> manually to trigger the repair process. We can track the process of repairing the client. We can this this by tracing the log file: <strong>C:\Windows\CCM\Logs\CcmEval.log</strong>.</p>
<p><a href="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5427.jpg"><img class="size-medium wp-image-211 alignleft" title="IMG_5427" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5427-300x200.jpg" alt="" width="300" height="200" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>In the log file you can see that the client health mechanism has determined that the WMI is corrupted on the client. To fix this the SMS Agent Host service is reinstalled from the client locally. Note that it is not installing from the management point. After the client is repaired the client will automatically create a <strong>DDR</strong>(Discovery Data Record) and sent this heartbeat <strong>DDR</strong> to the management point. After the Site server has processed this request the client is healthy and will receive policies again. The verify this we open the properties of the Configuration Manager in the Control Panel. As you can see the tabs are now filled with the properties of the site.</p>
<p><a href="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5442.jpg"><img class="alignnone size-medium wp-image-212" title="IMG_5442" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5442-261x300.jpg" alt="" width="261" height="300" /></a></p>
<p><strong>Conclusion</strong>: The client Healt feature in Configuration Manager 2012 is very welcome. it keeps the client connected to the site. When for some reason the client is not function well it gets automatically repaired.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.techlog.org/2011/05/19/repair-a-broken-client-in-system-center-configuration-manager-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>System Center Orchestrator 2012 overview</title>
		<link>http://www.techlog.org/2011/05/17/system-center-orchestrator-2012-overview/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=system-center-orchestrator-2012-overview</link>
		<comments>http://www.techlog.org/2011/05/17/system-center-orchestrator-2012-overview/#comments</comments>
		<pubDate>Tue, 17 May 2011 19:32:50 +0000</pubDate>
		<dc:creator>Maarten Goet</dc:creator>
				<category><![CDATA[System Center Orchestrator]]></category>

		<guid isPermaLink="false">http://www.techlog.org/?p=190</guid>
		<description><![CDATA[At Microsoft Teched North America 2011, Adam Hall presented on System Center Orchestrator 2012. System Center Orchestrator is the new name for Opalis, aquired last year &#8212; Microsoft&#8217;s premier tool for integration, orchestration and automation. Adam did an overview session, revealing much of the features we can expect in the next few months. He started [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://www.techlog.org/wp-content/uploads/2011/05/system_center_orchestrator.png"><img class="alignleft size-full wp-image-191" title="System Center Orchestrator" src="http://www.techlog.org/wp-content/uploads/2011/05/system_center_orchestrator.png" alt="System Center Orchestrator" width="300" height="92" /></a>At Microsoft Teched North America 2011, Adam Hall presented on System Center Orchestrator 2012. System Center Orchestrator is the new name for Opalis, aquired last year &#8212; Microsoft&#8217;s premier tool for integration, orchestration and automation. Adam did an overview session, revealing much of the features we can expect in the next few months. He started his talk by announcing that the first beta of System Center Orchestrator 2012 will be available in June.</p>
<p>The System Center Orchestrator Beta marks a significant milestone, indicating a move of the codebase from the Opalis subsidiary to Microsoft System Center. This has many positive benefits, including a removal of the licensing complexity around the ‘grant’ of Opalis, greater alignment to the Microsoft <a href="http://www.microsoft.com/cec/en/us/default.aspx" target="_blank">Common Engineering Criteria</a> and also things like the Support Lifecycle. <strong><a href="http://www.techlog.org/2011/05/17/system-center-orchestrator-2012-overview">(more)</a><span id="more-190"></span></strong></p>
<p>If you would like to take the new Beta for a spin, al you need to do is <a href="https://connect.microsoft.com/site1211/Survey/Survey.aspx?SurveyID=12773" target="_blank">sign up here</a> and they will contact you when the program starts in June. The evaluation program will take you on a guided tour of the Orchestrator Beta, providing documentation on a variety of topics, a ready made environment if you just want to spin up quickly (although the new Installer is very quick and easy!) and regular access to the Orchestrator product team.</p>
<p>The table below contains some more detailed information about the system requirements and other features of Orchestrator. The table below is designed to highlight the key changes being made for the Orchestrator release, and also any differences between the Beta and RTM.</p>
<table border="1" cellspacing="0" cellpadding="0" width="600">
<tbody>
<tr>
<td width="160" valign="top"><strong>Configuration Item</strong></td>
<td width="134" valign="top"><strong>Opalis 6.3</strong></td>
<td width="148" valign="top"><strong>Orchestrator Beta</strong></td>
<td width="156" valign="top"><strong>Orchestrator Release</strong></td>
</tr>
<tr>
<td width="160" valign="top"><strong>OS Support for Server components</strong></td>
<td width="134" valign="top">Windows Server 2003 SP2, 2003 R2 SP2, 2008, 2008 R2</td>
<td width="148" valign="top">Windows 2008 R2</td>
<td width="156" valign="top">Windows 2008 R2</td>
</tr>
<tr>
<td width="160" valign="top"><strong>OS Support for Client components</strong></td>
<td width="134" valign="top">Windows Server 2003 SP2, 2003 R2 SP2, 2008, 2008 R2<br />
Windows XP, Vista, 7</td>
<td width="148" valign="top">Windows 2008 R2<br />
Windows 7 x86 and x64</td>
<td width="156" valign="top">Windows 2008 R2<br />
Windows 7 x86 and x64</td>
</tr>
<tr>
<td width="160" valign="top"><strong>Database Support for Datastore</strong></td>
<td width="134" valign="top">SQL 2005, 2008<br />
Oracle</td>
<td width="148" valign="top">SQL 2008 R2</td>
<td width="156" valign="top">SQL 2008 R2</td>
</tr>
<tr>
<td width="160" valign="top"><strong>System Center IPs</strong></td>
<td width="134" valign="top">Existing System Center products</td>
<td width="148" valign="top">Existing System Center products</td>
<td width="156" valign="top">Existing System Center products (updated)<br />
System Center 2012</td>
</tr>
<tr>
<td width="160" valign="top"><strong>All other IPs</strong><br />
<strong>(Microsoft 3<sup>rd</sup> party and community)</strong></td>
<td width="134" valign="top">Functional based on the OS model they support.<br />
<a href="http://technet.microsoft.com/en-us/library/gg440750.aspx">Existing IP<br />
support matrix</a></td>
<td width="148" valign="top">Expect all IPs that have been remediated to support 2008 R2 to<br />
function.<br />
QIK based IPs should be tested and remediation may be<br />
required.<br />
New Beta IPs expected in the Orchestrator Beta timeframe:<br />
Active Directory, FTP, VMware vSphere and IBM Tivoli Netcool<br />
Omnibus.</td>
<td width="156" valign="top">All Microsoft IPs that have been remediated will support 2008<br />
R2 and Orchestrator.<br />
QIK based IPs should be tested and remediation may be<br />
required.<br />
More information about IPs being updated and the release cycle<br />
to be communicated at a later date.</td>
</tr>
<tr>
<td width="160" valign="top"><strong>Export/Import from Opalis to Orchestrator</strong></td>
<td width="134" valign="top">All information is exported.</td>
<td width="148" valign="top"><span style="text-decoration: underline;">Import</span><br />
Encrypted data that is included in an imported runbook must be<br />
re-entered (e.g. passwords)<br />
Runbooks not in pipeline mode will be marked “Checked Out” and<br />
require remediation.<br />
<span style="text-decoration: underline;">Export</span><br />
Export from Orchestrator and import to Opalis is not<br />
supported.</td>
<td width="156" valign="top"><span style="text-decoration: underline;">Import</span><br />
Encrypted data is re-encrypted using the new crypto model<br />
automatically.<br />
Runbooks not in pipeline mode will be marked “Checked Out” and<br />
require remediation.<br />
<span style="text-decoration: underline;">Export</span><br />
Export from Orchestrator and import to Opalis is not<br />
supported.</td>
</tr>
<tr>
<td width="160" valign="top"><strong>Web Console</strong></td>
<td width="134" valign="top">Operator Console<br />
JBOSS and OSS based</td>
<td width="148" valign="top">Orchestration Console<br />
IIS and Silverlight based</td>
<td width="156" valign="top">Orchestration Console<br />
IIS and Silverlight based</td>
</tr>
<tr>
<td width="160" valign="top"><strong>QIK</strong></td>
<td width="134" valign="top">As per current release</td>
<td width="148" valign="top">No changes</td>
<td width="156" valign="top">New QIK features to be communicated at a later date.</td>
</tr>
<tr>
<td width="160" valign="top"><strong>Installer experience</strong></td>
<td width="134" valign="top">Opalis installation experience<br />
JBOSS and Java separate installer</td>
<td width="148" valign="top">New installer experience including pre-requisite installation</td>
<td width="156" valign="top">New installer experience including pre-requisite installation</td>
</tr>
<tr>
<td width="160" valign="top"><strong>PowerShell Provider</strong></td>
<td width="134" valign="top">N/A</td>
<td width="148" valign="top">No</td>
<td width="156" valign="top">Yes</td>
</tr>
<tr>
<td width="160" valign="top"><strong>SNMP</strong></td>
<td width="134" valign="top">As per existing release</td>
<td width="148" valign="top">No support for SNMP v3</td>
<td width="156" valign="top">Updates to be communicated at a later date.</td>
</tr>
<tr>
<td width="160" valign="top"><strong>Activity changes</strong><br />
<strong>(foundation and legacy)</strong></td>
<td width="134" valign="top">As per current release</td>
<td width="148" valign="top">Legacy Activities <span style="text-decoration: underline;">removed</span>:<br />
<strong>Legacy Text / File Management Activities:</strong><br />
Manage Text File<br />
Create Folder (Legacy)<br />
Delete Folder (Legacy)<br />
Copy File (Legacy)<br />
Delete File (Legacy)<br />
Move File (Legacy)<br />
Rename File (Legacy)<br />
Get File Status (Legacy)<br />
Monitor File (Legacy)<br />
Monitor Folder (Legacy)<br />
<strong>Non-Pipeline Mode Legacy Activities:</strong><br />
Filter Email<br />
Process Email<br />
Read Email<br />
Filter Exchange Email<br />
Process Exchange Email<br />
Read Exchange Email<br />
<strong>Foundation Activities used for Legacy Mode:</strong><br />
Wait<br />
<strong>Infrequently Used or Obsolete:</strong><br />
Pager<br />
Purge event log<br />
Send pop-ups<br />
Monitor Event Log Capacity<br />
Monitor Performance<br />
Send Popup</td>
<td width="156" valign="top">As per Beta.<br />
Further changes and updates to be communicated at a later<br />
date.</td>
</tr>
<tr>
<td width="160" valign="top"><strong>Other Activity changes (per IP)</strong></td>
<td width="134" valign="top">As per current release</td>
<td width="148" valign="top">Changes specific to each IP as it is remediated</td>
<td width="156" valign="top">Changes specific to each IP as it is remediated</td>
</tr>
</tbody>
</table>
<p>So what more will we see in System Center Orchestrator?</p>
<ul>
<li>Dynamic Silverlight console
<ul>
<li>Consistency across Versions</li>
<li>Opalis 6.3 &amp; Orchestrator</li>
<li>PowerShell</li>
<li>Protection of existing investments in Opalis 6.3</li>
</ul>
</li>
<li>Powerful Web Service
<ul>
<li>Interface from anywhere to System Center</li>
</ul>
</li>
<li>Reporting
<ul>
<li>No new interfaces, just leverage of existing structures</li>
</ul>
</li>
<li>Script based interaction with System Center Orchestrator</li>
</ul>
<p>Want to know more? Visit <a href="http://blog.coretech.dk/jgs/first-look-at-system-center-orchestrator-2012/" target="_blank">Jakob&#8217;s blogpost</a> or visit the official <a href="http://blogs.technet.com/b/scorch/archive/2011/03/30/a-first-look-at-system-center-orchestrator.aspx" target="_blank">Microsoft blogpost</a>. Below are some screenshots of the upcoming System Center Orchestrator release:</p>

<a href='http://www.techlog.org/2011/05/17/system-center-orchestrator-2012-overview/system_center_orchestrator/' title='System Center Orchestrator'><img width="150" height="92" src="http://www.techlog.org/wp-content/uploads/2011/05/system_center_orchestrator-150x92.png" class="attachment-thumbnail" alt="System Center Orchestrator" title="System Center Orchestrator" /></a>
<a href='http://www.techlog.org/2011/05/17/system-center-orchestrator-2012-overview/system_center_orchestrator_runbook/' title='System Center Orchestrator Runbook'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/system_center_orchestrator_runbook-150x150.png" class="attachment-thumbnail" alt="System Center Orchestrator Runbook" title="System Center Orchestrator Runbook" /></a>
<a href='http://www.techlog.org/2011/05/17/system-center-orchestrator-2012-overview/system_center_orchestrator_webconsole/' title='System Center Orchestrator Webconsole'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/system_center_orchestrator_webconsole-150x150.png" class="attachment-thumbnail" alt="System Center Orchestrator Webconsole" title="System Center Orchestrator Webconsole" /></a>


]]></content:encoded>
			<wfw:commentRss>http://www.techlog.org/2011/05/17/system-center-orchestrator-2012-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>System Center Operations Manager 2012 network monitoring</title>
		<link>http://www.techlog.org/2011/05/17/system-center-operations-manager-2012-network-monitoring/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=system-center-operations-manager-2012-network-monitoring</link>
		<comments>http://www.techlog.org/2011/05/17/system-center-operations-manager-2012-network-monitoring/#comments</comments>
		<pubDate>Tue, 17 May 2011 14:56:03 +0000</pubDate>
		<dc:creator>Maarten Goet</dc:creator>
				<category><![CDATA[System Center Operations Manager]]></category>

		<guid isPermaLink="false">http://www.techlog.org/?p=171</guid>
		<description><![CDATA[This thursday, at Microsoft Teched North America 2011, Rob Kuehfus and myself will be presenting a breakout session (SIM354) on System Center Operations Manager 2012 network monitoring. Network monitoring is one of the new features that Microsoft is putting into System Center Operations Manager 2012. So what are the new features that we&#8217;re introducing? Out [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://www.techlog.org/wp-content/uploads/2011/05/system_center_operations_manager_2012.png"><img class="alignleft size-full wp-image-172" title="System Center Operations Manager 2012" src="http://www.techlog.org/wp-content/uploads/2011/05/system_center_operations_manager_2012.png" alt="System Center Operations Manager 2012" width="440" height="110" /></a>This thursday, at Microsoft Teched North America 2011, <a href="http://northamerica.msteched.com/speaker/details/Rob_Kuehfus?fbid=2Tv8ZYBU9xe" target="_blank">Rob Kuehfus</a> and myself will be presenting a breakout session (<a href="http://northamerica.msteched.com/topic/details/SIM354?fbid=2Tv8ZYBU9xe#showdetails" target="_blank">SIM354</a>) on System Center Operations Manager 2012 network monitoring. Network monitoring is one of the new features that Microsoft is putting into System Center Operations Manager 2012. So what are the new features that we&#8217;re introducing?</p>
<ul>
<li>Out of the box discovery, monitoring, and reporting</li>
<li>Server to network dependency discovery</li>
<li>Multi-vendor support</li>
<li>Multi protocol support</li>
<li>SNMPv1/v2c/v3</li>
<li>IPv4 and IPv6</li>
<li>Robust platform for partners to build on</li>
</ul>
<p>The first step to get monitoring working is to run the Discovery Wizard (<em>the process of identifying network devices to be monitored</em>). The network monitoring bits have been re-written from the ground up, so although the Discovery Wizards looks somewhat similar it actually allows you to use all these new features such as SNMP v3 and IPv6 support. So what is acutally discovered? <strong><a href="http://www.techlog.org/2011/05/17/system-center-operations-manager-2012-network-monitoring">(more)</a><span id="more-171"></span></strong></p>
<ul>
<li>Connectivity</li>
<li>VLAN membership</li>
<li>HSRP groups</li>
<li>Stitching of switch ports to server NICs</li>
<li>Key components of a device</li>
<li>Port/Interface</li>
<li>Processor</li>
<li>Memory</li>
</ul>
<p><a href="http://www.techlog.org/wp-content/uploads/2011/05/system_center_operations_manager_2012_network_monitoring_discovery.png"><img class="alignleft size-thumbnail wp-image-182" title="System Center Operations Manager 2012 Network Monitoring Discovery" src="http://www.techlog.org/wp-content/uploads/2011/05/system_center_operations_manager_2012_network_monitoring_discovery-150x150.png" alt="System Center Operations Manager 2012 Network Monitoring Discovery" width="150" height="150" /></a>The new discovery process has three stages: (1) Probing, (2) Processing and (3) Post Processing. It has two modes: Explicit and Recursive (using ARP, IP or Topology MIB).</p>
<p>The discovery works only on Gateway/Management Server and has a single rule per Gateway/Management Server. The discovery runs on a scheduled basis or on demand.</p>
<blockquote><p><strong>One nice new feature is that we can do &#8220;limited discoveries&#8221; which can be triggered by device traps from certain device vendors, such as Cisco!</strong></p></blockquote>
<p>Once your device gets discovered, what do we actually monitor? Out of the box you get:</p>
<ul>
<li>Port/Interface
<ul>
<li>Up/Down (operational &amp; admin status)</li>
<li>Volumes of inbound/outbound traffic</li>
<li>% Utilization</li>
<li>Drop &amp; Broadcast rates</li>
</ul>
</li>
<li>Processor
<ul>
<li>% Utilization</li>
</ul>
</li>
<li>Memory
<ul>
<li>In depth memory counters (Cisco Only)</li>
<li>Free memory</li>
</ul>
</li>
</ul>
<p>Other than those, we will monitor Connection Health (<em>based on looking at both ends of a connection</em>), VLAN Health (<em>based on health state of switches in VLAN</em>) and HSRP Group (<em>based on health state of individual HSRP end points</em>).</p>
<p>As you might have heard, System Center Operations Manager 2012 is introducing the concept of &#8220;pools&#8221; (which we&#8217;ll talk about in a later blogpost). Network Monitoring supports these pools of management servers. So what else is cool? Well:</p>
<blockquote><p><strong>Only certain ports will be monitored by default! These will be ports connecting two network devices to each other or ports to which managed server is connected.</strong></p></blockquote>
<p><a href="http://www.techlog.org/wp-content/uploads/2011/05/system_center_operations_manager_2012_network_monitoring_dashboard.png"><img class="alignleft size-thumbnail wp-image-184" title="System Center Operations Manager 2012 Network Monitoring Dashboard" src="http://www.techlog.org/wp-content/uploads/2011/05/system_center_operations_manager_2012_network_monitoring_dashboard-150x150.png" alt="System Center Operations Manager 2012 Network Monitoring Dashboard" width="150" height="150" /></a>Ofcourse, users can enable monitoring for other ports if above is not sufficient.</p>
<p>In System Center Operations Manager 2012 we&#8217;re also introducing the concept of &#8220;dashboards&#8221; (which again I&#8217;ll talk about in a later blogpost).</p>
<p>Network monitoring has four dashboards out of the box:</p>
<ul>
<li>Network Summary</li>
<li>Network Node</li>
<li>Network Interface</li>
<li>Vicinity</li>
</ul>
<p><a href="http://www.techlog.org/wp-content/uploads/2011/05/system_center_operations_manager_2012_network_monitoring_report.png"><img class="alignleft size-thumbnail wp-image-186" title="System Center Operations Manager 2012 Network Monitoring Report" src="http://www.techlog.org/wp-content/uploads/2011/05/system_center_operations_manager_2012_network_monitoring_report-150x150.png" alt="System Center Operations Manager 2012 Network Monitoring Report" width="150" height="150" /></a>And ofcourse it&#8217;s going to provide out of the box reports: Memory Utilization, Processor Utilization, Port Traffic Volume, Port Error Analysis and Port Packet Analysis.</p>
<p><strong>Stay tuned for more blogposts on System Center Operations Manager 2012!</strong></p>
<p>&nbsp;</p>

]]></content:encoded>
			<wfw:commentRss>http://www.techlog.org/2011/05/17/system-center-operations-manager-2012-network-monitoring/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Teched NA 2011: Introducing the Windows Azure platform</title>
		<link>http://www.techlog.org/2011/05/16/teched-na-2011-introducing-the-windows-azure-platform/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=teched-na-2011-introducing-the-windows-azure-platform</link>
		<comments>http://www.techlog.org/2011/05/16/teched-na-2011-introducing-the-windows-azure-platform/#comments</comments>
		<pubDate>Mon, 16 May 2011 20:38:24 +0000</pubDate>
		<dc:creator>Aad Noman</dc:creator>
				<category><![CDATA[Teched North America 2011]]></category>

		<guid isPermaLink="false">http://www.techlog.org/?p=146</guid>
		<description><![CDATA[My first session after the keynote at Microsoft Teched North America 2011 was a session hosted by David Chappell. The session had no demo’s but gave a good impression on cloud computing and how Microsoft is action on this, especially the Windows Azure Platform. First David defined what cloud computing is.  There are 2 broad [...]]]></description>
			<content:encoded><![CDATA[
<p>My first session after the keynote at Microsoft Teched North America 2011 was a session hosted by David Chappell. The session had no demo’s but gave a good impression on cloud computing and how Microsoft is action on this, especially the Windows Azure Platform. First David defined what cloud computing is.  There are 2 broad categories: Cloud Applications often called SaaS (Software as a Service) like lync server and Cloud Platforms often called PaaS (Platform as a Service) like the Windows Azure platform. Cloud platforms are according to David the 6th platform in the history of computing. The rest of the session David focused on Windows Azure platform. <strong><a href="http://www.techlog.org/2011/05/16/teched-na-2011-introducing-the-windows-azure-platform/">(more)</a></strong><span id="more-146"></span></p>
<p>The windows Azure platforms consist of 4 main parts:</p>
<ul>
<li>Windows Azure</li>
<li>Windows Azure AppFabric</li>
<li>Connect</li>
<li>SQL Azure</li>
</ul>
<p>David explained how these 4 main parts make the Windows Azure platform. An interesting discussion with cloud computing is that companies are afraid to put their mission critical data on the internet. According to David most people when they think about cloud computing they think of their mission critical data. It would be better to start first with less critical data and build trust for the future.</p>
<p>At this moment Microsoft has 6 datacenter across the world where the Windows Azure platform runs: 2 in the USA, 2 in Europe and 2 in Asia. The Windows Azure platform has lots of interesting techniques like the Windows Azure Traffic Manager which you can use to redirect users across the world to the best available datacenter. Datasync, Service Bus, Access Control, Caching etc. are all important things when you are going for the Windows Azure platform. David explained all these items very thoroughly but that is too much info for here.</p>
<p>For a good impression take a look at the pictures I took of the session:</p>

<a href='http://www.techlog.org/2011/05/16/teched-na-2011-introducing-the-windows-azure-platform/img_5389/' title='IMG_5389'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5389-150x150.jpg" class="attachment-thumbnail" alt="IMG_5389" title="IMG_5389" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-introducing-the-windows-azure-platform/img_5393/' title='IMG_5393'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5393-150x150.jpg" class="attachment-thumbnail" alt="IMG_5393" title="IMG_5393" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-introducing-the-windows-azure-platform/img_5394/' title='IMG_5394'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5394-150x150.jpg" class="attachment-thumbnail" alt="IMG_5394" title="IMG_5394" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-introducing-the-windows-azure-platform/img_5395/' title='IMG_5395'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5395-150x150.jpg" class="attachment-thumbnail" alt="IMG_5395" title="IMG_5395" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-introducing-the-windows-azure-platform/img_5397/' title='IMG_5397'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5397-150x150.jpg" class="attachment-thumbnail" alt="IMG_5397" title="IMG_5397" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-introducing-the-windows-azure-platform/img_5398/' title='IMG_5398'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5398-150x150.jpg" class="attachment-thumbnail" alt="IMG_5398" title="IMG_5398" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-introducing-the-windows-azure-platform/img_5399/' title='IMG_5399'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5399-150x150.jpg" class="attachment-thumbnail" alt="IMG_5399" title="IMG_5399" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-introducing-the-windows-azure-platform/img_5400/' title='IMG_5400'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5400-150x150.jpg" class="attachment-thumbnail" alt="IMG_5400" title="IMG_5400" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-introducing-the-windows-azure-platform/img_5401/' title='IMG_5401'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5401-150x150.jpg" class="attachment-thumbnail" alt="IMG_5401" title="IMG_5401" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-introducing-the-windows-azure-platform/img_5403/' title='IMG_5403'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5403-150x150.jpg" class="attachment-thumbnail" alt="IMG_5403" title="IMG_5403" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-introducing-the-windows-azure-platform/img_5404/' title='IMG_5404'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5404-150x150.jpg" class="attachment-thumbnail" alt="IMG_5404" title="IMG_5404" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-introducing-the-windows-azure-platform/img_5405/' title='IMG_5405'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5405-150x150.jpg" class="attachment-thumbnail" alt="IMG_5405" title="IMG_5405" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-introducing-the-windows-azure-platform/img_5406/' title='IMG_5406'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5406-150x150.jpg" class="attachment-thumbnail" alt="IMG_5406" title="IMG_5406" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-introducing-the-windows-azure-platform/img_5407/' title='IMG_5407'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5407-150x150.jpg" class="attachment-thumbnail" alt="IMG_5407" title="IMG_5407" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-introducing-the-windows-azure-platform/img_5408/' title='IMG_5408'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5408-150x150.jpg" class="attachment-thumbnail" alt="IMG_5408" title="IMG_5408" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-introducing-the-windows-azure-platform/img_5411/' title='IMG_5411'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5411-150x150.jpg" class="attachment-thumbnail" alt="IMG_5411" title="IMG_5411" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-introducing-the-windows-azure-platform/img_5412/' title='IMG_5412'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5412-150x150.jpg" class="attachment-thumbnail" alt="IMG_5412" title="IMG_5412" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-introducing-the-windows-azure-platform/img_5414/' title='IMG_5414'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5414-150x150.jpg" class="attachment-thumbnail" alt="IMG_5414" title="IMG_5414" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-introducing-the-windows-azure-platform/img_5415/' title='IMG_5415'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5415-150x150.jpg" class="attachment-thumbnail" alt="IMG_5415" title="IMG_5415" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-introducing-the-windows-azure-platform/img_5416/' title='IMG_5416'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5416-150x150.jpg" class="attachment-thumbnail" alt="IMG_5416" title="IMG_5416" /></a>

<p>Could not attend the session? Here&#8217;s the recording:</p>
<iframe class="iframe-class" width="480" height="270" src="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2011/COS202/player?w=480&amp;h=270" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" allowtransparency="true"></iframe>

]]></content:encoded>
			<wfw:commentRss>http://www.techlog.org/2011/05/16/teched-na-2011-introducing-the-windows-azure-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Teched NA 2011: Keynote recording</title>
		<link>http://www.techlog.org/2011/05/16/teched-na-2011-keynote-recording/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=teched-na-2011-keynote-recording</link>
		<comments>http://www.techlog.org/2011/05/16/teched-na-2011-keynote-recording/#comments</comments>
		<pubDate>Mon, 16 May 2011 20:21:58 +0000</pubDate>
		<dc:creator>Maarten Goet</dc:creator>
				<category><![CDATA[Teched North America 2011]]></category>

		<guid isPermaLink="false">http://www.techlog.org/?p=134</guid>
		<description><![CDATA[Did you miss the Microsoft Teched North Amercia 2011 keynote or do you want to watch it again? Here&#8217;s the recording: Keep a close eye on our website and twitter stream for Teched updates as they happen!]]></description>
			<content:encoded><![CDATA[
<p>Did you miss the Microsoft Teched North Amercia 2011 keynote or do you want to watch it again? Here&#8217;s the recording:</p>
<iframe class="iframe-class" width="512" height="288" src="http://www.studiosevent.com/newscenter/?id=teched110516&amp;width=512&amp;height=288&amp;social=false" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" allowtransparency="true"></iframe>
<p><strong> </strong></p>
<p><strong>Keep a close eye on our website and twitter stream for Teched updates as they happen!</strong></p>

]]></content:encoded>
			<wfw:commentRss>http://www.techlog.org/2011/05/16/teched-na-2011-keynote-recording/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SC Operations Manager Connector for VS Team Foundation Server (preview)</title>
		<link>http://www.techlog.org/2011/05/16/sc-operations-manager-connector-for-vs-team-foundation-server-preview/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sc-operations-manager-connector-for-vs-team-foundation-server-preview</link>
		<comments>http://www.techlog.org/2011/05/16/sc-operations-manager-connector-for-vs-team-foundation-server-preview/#comments</comments>
		<pubDate>Mon, 16 May 2011 18:43:27 +0000</pubDate>
		<dc:creator>Maarten Goet</dc:creator>
				<category><![CDATA[System Center Operations Manager]]></category>

		<guid isPermaLink="false">http://www.techlog.org/?p=117</guid>
		<description><![CDATA[Using the System Center Operations Manager 2007 R2 connector for Microsoft Visual Studio Team Foundation Server 2010 (download CTP1 here), operations teams can easily forward application performance monitoring information directly into Visual Studio Team Foundation Server as operational work items, enabling engineering teams to rapidly identify the root cause in the code itself and develop a fix. This [...]]]></description>
			<content:encoded><![CDATA[
<p>Using the System Center Operations Manager 2007 R2 connector for Microsoft Visual Studio Team Foundation Server 2010 (<a href="https://connect.microsoft.com/OpsMgr/InvitationUse.aspx?ProgramID=7044&amp;InvitationID=OMVS-QVYH-9D3R" target="_blank">download CTP1 here</a>), operations teams can easily forward application performance monitoring information directly into Visual Studio Team Foundation Server as operational work items, enabling engineering teams to rapidly identify the root cause in the code itself and develop a fix. This will dramatically reduce the mean time to repair (MTTR). In CTP1, the following is a supported configuration:</p>
<ul>
<li>Windows 2008 R2 x64</li>
<li>System Center Operations Manager 2007 R2</li>
<li>AVIcode .NET Enterprise Management Pack 5.7 for Operations Manager</li>
<li>Microsoft Visual Studio Team Explorer 2010</li>
<li>.NET Framework 4.0</li>
</ul>
<p>How does it all work? Well, Avicode monitors the .NET application from within System Center Operations Manager and raises alerts when things (are about to) go wrong. Through the connector framework, Alerts are sent to TFS and created as an &#8216;operational issue&#8217; (work item). The developer uses Visual Studio to follow-up and gets a direct link into Avicode to view the exact error, context, etc. <strong><a href="http://www.techlog.org/2011/05/16/sc-operations-manager-connector-for-vs-team-foundation-server-preview">(more)</a></strong><span id="more-117"></span></p>
<p>Here&#8217;s a global view <em>(click on it for full size)</em>:</p>
<p><a href="http://www.techlog.org/wp-content/uploads/2011/05/opsmgr_tfs_connector_architecture.png"><img class="aligncenter size-medium wp-image-118" title="Operations Manager TFS connector architecture" src="http://www.techlog.org/wp-content/uploads/2011/05/opsmgr_tfs_connector_architecture-300x179.png" alt="Operations Manager TFS connector architecture" width="300" height="179" /></a></p>
<p>During the installation of the SCOM-TFS Connector, it installs the following components:</p>
<ul>
<li>TFS Connector Windows Service (Microsoft.Mom.TFSConnectorService.exe)</li>
<li>TFS Communication Process (Microsoft.Mom.TFSConnectorInstance.exe)</li>
<li>TFS Connector Management Pack (TFS Connector and TFS Connector (Templates) MP)</li>
<li>TFS Connector Management Pack Template DLL (Microsoft.Mom.TFSConnectorCommon.dll)</li>
</ul>
<p><span style="text-decoration: underline;">TFS Connector Window Service </span></p>
<ul>
<li>It utilizes SCOM connector framework to retrieve Operations Manager alerts in ‘Assigned to Engineering’ status and sends them to TFS as operational issues via appropriate TFS Communication Process.</li>
<li>It monitors for changes in alerts using SCOM SDK, and updates operational issues with the changes via TFS Communication Process.</li>
<li>It monitors for changes in operational issues via TFS Communication Process, and updates alerts with the changes using SCOM SDK.</li>
</ul>
<p><span style="text-decoration: underline;">TFS Communication Process</span></p>
<ul>
<li>It hosts a WCF service for managing all TFS reading/wiring communication.</li>
<li>It runs under the privileged account which is defined in a Run As profile inside SCOM. This Run As account is created automatically during TFS Connector configuration as part of Monitoring Template Wizard. This account is required to have sufficient permissions to create new work item types and manage work items.<br />
TFS Connector Management Pack and TFS Connector Management Pack Template DLL</li>
<li>TFS Connector MP provides UI for configuring TFS Connector template, support queue management, connector configuration/troubleshooting dashboard. TFS Connector enables mapping of application components monitored using AVIcode .NET Enterprise MP to TFS projects. This allows routing of alerts associated with application components to appropriate TFS Operational Items queue.</li>
<li>TFS Connector MP DLL provides custom UI for the TFS Connector Monitoring Wizard. It has to be installed on every computer that will be used for configuring TFS Connectors.</li>
</ul>
<p>Here are some screenshots on installing and using the connector <em>(click on the picture for full size)</em>:</p>

<a href='http://www.techlog.org/2011/05/16/sc-operations-manager-connector-for-vs-team-foundation-server-preview/opsmgr_tfs_connector_architecture/' title='Operations Manager TFS connector architecture'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/opsmgr_tfs_connector_architecture-150x150.png" class="attachment-thumbnail" alt="Operations Manager TFS connector architecture" title="Operations Manager TFS connector architecture" /></a>
<a href='http://www.techlog.org/2011/05/16/sc-operations-manager-connector-for-vs-team-foundation-server-preview/01_configure_tfs_connector/' title='01_configure_tfs_connector'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/01_configure_tfs_connector-150x150.png" class="attachment-thumbnail" alt="01_configure_tfs_connector" title="01_configure_tfs_connector" /></a>
<a href='http://www.techlog.org/2011/05/16/sc-operations-manager-connector-for-vs-team-foundation-server-preview/02_select_tfs_connector_template/' title='02_select_tfs_connector_template'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/02_select_tfs_connector_template-150x150.png" class="attachment-thumbnail" alt="02_select_tfs_connector_template" title="02_select_tfs_connector_template" /></a>
<a href='http://www.techlog.org/2011/05/16/sc-operations-manager-connector-for-vs-team-foundation-server-preview/03_enter_connector_name_and_description/' title='03_enter_connector_name_and_description'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/03_enter_connector_name_and_description-150x150.png" class="attachment-thumbnail" alt="03_enter_connector_name_and_description" title="03_enter_connector_name_and_description" /></a>
<a href='http://www.techlog.org/2011/05/16/sc-operations-manager-connector-for-vs-team-foundation-server-preview/04_enter_tfs_credentials/' title='04_enter_tfs_credentials'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/04_enter_tfs_credentials-150x150.png" class="attachment-thumbnail" alt="04_enter_tfs_credentials" title="04_enter_tfs_credentials" /></a>
<a href='http://www.techlog.org/2011/05/16/sc-operations-manager-connector-for-vs-team-foundation-server-preview/05_select_avicode_monitored_applications/' title='05_select_avicode_monitored_applications'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/05_select_avicode_monitored_applications-150x150.png" class="attachment-thumbnail" alt="05_select_avicode_monitored_applications" title="05_select_avicode_monitored_applications" /></a>
<a href='http://www.techlog.org/2011/05/16/sc-operations-manager-connector-for-vs-team-foundation-server-preview/06_map_component_to_tfs_project/' title='06_map_component_to_tfs_project'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/06_map_component_to_tfs_project-150x150.png" class="attachment-thumbnail" alt="06_map_component_to_tfs_project" title="06_map_component_to_tfs_project" /></a>
<a href='http://www.techlog.org/2011/05/16/sc-operations-manager-connector-for-vs-team-foundation-server-preview/07_finish_connection/' title='07_finish_connection'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/07_finish_connection-150x150.png" class="attachment-thumbnail" alt="07_finish_connection" title="07_finish_connection" /></a>
<a href='http://www.techlog.org/2011/05/16/sc-operations-manager-connector-for-vs-team-foundation-server-preview/08_escalate_problem_to_engineering/' title='08_escalate_problem_to_engineering'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/08_escalate_problem_to_engineering-150x150.png" class="attachment-thumbnail" alt="08_escalate_problem_to_engineering" title="08_escalate_problem_to_engineering" /></a>
<a href='http://www.techlog.org/2011/05/16/sc-operations-manager-connector-for-vs-team-foundation-server-preview/09_assigned_to_engineering/' title='09_assigned_to_engineering'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/09_assigned_to_engineering-150x150.png" class="attachment-thumbnail" alt="09_assigned_to_engineering" title="09_assigned_to_engineering" /></a>
<a href='http://www.techlog.org/2011/05/16/sc-operations-manager-connector-for-vs-team-foundation-server-preview/10_review_operational_issue_from_tfs/' title='10_review_operational_issue_from_tfs'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/10_review_operational_issue_from_tfs-150x150.png" class="attachment-thumbnail" alt="10_review_operational_issue_from_tfs" title="10_review_operational_issue_from_tfs" /></a>


]]></content:encoded>
			<wfw:commentRss>http://www.techlog.org/2011/05/16/sc-operations-manager-connector-for-vs-team-foundation-server-preview/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Teched NA 2011: What else was announced on day one?</title>
		<link>http://www.techlog.org/2011/05/16/teched-na-2011-what-else-was-announced-on-day-one/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=teched-na-2011-what-else-was-announced-on-day-one</link>
		<comments>http://www.techlog.org/2011/05/16/teched-na-2011-what-else-was-announced-on-day-one/#comments</comments>
		<pubDate>Mon, 16 May 2011 15:42:54 +0000</pubDate>
		<dc:creator>Maarten Goet</dc:creator>
				<category><![CDATA[Teched North America 2011]]></category>

		<guid isPermaLink="false">http://www.techlog.org/?p=113</guid>
		<description><![CDATA[Tech•Ed North America kicked off today in Atlanta, Georgia with a keynote from Corporate Vice Presidents Robert Wahbe and Jason Zander.  They discussed the company’s investments in the cloud and showcased how Microsoft developer solutions will help organizations increase productivity. But what else was announced? Exchange Virtualization Made Easy: Additional supported hypervisor scenarios for virtualized [...]]]></description>
			<content:encoded><![CDATA[
<p>Tech•Ed North America kicked off today in Atlanta, Georgia with a <a href="http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote/">keynote</a> from Corporate Vice Presidents Robert Wahbe and Jason Zander.  They discussed the company’s investments in the cloud and <a href="http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/">showcased</a> how Microsoft developer solutions will help organizations increase productivity. But what else was announced?</p>
<ul>
<li><a href="http://blogs.technet.com/b/exchange/" target="_blank">Exchange Virtualization Made Easy</a>: Additional supported hypervisor scenarios for virtualized Exchange Server 2010, including Unified Messaging were announced today.  This combines Exchange’s high availability solutions, Database Availability Groups (DAGs) with hypervisor based clustering and failover solutions.</li>
<li><a href="http://www.microsoft.com/learning/master-exchange/" target="_blank">Updated Exchange Server 2010 Microsoft Certified Master (MCM) program</a>: Announced today, The Exchange Server 2010 MCM program allows Exchange Server 2010 experts to achieve MCM certification at a lower cost and with more flexibility by removing the barriers of travel and training time investment.</li>
<li><a href="http://windowsteamblog.com/windows_phone/b/windowsphone/" target="_blank">New Features coming to Windows Phone 7</a>:  New business features for mobile workers will be delivered in the next update of Windows Phone (code named ‘Mango’) to enable even greater productivity. Some of the forthcoming features being announced at TechEd 2011 including search enhancements in Outlook Mobile, out-of-the-box support for Office 365, and the new Lync mobile app.</li>
<li><a href="http://www.microsoft.com/licensing/about-licensing/value-of-volume-licensing.aspx#tab=4" target="_blank">New License Mobility program</a>: New license mobility options will become available on July 1, 2011 through Microsoft Volume License agreements with an active Software Assurance benefit were announced today.  The new options will provide customers with the flexibility to deploy application services on-premises or through hosted service providers in the cloud.</li>
<li><a href="http://blogs.technet.com/b/openness/" target="_blank">Windows Server 2008 R2 Hyper-V support for Linux-based CentOS</a>: Window Server 2008 R2 Hyper-V will support for Linux-based CentOS to provide customers who run mixed-environments consisting of Linux and Windows.</li>
<li>Th<a href="http://www.microsoft.com/visualstudio" target="_blank">e ALM vision in Visual Studio vNext</a>: Microsoft announced its vision for Application Lifecycle Management (ALM) technologies in the next version of Microsoft Visual Studio. Microsoft described how its ALM capabilities will enable organizations to respond faster than ever to business needs and improve the flow of information between key stakeholders to plan, build and manage-applications.</li>
<li><a href="https://connect.microsoft.com/OpsMgr/InvitationUse.aspx?ProgramID=7044&amp;InvitationID=OMVS-QVYH-9D3R" target="_blank">Microsoft System Center Operations Manager 2007 R2 connector for Microsoft Visual Studio Team Foundation Server 2010 CTP1</a>: Microsoft announced a CTP of the new connector available in the next 30-60 days. The connector enables an operations team to send application performance monitoring information immediately to the engineering team for attention.</li>
</ul>
<p><strong>Keep a close eye on Techlog while we bring you the news live as it happens on the showfloor!</strong></p>

]]></content:encoded>
			<wfw:commentRss>http://www.techlog.org/2011/05/16/teched-na-2011-what-else-was-announced-on-day-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Teched NA 2011: Day 1 Keynote pictures</title>
		<link>http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=teched-na-2011-day-1-keynote-pictures</link>
		<comments>http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/#comments</comments>
		<pubDate>Mon, 16 May 2011 15:20:13 +0000</pubDate>
		<dc:creator>Techlog</dc:creator>
				<category><![CDATA[Teched North America 2011]]></category>

		<guid isPermaLink="false">http://www.techlog.org/?p=66</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[

<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5307/' title='IMG_5307'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5307-150x150.jpg" class="attachment-thumbnail" alt="IMG_5307" title="IMG_5307" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5311/' title='IMG_5311'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5311-150x150.jpg" class="attachment-thumbnail" alt="IMG_5311" title="IMG_5311" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5314/' title='IMG_5314'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5314-150x150.jpg" class="attachment-thumbnail" alt="IMG_5314" title="IMG_5314" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5316/' title='IMG_5316'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5316-150x150.jpg" class="attachment-thumbnail" alt="IMG_5316" title="IMG_5316" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5317/' title='IMG_5317'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5317-150x150.jpg" class="attachment-thumbnail" alt="IMG_5317" title="IMG_5317" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5320/' title='IMG_5320'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5320-150x150.jpg" class="attachment-thumbnail" alt="IMG_5320" title="IMG_5320" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5324/' title='IMG_5324'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5324-150x150.jpg" class="attachment-thumbnail" alt="IMG_5324" title="IMG_5324" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5327/' title='IMG_5327'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5327-150x150.jpg" class="attachment-thumbnail" alt="IMG_5327" title="IMG_5327" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5328/' title='IMG_5328'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5328-150x150.jpg" class="attachment-thumbnail" alt="IMG_5328" title="IMG_5328" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5329/' title='IMG_5329'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5329-150x150.jpg" class="attachment-thumbnail" alt="IMG_5329" title="IMG_5329" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5330/' title='IMG_5330'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5330-150x150.jpg" class="attachment-thumbnail" alt="IMG_5330" title="IMG_5330" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5331/' title='IMG_5331'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5331-150x150.jpg" class="attachment-thumbnail" alt="IMG_5331" title="IMG_5331" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5332/' title='IMG_5332'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5332-150x150.jpg" class="attachment-thumbnail" alt="IMG_5332" title="IMG_5332" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5333/' title='IMG_5333'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5333-150x150.jpg" class="attachment-thumbnail" alt="IMG_5333" title="IMG_5333" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5334/' title='IMG_5334'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5334-150x150.jpg" class="attachment-thumbnail" alt="IMG_5334" title="IMG_5334" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5335/' title='IMG_5335'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5335-150x150.jpg" class="attachment-thumbnail" alt="IMG_5335" title="IMG_5335" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5336/' title='IMG_5336'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5336-150x150.jpg" class="attachment-thumbnail" alt="IMG_5336" title="IMG_5336" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5340/' title='IMG_5340'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5340-150x150.jpg" class="attachment-thumbnail" alt="IMG_5340" title="IMG_5340" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5341/' title='IMG_5341'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5341-150x150.jpg" class="attachment-thumbnail" alt="IMG_5341" title="IMG_5341" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5343/' title='IMG_5343'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5343-150x150.jpg" class="attachment-thumbnail" alt="IMG_5343" title="IMG_5343" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5351/' title='IMG_5351'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5351-150x150.jpg" class="attachment-thumbnail" alt="IMG_5351" title="IMG_5351" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5360/' title='IMG_5360'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5360-150x150.jpg" class="attachment-thumbnail" alt="IMG_5360" title="IMG_5360" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5363/' title='IMG_5363'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5363-150x150.jpg" class="attachment-thumbnail" alt="IMG_5363" title="IMG_5363" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5364/' title='IMG_5364'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5364-150x150.jpg" class="attachment-thumbnail" alt="IMG_5364" title="IMG_5364" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5365/' title='IMG_5365'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5365-150x150.jpg" class="attachment-thumbnail" alt="IMG_5365" title="IMG_5365" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5366/' title='IMG_5366'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5366-150x150.jpg" class="attachment-thumbnail" alt="IMG_5366" title="IMG_5366" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5368/' title='IMG_5368'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5368-150x150.jpg" class="attachment-thumbnail" alt="IMG_5368" title="IMG_5368" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5371/' title='IMG_5371'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5371-150x150.jpg" class="attachment-thumbnail" alt="IMG_5371" title="IMG_5371" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5372/' title='IMG_5372'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5372-150x150.jpg" class="attachment-thumbnail" alt="IMG_5372" title="IMG_5372" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5374/' title='IMG_5374'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5374-150x150.jpg" class="attachment-thumbnail" alt="IMG_5374" title="IMG_5374" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5375/' title='IMG_5375'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5375-150x150.jpg" class="attachment-thumbnail" alt="IMG_5375" title="IMG_5375" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5377/' title='IMG_5377'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5377-150x150.jpg" class="attachment-thumbnail" alt="IMG_5377" title="IMG_5377" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5378/' title='IMG_5378'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5378-150x150.jpg" class="attachment-thumbnail" alt="IMG_5378" title="IMG_5378" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5381/' title='IMG_5381'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5381-150x150.jpg" class="attachment-thumbnail" alt="IMG_5381" title="IMG_5381" /></a>
<a href='http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/img_5383/' title='IMG_5383'><img width="150" height="150" src="http://www.techlog.org/wp-content/uploads/2011/05/IMG_5383-150x150.jpg" class="attachment-thumbnail" alt="IMG_5383" title="IMG_5383" /></a>


]]></content:encoded>
			<wfw:commentRss>http://www.techlog.org/2011/05/16/teched-na-2011-day-1-keynote-pictures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

