<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Alfa BBT &#187; Tech</title>
	<atom:link href="http://blog.koenvermoesen.be/category/tech/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.koenvermoesen.be</link>
	<description>Allways looking for a better Blog Title...</description>
	<lastBuildDate>Fri, 27 Jan 2012 16:45:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.koenvermoesen.be' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/72db48a689a5327f7bba8c9193cac8af?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Alfa BBT &#187; Tech</title>
		<link>http://blog.koenvermoesen.be</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.koenvermoesen.be/osd.xml" title="Alfa BBT" />
	<atom:link rel='hub' href='http://blog.koenvermoesen.be/?pushpress=hub'/>
		<item>
		<title>Conditionally formatting a row based on the value in a single cell</title>
		<link>http://blog.koenvermoesen.be/2011/11/30/conditionally-formatting-a-row-based-on-the-value-in-a-single-cell/</link>
		<comments>http://blog.koenvermoesen.be/2011/11/30/conditionally-formatting-a-row-based-on-the-value-in-a-single-cell/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 15:52:24 +0000</pubDate>
		<dc:creator>Koen Vermoesen</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[Excel]]></category>

		<guid isPermaLink="false">http://blog.koenvermoesen.be/?p=1379</guid>
		<description><![CDATA[The title of this post is probably longer than the post itself ;-) I&#8217;ve already mentioned that I use excel to manage task lists from time to time. Sometimes reality catches up and a task is invalid before you get to it. You could obviously remove the task from the list, but I prefer to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.koenvermoesen.be&amp;blog=3561314&amp;post=1379&amp;subd=k0v3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The title of this post is probably longer than the post itself ;-)</p>
<p>I&#8217;ve already <a title="How to use a dynamic range for data validation lists from another sheet" href="http://blog.koenvermoesen.be/2009/01/13/how-to-use-a-dynamic-range-for-data-validation-lists-from-another-sheet/">mentioned</a> that I use excel to manage task lists from time to time. Sometimes reality catches up and a task is invalid before you get to it. You could obviously remove the task from the list, but I prefer to keep a reference of the task and why it became invalid. Instead I set the value of my status column to &#8220;Cancelled&#8221;. (Other possible values are: &#8220;Not started&#8221;, &#8220;Ongoing&#8221;, and &#8220;Done&#8221;.)</p>
<p>Now in case a task gets cancelled I want to apply a strikeout effect to the entire row, not just that one cell. This is not to difficult to establish, but I always forget about one of the details and need to look up an old copy. Hence I&#8217;m writing this post &#8220;for future reference&#8221;, hopefully somebody else out there finds it useful.</p>
<p>Have a task list at hand and select the rows in it:</p>
<p><a href="http://k0v3.files.wordpress.com/2011/11/image-20111130162347.png"><img class="aligncenter size-medium wp-image-1380" title="Image 20111130162347" src="http://k0v3.files.wordpress.com/2011/11/image-20111130162347.png?w=300&#038;h=135" alt="" width="300" height="135" /></a></p>
<p>Office 2010 Ribbon &gt; Home tab &gt; Conditional formatting &gt; new rule</p>
<p><a href="http://k0v3.files.wordpress.com/2011/11/image-20111130163026.png"><img class="aligncenter size-medium wp-image-1381" title="Image 20111130163026" src="http://k0v3.files.wordpress.com/2011/11/image-20111130163026.png?w=300&#038;h=135" alt="" width="300" height="135" /></a></p>
<p>Select &#8220;Use a formula to determine which cells to format&#8221;</p>
<p><a href="http://k0v3.files.wordpress.com/2011/11/image-20111130163140.png"><img class="aligncenter size-medium wp-image-1382" title="Image 20111130163140" src="http://k0v3.files.wordpress.com/2011/11/image-20111130163140.png?w=300&#038;h=289" alt="" width="300" height="289" /></a></p>
<p>The formula syntax needs to be along the lines of:</p>
<p><pre class="brush: plain;">=$e2=&quot;Cancelled&quot;</pre></p>
<p>Click the &#8220;format&#8221; button and check the &#8220;strikeout&#8221; effect:</p>
<p><a href="http://k0v3.files.wordpress.com/2011/11/image-20111130170136.png"><img class="aligncenter size-medium wp-image-1391" title="Image 20111130170136" src="http://k0v3.files.wordpress.com/2011/11/image-20111130170136.png?w=300&#038;h=288" alt="" width="300" height="288" /></a></p>
<p>The end result:</p>
<p><a href="http://k0v3.files.wordpress.com/2011/11/image-20111130164026.png"><img class="aligncenter size-medium wp-image-1384" title="Image 20111130164026" src="http://k0v3.files.wordpress.com/2011/11/image-20111130164026.png?w=300&#038;h=135" alt="" width="300" height="135" /></a></p>
<p>Now go ahead and try to make a rule that sets a green background for tasks where the status is set to done:</p>
<p><a href="http://k0v3.files.wordpress.com/2011/11/image-20111130164345.png"><img class="aligncenter size-medium wp-image-1385" title="Image 20111130164345" src="http://k0v3.files.wordpress.com/2011/11/image-20111130164345.png?w=300&#038;h=135" alt="" width="300" height="135" /></a></p>
<p>Things that usually go wrong (it&#8217;s in the details):</p>
<ul>
<li>Typing the wrong cell number; you need the row number of the first row in the area you selected</li>
<li>Forgetting about one of the equal sings or the quotes</li>
<li>Not specifying the formatting to apply</li>
<li>Incorrectly selecting the area the formatting needs to apply to</li>
</ul>
<br />Filed under: <a href='http://blog.koenvermoesen.be/category/tech/office/'>Office</a> Tagged: <a href='http://blog.koenvermoesen.be/tag/excel/'>Excel</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/k0v3.wordpress.com/1379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/k0v3.wordpress.com/1379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/k0v3.wordpress.com/1379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/k0v3.wordpress.com/1379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/k0v3.wordpress.com/1379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/k0v3.wordpress.com/1379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/k0v3.wordpress.com/1379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/k0v3.wordpress.com/1379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/k0v3.wordpress.com/1379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/k0v3.wordpress.com/1379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/k0v3.wordpress.com/1379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/k0v3.wordpress.com/1379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/k0v3.wordpress.com/1379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/k0v3.wordpress.com/1379/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.koenvermoesen.be&amp;blog=3561314&amp;post=1379&amp;subd=k0v3&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.koenvermoesen.be/2011/11/30/conditionally-formatting-a-row-based-on-the-value-in-a-single-cell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f646bcfc3f7534b20fa79e0347353eb?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">k0v3</media:title>
		</media:content>

		<media:content url="http://k0v3.files.wordpress.com/2011/11/image-20111130162347.png?w=300" medium="image">
			<media:title type="html">Image 20111130162347</media:title>
		</media:content>

		<media:content url="http://k0v3.files.wordpress.com/2011/11/image-20111130163026.png?w=300" medium="image">
			<media:title type="html">Image 20111130163026</media:title>
		</media:content>

		<media:content url="http://k0v3.files.wordpress.com/2011/11/image-20111130163140.png?w=300" medium="image">
			<media:title type="html">Image 20111130163140</media:title>
		</media:content>

		<media:content url="http://k0v3.files.wordpress.com/2011/11/image-20111130170136.png?w=300" medium="image">
			<media:title type="html">Image 20111130170136</media:title>
		</media:content>

		<media:content url="http://k0v3.files.wordpress.com/2011/11/image-20111130164026.png?w=300" medium="image">
			<media:title type="html">Image 20111130164026</media:title>
		</media:content>

		<media:content url="http://k0v3.files.wordpress.com/2011/11/image-20111130164345.png?w=300" medium="image">
			<media:title type="html">Image 20111130164345</media:title>
		</media:content>
	</item>
		<item>
		<title>Applying “housekeeping” retention policies to the end users</title>
		<link>http://blog.koenvermoesen.be/2011/08/26/applying-%e2%80%9chousekeeping%e2%80%9d-retention-policies-to-the-end-users/</link>
		<comments>http://blog.koenvermoesen.be/2011/08/26/applying-%e2%80%9chousekeeping%e2%80%9d-retention-policies-to-the-end-users/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 12:44:58 +0000</pubDate>
		<dc:creator>Koen Vermoesen</dc:creator>
				<category><![CDATA[Archiving]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[ProExchange]]></category>

		<guid isPermaLink="false">http://blog.koenvermoesen.be/?p=1312</guid>
		<description><![CDATA[Next post in my series of housekeeping with Exchange 2010 Retention Policies: http://www.pro-exchange.be/blogs/exchange2010/archive/2011/08/26/applying-housekeeping-retention-policies-to-the-end-users.aspx Filed under: Archiving Tagged: Exchange, ProExchange<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.koenvermoesen.be&amp;blog=3561314&amp;post=1312&amp;subd=k0v3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Next post in my series of housekeeping with Exchange 2010 Retention Policies:</p>
<p>http://www.pro-exchange.be/blogs/exchange2010/archive/2011/08/26/applying-housekeeping-retention-policies-to-the-end-users.aspx</p>
<br />Filed under: <a href='http://blog.koenvermoesen.be/category/tech/archiving/'>Archiving</a> Tagged: <a href='http://blog.koenvermoesen.be/tag/exchange/'>Exchange</a>, <a href='http://blog.koenvermoesen.be/tag/proexchange/'>ProExchange</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/k0v3.wordpress.com/1312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/k0v3.wordpress.com/1312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/k0v3.wordpress.com/1312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/k0v3.wordpress.com/1312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/k0v3.wordpress.com/1312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/k0v3.wordpress.com/1312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/k0v3.wordpress.com/1312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/k0v3.wordpress.com/1312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/k0v3.wordpress.com/1312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/k0v3.wordpress.com/1312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/k0v3.wordpress.com/1312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/k0v3.wordpress.com/1312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/k0v3.wordpress.com/1312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/k0v3.wordpress.com/1312/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.koenvermoesen.be&amp;blog=3561314&amp;post=1312&amp;subd=k0v3&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.koenvermoesen.be/2011/08/26/applying-%e2%80%9chousekeeping%e2%80%9d-retention-policies-to-the-end-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f646bcfc3f7534b20fa79e0347353eb?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">k0v3</media:title>
		</media:content>
	</item>
		<item>
		<title>Basic housekeeping with Exchange 2010 Retention Policies</title>
		<link>http://blog.koenvermoesen.be/2011/08/11/basic-housekeeping-with-exchange-2010-retention-policies/</link>
		<comments>http://blog.koenvermoesen.be/2011/08/11/basic-housekeeping-with-exchange-2010-retention-policies/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 13:18:22 +0000</pubDate>
		<dc:creator>Koen Vermoesen</dc:creator>
				<category><![CDATA[Archiving]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[ProExchange]]></category>

		<guid isPermaLink="false">http://blog.koenvermoesen.be/?p=1288</guid>
		<description><![CDATA[It might be coincidence but I have the feeling that archiving and retention are becoming more important on this side of the ocean. One of the customers I&#8217;m currently working for uses Enterprise Vault to archive all e-mail messages for all users forever. Read the remainder of this post @ http://www.proexchange.be/blogs/exchange2010/archive/2011/08/11/basic-housekeeping-with-exchange-2010-sp1-retention-policies.aspx Filed under: Archiving Tagged: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.koenvermoesen.be&amp;blog=3561314&amp;post=1288&amp;subd=k0v3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It might be coincidence but I have the feeling that archiving and retention are becoming more important on this side of the ocean. One of the customers I&#8217;m currently working for uses Enterprise Vault to archive all e-mail messages for all users forever.</p>
<p>Read the remainder of this post @ <a href="http://www.proexchange.be/blogs/exchange2010/archive/2011/08/11/basic-housekeeping-with-exchange-2010-sp1-retention-policies.aspx">http://www.proexchange.be/blogs/exchange2010/archive/2011/08/11/basic-housekeeping-with-exchange-2010-sp1-retention-policies.aspx</a></p>
<br />Filed under: <a href='http://blog.koenvermoesen.be/category/tech/archiving/'>Archiving</a> Tagged: <a href='http://blog.koenvermoesen.be/tag/exchange/'>Exchange</a>, <a href='http://blog.koenvermoesen.be/tag/proexchange/'>ProExchange</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/k0v3.wordpress.com/1288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/k0v3.wordpress.com/1288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/k0v3.wordpress.com/1288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/k0v3.wordpress.com/1288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/k0v3.wordpress.com/1288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/k0v3.wordpress.com/1288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/k0v3.wordpress.com/1288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/k0v3.wordpress.com/1288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/k0v3.wordpress.com/1288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/k0v3.wordpress.com/1288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/k0v3.wordpress.com/1288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/k0v3.wordpress.com/1288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/k0v3.wordpress.com/1288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/k0v3.wordpress.com/1288/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.koenvermoesen.be&amp;blog=3561314&amp;post=1288&amp;subd=k0v3&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.koenvermoesen.be/2011/08/11/basic-housekeeping-with-exchange-2010-retention-policies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f646bcfc3f7534b20fa79e0347353eb?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">k0v3</media:title>
		</media:content>
	</item>
		<item>
		<title>Community Day 2011; Impression from an IT-Pro</title>
		<link>http://blog.koenvermoesen.be/2011/06/23/community-day-2011-impression-from-an-it-pro/</link>
		<comments>http://blog.koenvermoesen.be/2011/06/23/community-day-2011-impression-from-an-it-pro/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 21:31:47 +0000</pubDate>
		<dc:creator>Koen Vermoesen</dc:creator>
				<category><![CDATA[Event]]></category>
		<category><![CDATA[ComDayBe]]></category>

		<guid isPermaLink="false">https://k0v3.wordpress.com/?p=1276</guid>
		<description><![CDATA[It has been too long since I’ve written a post on this blog. On top of that some people have shown their appreciation when I wrote a post on some events I’ve attended in the past. How many more reasons does one need to do it all over again? The event I attended today is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.koenvermoesen.be&amp;blog=3561314&amp;post=1276&amp;subd=k0v3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It has been too long since I’ve written a post on this blog. On top of that some people have shown their appreciation when I wrote a post on some events I’ve attended in the past. How many more reasons does one need to do it all over again?</p>
<p>The event I attended today is called <a href="http://www.communityday.be/">Community Day</a> (the 5th edition already) and given the name it won’t come as a surprise that it’s basically a gathering of most of the Belgian ICT user groups.</p>
<h1>Opening Keynote</h1>
<p>We started off in the biggest room reserved for the event with a fun movie the <a href="https://twitter.com/#!/comdaybe/">@ComDayBe</a> team made in Leuven. They were basically asking some random people which versions of windows and office they were using and whether they knew what Cloud Computing is all about.</p>
<h1>Session: What if disaster strikes &#8211; Failover clustering explained</h1>
<p><a href="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-001.jpg"><img class="alignnone" style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0 none;" title="ComDayBe2011-001" src="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-001_thumb.jpg?w=244&#038;h=184" alt="ComDayBe2011-001" width="244" height="184" border="0" /></a>I have worked in an operational team that supported multiple fail-over clusters so I’m familiar with most of the concepts, except for the &#8220;Dependency Report&#8221; that  is. I did have the impression that there was some mix-up between shared storage and Majority Node Set (MNS) clusters though.</p>
<p>It was also stated that deploying such a cluster is pretty straight forward. That might be true from a technical point of view, but it’s an entirely different story if you have to start dealing with server, network and storage teams. Additionally, It has proven difficult to ensure people are using the correct network name to connect to their database or application.</p>
<h1>Session: Communication Enabled Business Processes using Lync 2010</h1>
<p><a href="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-002.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="ComDayBe2011-002" src="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-002_thumb.jpg?w=244&#038;h=184" alt="ComDayBe2011-002" width="244" height="184" border="0" /></a>Next up was the first of 2 sessions of the community I’m most involved with myself; <a href="http://www.proexchange.be/">Pro-Exchange</a>. Johan Delimon showed us some demos and examples of applications that are build on top of the Lync client or server APIs and Exchange Web Services (EWS).</p>
<h1>Lunch</h1>
<p><a style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="ComDayBe2011-003"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="ComDayBe2011-003" src="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-003_thumb.jpg?w=244&#038;h=184" alt="ComDayBe2011-003" width="244" height="184" border="0" /></a></p>
<h1>IT-Pro Chalk Talk</h1>
<p><a href="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-006.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="ComDayBe2011-006" src="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-006_thumb.jpg?w=244&#038;h=184" alt="ComDayBe2011-006" width="244" height="184" border="0" /></a><a href="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-004.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="ComDayBe2011-004" src="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-004_thumb.jpg?w=244&#038;h=184" alt="ComDayBe2011-004" width="244" height="184" border="0" /></a>My colleague <a href="https://twitter.com/#!/mvanhorenbeeck">@MVanHorenbeeck</a> used all his credits during this interactive Q&amp;A session. Hence we mostly discussed about “the cloud”:</p>
<ul>
<ul>
<li>Cloud vs. Jobs</li>
<li>Cloud vs. Security</li>
<li>Cloud vs. Monitoring (both SLA &amp; security)</li>
<li>ADFS not feasible for small companies</li>
</ul>
</ul>
<p><em>On a side note; this VIP room was really nice. I can certainly see my self watching a movie in this environment. Lots of leg room! No that I have such a long legs, but I’m not very good at sitting still for a longer periods of time. Ask my wife ;-)<br />
</em></p>
<h1>Sponsor Presentation: From Box to Solution in one session with the HP/Microsoft Business Decision and Messaging Appliances</h1>
<p><a href="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-008.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="ComDayBe2011-008" src="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-008_thumb.jpg?w=244&#038;h=184" alt="ComDayBe2011-008" width="244" height="184" border="0" /></a><a href="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-009.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="ComDayBe2011-009" src="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-009_thumb.jpg?w=244&#038;h=184" alt="ComDayBe2011-009" width="244" height="184" border="0" /></a><a href="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-010.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="ComDayBe2011-010" src="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-010_thumb.jpg?w=244&#038;h=184" alt="ComDayBe2011-010" width="244" height="184" border="0" /></a>We kicked of the afternoon with a session hosted by sponsor HP. They talked about joint effort from <a href="http://www.microsoft.com">Microsoft</a> and <a href="http://www.hp.com">HP</a> in combining their technologies. The result is a kind of purposely built appliance. Apert from 3 SQL server related appliances there&#8217;s also one related to Exchange Server; the <a href="http://www.hp.com/go/e5000">E5000</a> Messaging System. Obviously I was more interested in the latter.</p>
<p>Some notes:</p>
<ul>
<ul>
<li>load balancer required (read: not included)</li>
<li>meant for SMB; the entry-level model supports about 500 mbx of 1GB while the largest one supports 3000 users of 2,5GB</li>
<li>HA out-of-the-box; no active component which is not redundant, but then again both servers are still in the same rack/data center.</li>
</ul>
</ul>
<p>It certainly looks interesting at first sight. We will need to investigate and compare prices to decide whether this could be a useful for our customers.</p>
<h1>Session: Roll-out and Manage Multi-Platform Mobile Devices using some simple tools&#8230; and Exchange 2010</h1>
<p><a href="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-012.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="ComDayBe2011-012" src="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-012_thumb.jpg?w=184&#038;h=244" alt="ComDayBe2011-012" width="184" height="244" border="0" /></a>Second <a href="http://www.proexchange.be/">Pro-Exchange</a> session of the day. Wim Borgers kicked of with a bit of history on the evolution of the smart phone platform and discussed some of the issues with managing lots of mobile devices with different operating systems, versions and makes.</p>
<p>Ruben Nauwelaers took care of the second part and discussed what can be done when using native Exchange 2010 features and/or some 3rd party tools:</p>
<ul>
<li>Apple Push notifications services</li>
<li>SCCM</li>
<li>Exchange Server 2010</li>
<li>iPhone Configuration Utility</li>
</ul>
<h1>Session: Operations Manager 2012 Overview</h1>
<p><a href="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-014.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="ComDayBe2011-014" src="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-014_thumb.jpg?w=244&#038;h=184" alt="ComDayBe2011-014" width="244" height="184" border="0" /></a> A bit unfortunate, but only 6 people showed up for the SCOM session. We were kindly invited by <a href="https://twitter.com/#!/alexverkinderen">@AlexVerkinderen</a> to come and sit on the first row, which results in huge slides. Anyway my notes for this session read:</p>
<ul>
<li>SCOM 2007 Management Packs will be compatible with SCOM 2012</li>
<li>New functionality will require deploying “feature packs” thus allowing customers to upgrade their monitoring infrastructure without to big of an impact.</li>
<li>SCOM vs. cloud</li>
<li>An MP for monitoring Azure already exists.</li>
<li>Project Concero will allow monitoring of infrastructure deployed in the cloud and on premise</li>
<li>Root Management Server (RMS) is replaced with a peer-to-peer architecture of management servers</li>
<li>In depth network monitoring and SNMP v3</li>
</ul>
<p>We ran out of time and didn’t get to see the entire presentation. I&#8217;m certainly interested to see the remainder of it, be it with or without a <a href="http://www.duvel.be/">Duvel</a>.</p>
<h1>Closing</h1>
<p><a href="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-015.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="ComDayBe2011-015" src="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-015_thumb.jpg?w=244&#038;h=184" alt="ComDayBe2011-015" width="244" height="184" border="0" /></a></p>
<p>We ended the evening with some, mainly developer oriented, price draws. I quickly returned home to put the kids to bed, but not before doing some sight-seeing around the construction works in Vilvoorde.</p>
<p><em>Note: I hope the mango update for Windows Phone 7 comes quickly because not being able to turn of the shutter sound is getting annoying, especially for the other people in the room&#8230;<br />
</em></p>
<br />Filed under: <a href='http://blog.koenvermoesen.be/category/tech/event/'>Event</a> Tagged: <a href='http://blog.koenvermoesen.be/tag/comdaybe/'>ComDayBe</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/k0v3.wordpress.com/1276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/k0v3.wordpress.com/1276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/k0v3.wordpress.com/1276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/k0v3.wordpress.com/1276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/k0v3.wordpress.com/1276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/k0v3.wordpress.com/1276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/k0v3.wordpress.com/1276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/k0v3.wordpress.com/1276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/k0v3.wordpress.com/1276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/k0v3.wordpress.com/1276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/k0v3.wordpress.com/1276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/k0v3.wordpress.com/1276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/k0v3.wordpress.com/1276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/k0v3.wordpress.com/1276/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.koenvermoesen.be&amp;blog=3561314&amp;post=1276&amp;subd=k0v3&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.koenvermoesen.be/2011/06/23/community-day-2011-impression-from-an-it-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f646bcfc3f7534b20fa79e0347353eb?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">k0v3</media:title>
		</media:content>

		<media:content url="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-001_thumb.jpg" medium="image">
			<media:title type="html">ComDayBe2011-001</media:title>
		</media:content>

		<media:content url="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-002_thumb.jpg" medium="image">
			<media:title type="html">ComDayBe2011-002</media:title>
		</media:content>

		<media:content url="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-003_thumb.jpg" medium="image">
			<media:title type="html">ComDayBe2011-003</media:title>
		</media:content>

		<media:content url="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-006_thumb.jpg" medium="image">
			<media:title type="html">ComDayBe2011-006</media:title>
		</media:content>

		<media:content url="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-004_thumb.jpg" medium="image">
			<media:title type="html">ComDayBe2011-004</media:title>
		</media:content>

		<media:content url="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-008_thumb.jpg" medium="image">
			<media:title type="html">ComDayBe2011-008</media:title>
		</media:content>

		<media:content url="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-009_thumb.jpg" medium="image">
			<media:title type="html">ComDayBe2011-009</media:title>
		</media:content>

		<media:content url="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-010_thumb.jpg" medium="image">
			<media:title type="html">ComDayBe2011-010</media:title>
		</media:content>

		<media:content url="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-012_thumb.jpg" medium="image">
			<media:title type="html">ComDayBe2011-012</media:title>
		</media:content>

		<media:content url="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-014_thumb.jpg" medium="image">
			<media:title type="html">ComDayBe2011-014</media:title>
		</media:content>

		<media:content url="http://k0v3.files.wordpress.com/2011/06/comdaybe2011-015_thumb.jpg" medium="image">
			<media:title type="html">ComDayBe2011-015</media:title>
		</media:content>
	</item>
		<item>
		<title>Outlook Web App Help&gt;About shows your CAS and MBX server</title>
		<link>http://blog.koenvermoesen.be/2010/12/24/outlook-web-app-helpabout-shows-your-cas-and-mbx-server/</link>
		<comments>http://blog.koenvermoesen.be/2010/12/24/outlook-web-app-helpabout-shows-your-cas-and-mbx-server/#comments</comments>
		<pubDate>Fri, 24 Dec 2010 09:07:01 +0000</pubDate>
		<dc:creator>Koen Vermoesen</dc:creator>
				<category><![CDATA[Messaging]]></category>
		<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://blog.koenvermoesen.be/?p=1239</guid>
		<description><![CDATA[If  you&#8217;re deploying multiple Client Access and Mailbox  servers, possibly behind load balancers and/or reverse proxies, the host names of the physical servers are replaced with common DNS aliases. However for troubleshooting/validation purposes you may want to know the exact host you&#8217;re connected to. There are a number of solutions for this but the easiest [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.koenvermoesen.be&amp;blog=3561314&amp;post=1239&amp;subd=k0v3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If  you&#8217;re deploying multiple Client Access and Mailbox  servers, possibly behind load balancers and/or reverse proxies, the host names of the physical servers are replaced with common DNS aliases.</p>
<p>However for troubleshooting/validation purposes you may want to know the exact host you&#8217;re connected to. There are a number of solutions for this but the easiest one by far is using Help &gt; About in Outlook Web App in Exchange Server 2010:</p>
<p><a href="http://k0v3.files.wordpress.com/2010/12/20101224-owa2010-helpabout.png"><img class="aligncenter size-medium wp-image-1240" title="20101224-OWA2010-HelpAbout" src="http://k0v3.files.wordpress.com/2010/12/20101224-owa2010-helpabout.png?w=300&#038;h=60" alt="" width="300" height="60" /></a></p>
<p>A new pop-up appears to get you started;</p>
<p><a href="http://k0v3.files.wordpress.com/2010/12/20101224-owa2010-helpaboutdetails.png"><img class="aligncenter size-medium wp-image-1241" title="20101224-OWA2010-HelpAboutDetails" src="http://k0v3.files.wordpress.com/2010/12/20101224-owa2010-helpaboutdetails.png?w=285&#038;h=300" alt="" width="285" height="300" /></a></p>
<p>Happy Christmas!</p>
<br />Filed under: <a href='http://blog.koenvermoesen.be/category/tech/messaging/'>Messaging</a> Tagged: <a href='http://blog.koenvermoesen.be/tag/exchange/'>Exchange</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/k0v3.wordpress.com/1239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/k0v3.wordpress.com/1239/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/k0v3.wordpress.com/1239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/k0v3.wordpress.com/1239/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/k0v3.wordpress.com/1239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/k0v3.wordpress.com/1239/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/k0v3.wordpress.com/1239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/k0v3.wordpress.com/1239/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/k0v3.wordpress.com/1239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/k0v3.wordpress.com/1239/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/k0v3.wordpress.com/1239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/k0v3.wordpress.com/1239/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/k0v3.wordpress.com/1239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/k0v3.wordpress.com/1239/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.koenvermoesen.be&amp;blog=3561314&amp;post=1239&amp;subd=k0v3&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.koenvermoesen.be/2010/12/24/outlook-web-app-helpabout-shows-your-cas-and-mbx-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f646bcfc3f7534b20fa79e0347353eb?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">k0v3</media:title>
		</media:content>

		<media:content url="http://k0v3.files.wordpress.com/2010/12/20101224-owa2010-helpabout.png?w=300" medium="image">
			<media:title type="html">20101224-OWA2010-HelpAbout</media:title>
		</media:content>

		<media:content url="http://k0v3.files.wordpress.com/2010/12/20101224-owa2010-helpaboutdetails.png?w=285" medium="image">
			<media:title type="html">20101224-OWA2010-HelpAboutDetails</media:title>
		</media:content>
	</item>
		<item>
		<title>Lync Taskbar Icon</title>
		<link>http://blog.koenvermoesen.be/2010/11/08/lync-taskbar-icon/</link>
		<comments>http://blog.koenvermoesen.be/2010/11/08/lync-taskbar-icon/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 18:32:29 +0000</pubDate>
		<dc:creator>Koen Vermoesen</dc:creator>
				<category><![CDATA[Messaging]]></category>
		<category><![CDATA[Lync]]></category>

		<guid isPermaLink="false">https://k0v3.wordpress.com/2010/11/08/lync-taskbar-icon/</guid>
		<description><![CDATA[Strange taskbar icon for the Lync client? Filed under: Messaging Tagged: Lync<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.koenvermoesen.be&amp;blog=3561314&amp;post=1238&amp;subd=k0v3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Strange taskbar icon for the Lync client?</p>
<p><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:block;float:none;margin-left:auto;border-top:0;margin-right:auto;border-right:0;padding-top:0;" title="Lync Taskbar Icon" border="0" alt="Lync Taskbar Icon" src="http://k0v3.files.wordpress.com/2010/11/lync-taskbar-icon.png?w=244&#038;h=226" width="244" height="226" /></p>
<br />Filed under: <a href='http://blog.koenvermoesen.be/category/tech/messaging/'>Messaging</a> Tagged: <a href='http://blog.koenvermoesen.be/tag/lync/'>Lync</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/k0v3.wordpress.com/1238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/k0v3.wordpress.com/1238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/k0v3.wordpress.com/1238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/k0v3.wordpress.com/1238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/k0v3.wordpress.com/1238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/k0v3.wordpress.com/1238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/k0v3.wordpress.com/1238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/k0v3.wordpress.com/1238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/k0v3.wordpress.com/1238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/k0v3.wordpress.com/1238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/k0v3.wordpress.com/1238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/k0v3.wordpress.com/1238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/k0v3.wordpress.com/1238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/k0v3.wordpress.com/1238/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.koenvermoesen.be&amp;blog=3561314&amp;post=1238&amp;subd=k0v3&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.koenvermoesen.be/2010/11/08/lync-taskbar-icon/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f646bcfc3f7534b20fa79e0347353eb?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">k0v3</media:title>
		</media:content>

		<media:content url="http://k0v3.files.wordpress.com/2010/11/lync-taskbar-icon.png" medium="image">
			<media:title type="html">Lync Taskbar Icon</media:title>
		</media:content>
	</item>
		<item>
		<title>CBTMotion error during storage VMotion</title>
		<link>http://blog.koenvermoesen.be/2010/10/14/cbtmotion-error-during-storage-vmotion/</link>
		<comments>http://blog.koenvermoesen.be/2010/10/14/cbtmotion-error-during-storage-vmotion/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 19:00:17 +0000</pubDate>
		<dc:creator>Stijn Vermoesen</dc:creator>
				<category><![CDATA[Storage]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Storage VMotion]]></category>

		<guid isPermaLink="false">https://k0v3.wordpress.com/2010/10/14/cbtmotion-error-during-storage-vmotion/</guid>
		<description><![CDATA[Last I encountered some errors while doing a storage VMotion for a couple of VMs during a migration from ESX 3.5 to vSphere 4.1. When looking in the logs for the CBTMotion errors I found following messages. CBTMotion: scsi0:1: Clone: failed to start block tracking session on source disk: Change tracking is not active for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.koenvermoesen.be&amp;blog=3561314&amp;post=1236&amp;subd=k0v3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last I encountered some errors while doing a storage VMotion for a couple of VMs during a migration from ESX 3.5 to vSphere 4.1. </p>
<p><a href="http://k0v3.files.wordpress.com/2010/10/image.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://k0v3.files.wordpress.com/2010/10/image_thumb.png?w=600&#038;h=40" width="600" height="40" /></a></p>
<p>When looking in the logs for the CBTMotion errors I found following messages.</p>
<blockquote><p>CBTMotion: scsi0:1: Clone: failed to start block tracking session on source disk: Change tracking is not active for this disk.      <br />CBTMotion: scsi0:1: failed to clone disk from /vmfs/volumes/694286b5-b7bf1d73/VM01/VM01_1.vmdk to /vmfs/volumes/2b0e242d-40129/VM01/VM01_1.vmdk.       <br />CBTMotion: disk clone failed, aborting Storage VMotion.       <br />Msg_Post: Error       <br />[msg.cbtmotion.disk.clone.failed] Disk clone failed. Canceling Storage vMotion.</p>
</blockquote>
<p>To solve this I created a snapshot on the VM and committed it. After this the storage VMotion worked successfully.</p>
<br />Filed under: <a href='http://blog.koenvermoesen.be/category/tech/storage/'>Storage</a>, <a href='http://blog.koenvermoesen.be/category/tech/virtualization/'>Virtualization</a> Tagged: <a href='http://blog.koenvermoesen.be/tag/storage-vmotion/'>Storage VMotion</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/k0v3.wordpress.com/1236/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/k0v3.wordpress.com/1236/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/k0v3.wordpress.com/1236/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/k0v3.wordpress.com/1236/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/k0v3.wordpress.com/1236/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/k0v3.wordpress.com/1236/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/k0v3.wordpress.com/1236/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/k0v3.wordpress.com/1236/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/k0v3.wordpress.com/1236/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/k0v3.wordpress.com/1236/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/k0v3.wordpress.com/1236/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/k0v3.wordpress.com/1236/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/k0v3.wordpress.com/1236/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/k0v3.wordpress.com/1236/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.koenvermoesen.be&amp;blog=3561314&amp;post=1236&amp;subd=k0v3&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.koenvermoesen.be/2010/10/14/cbtmotion-error-during-storage-vmotion/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62aee00de3e0280aadbe38323469a9be?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">sak1n1</media:title>
		</media:content>

		<media:content url="http://k0v3.files.wordpress.com/2010/10/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Me(e)t the Exchange Product team</title>
		<link>http://blog.koenvermoesen.be/2010/10/08/meet-the-exchange-product-team/</link>
		<comments>http://blog.koenvermoesen.be/2010/10/08/meet-the-exchange-product-team/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 12:56:41 +0000</pubDate>
		<dc:creator>Koen Vermoesen</dc:creator>
				<category><![CDATA[Event]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[ProExchange]]></category>

		<guid isPermaLink="false">https://k0v3.wordpress.com/?p=1228</guid>
		<description><![CDATA[Yesterday we were offered the occasion to meet with some people (Greg Taylor &#38; Ross Smith IV) from MS Exchange product team during an exclusive pro-exchange event. Ilse Van Criekinge also joined the party. Here’s a twitter-style overview of the stuff we discussed. ExMon: community member wondered why he couldn’t see the client latency anymore [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.koenvermoesen.be&amp;blog=3561314&amp;post=1228&amp;subd=k0v3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Yesterday we were offered the occasion to meet with some people (<a href="http://msexchangeteam.com/archive/2008/12/01/450205.aspx">Greg Taylor</a> &amp; <a href="http://msexchangeteam.com/archive/2005/08/25/409819.aspx">Ross Smith IV</a>) from MS Exchange product team during <a href="http://www.pro-exchange.be/blogs/events/archive/2010/09/29/exclusive-event-meet-the-exchange-product-team.aspx">an exclusive pro-exchange event</a>. <a href="http://blogs.technet.com/b/ilvancri/">Ilse Van Criekinge</a> also joined the party.</p>
<p>Here’s a twitter-style overview of the stuff we discussed.</p>
<ol>
<li><a href="http://msexchangeteam.com/archive/2005/04/06/403409.aspx">ExMon</a>: community member wondered why he couldn’t see the client latency anymore when using exmon</li>
<li>Somebody else explained a complicated (from the admin side) Public Folder based system for an end-user to be able to manage distribution lists themselves. Additionally this very same customer also used some public folder based contacts to hide recipients in some cases (if I understood the story correctly). Suggestion from the product team was to use ECP for most of this functionality. This would however require a lot of effort in training the end-user.</li>
<li>MS IT DB Design</li>
<li>DAG takes care of switching mbx db to another instance, but the default PF store is still hard-coded. So you’re in trouble if that one went down togheter with the active mailbox database. Probably fixed in next roll up, but no guarantee.</li>
<li>MS IT Storage design: 300mbx/db on a single physical disk containing both the database it selves, the content index and the transaction logs. In case of hard disk failure another copy of the database in the same datacenter is activated. MS IT refreshes hardware every 3 years. During this refresh the mailbox quota is doubled. However they use thin provisioning for their mailboxes, while mailboxes have a 5Gb quota only 3Gb is available for them. When designing their solution they take 10 years of trending into account. PTSs are still allowed at Microsoft because of legal requirements around the Globe. Retention policies do exist but are opt in.</li>
<li>Archiving in E2K10. Read only access does not exist as such. Suggestion was to use either single item recovery or delegation hold. Quota’s do exist in the dumpster. 20Gb warning &amp; 30Gb error.</li>
<li>Single Instance Storage: SIS is removed in E2K10. When moving from E2007 to E2010 that should not be an issue as SIS is nowhere taken into account when showing mailbox size. The counter that existed was inaccurate. SIS has been removed in favor IO improvements: search, sort, mailbox move etc. A sort of the inbox takes 1 IO operation as opposed to 7 in previous versions.</li>
<li>MS IT Backup strategy: Ross discussed the case where they lost 3,5 days worth of email for 8000 users because of a SAN crash. Documented the evolution of the strategy over time.</li>
<li><a href="http://msexchangeteam.com/archive/2009/11/09/453117.aspx">Storage calculator</a>. (Ross is the author of this tool).</li>
<li>CAS HA on VM; multiple CAS or rely on vmotion? MS obviously recommends setting up multiple CAS servers. Use HLB to reduce number of machines required. Aim for 80% CPU. Look at <a href="http://www.kemptechnologies.com/emea/">Kemp</a> for cheap hardware load balancers.</li>
<li>X500 &amp; LegacyExchangeDN: chicken vs. the eg. Kept for backwards compatibility.</li>
<li>UAG vs. TMG. <a href="http://msexchangeteam.com/archive/2010/07/16/455492.aspx">White paper available</a>. TMG mainly for outbound traffic. UAG for inbound traffic, but built on top of TMG. TMG is the way to go if you only need to publish exchange. If you need/want more than use UAG. However it cannot do certificate based mobile devices!</li>
<li>Recovering entire folder structures is not possible anymore. Will probably not change.</li>
<li>Outlook 2007 archiving add-on &lt;=&gt; No date.</li>
<li>EAS mbx policy difference in RTM vs. SP1: “allow block quarantine” brought to ECP</li>
<li> Outlook anywhere client certificate authentication. Smart card authentication will be possible when using Outlook 2010 SP1 + Exchange 2010 SP1 + … Will be IPSec based. White paper on the way.</li>
<li>Vanity domains (as Greg called it): there’s only one common OWA legacy URL however. Use multiple OWA virtual directories or servers.</li>
<li>Renaming forest with exchange server present. Not supported and never will be. Risky. Also consider SMS, SAP etc.</li>
<li>Select from address; no plans. Add-ons do exist however. (e.g. <a title="http://www.howto-outlook.com/tag/mail-composing" href="http://www.howto-outlook.com/tag/mail-composing">http://www.howto-outlook.com/tag/mail-composing</a>)</li>
<li>HT tries to collapse multiple meeting requests. Think of an original followed up by a number of corrections.</li>
<li>Operational improvements is E2010: PowerShell, ECP, out of office etc.</li>
<li>Sent/deleted items in the wrong folder. I personally have a case where I cannot get <a href="http://blogs.technet.com/b/ilvancri/archive/2010/01/18/if-you-want-to-open-two-mailboxes-using-outlook-2007-and-configure-outlook-to-drop-a-sent-message-in-the-correct-sent-items-folder.aspx">the steps explained by Ilse</a> to work.</li>
<li>Recovery database</li>
<li>Some more storage calculator discussions and a little demo.</li>
</ol>
<p>Somewhere in between these friendly people from MS were kind enough to answer a number of questions provided to me by some colleagues:</p>
<p>1) Retiring/uninstalling the fist CAS server in a domain/site has effect on the RPCClientAccessServer attribute which can affect/interrupt mailbox access. Are there other issues we can encounter while retiring a/the first CAS or HUB or MBX server?</p>
<p>==&gt; Recommendations is to always create a CASarray even when there’s only one CAS server. Other impact may be PF, OAB generation+distribution, Routing table, arbitration mailboxes, …</p>
<p>2) We would like to separate the traffic between our  regions  NA – EU (North America – Europe) and the traffic in the regions, (NA= E2K7 and  EU = E2K10) is it possible to force the hub transport traffic between those sites over a/2 dedicated hub transport servers as this is easier to troubleshoot. We did it in e2k3 with routing groups.</p>
<p>==&gt; Not possible</p>
<p>3) We want to achieve the pic below… so Outlook/mapi traffic is always connected to CAS1 and CAS2 but not to CAS3 and CAS4 as we want to separate our intern mapi traffic from owapp traffic.</p>
<p style="text-align:center;"><a href="http://k0v3.files.wordpress.com/2010/10/clip_image001.png"><img class="aligncenter" style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="clip_image001" src="http://k0v3.files.wordpress.com/2010/10/clip_image001_thumb.png?w=244&#038;h=235" border="0" alt="clip_image001" width="244" height="235" /></a></p>
<p>All server are in the same site. CAS1 and CAS2 are in one nlb Cas3 and 4 in another NLB.</p>
<p>The clientaccessarray has the fqdn of the nlb of cas 1 and 2. And rpcclientaccessserver points to the clientaccessarray.</p>
<p>Get-clientaccessarray although gives the 4 Cas servers as members… does this also means that Outlook can connect to cas 3 and 4 as they are NOT in the nlb(which we  do not want)?</p>
<p>==&gt; This is possible by proper configuration of DNS aliases and NLB setup. Generally not a good idea however. I CAS2 fails or is in maintenance then CAS1 becomes a single point of failure</p>
<p>Last but not least there were also a number of questions I had of my own. Most of them are coming from discussion with customers in the past. They mostly confirmed my answer, which is always a good thing :-)</p>
<ol>
<li>Routing <span style="text-decoration:underline;">intra</span> exchange org e-mail over the internet? Possible by using <a href="http://www.riverbed.com">Riverbed</a> for instance. Not supported. (Note: most of the comment came from the community, not from MS.)</li>
<li>“Something” inbetween ISA (DMZ) &amp; CAS (LAN). ==&gt; you could put e.g. Cisco firewalls in front of the ISA but there’s not really any advantage in adding something between ISA &amp; CAS.</li>
<li>Secondary address resolved to primary in older versions? ==&gt; Has always shown this behavior.</li>
</ol>
<br />Filed under: <a href='http://blog.koenvermoesen.be/category/tech/event/'>Event</a> Tagged: <a href='http://blog.koenvermoesen.be/tag/exchange/'>Exchange</a>, <a href='http://blog.koenvermoesen.be/tag/proexchange/'>ProExchange</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/k0v3.wordpress.com/1228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/k0v3.wordpress.com/1228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/k0v3.wordpress.com/1228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/k0v3.wordpress.com/1228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/k0v3.wordpress.com/1228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/k0v3.wordpress.com/1228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/k0v3.wordpress.com/1228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/k0v3.wordpress.com/1228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/k0v3.wordpress.com/1228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/k0v3.wordpress.com/1228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/k0v3.wordpress.com/1228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/k0v3.wordpress.com/1228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/k0v3.wordpress.com/1228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/k0v3.wordpress.com/1228/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.koenvermoesen.be&amp;blog=3561314&amp;post=1228&amp;subd=k0v3&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.koenvermoesen.be/2010/10/08/meet-the-exchange-product-team/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f646bcfc3f7534b20fa79e0347353eb?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">k0v3</media:title>
		</media:content>

		<media:content url="http://k0v3.files.wordpress.com/2010/10/clip_image001_thumb.png" medium="image">
			<media:title type="html">clip_image001</media:title>
		</media:content>
	</item>
		<item>
		<title>Tivoli TDP for mail requires CAS role on DAG node</title>
		<link>http://blog.koenvermoesen.be/2010/09/17/tivoli-tdp-for-mail-requires-cas-role-on-dag-node/</link>
		<comments>http://blog.koenvermoesen.be/2010/09/17/tivoli-tdp-for-mail-requires-cas-role-on-dag-node/#comments</comments>
		<pubDate>Fri, 17 Sep 2010 15:31:00 +0000</pubDate>
		<dc:creator>Koen Vermoesen</dc:creator>
				<category><![CDATA[Backup&Restore]]></category>
		<category><![CDATA[Messaging]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[TSM]]></category>

		<guid isPermaLink="false">http://blog.koenvermoesen.be/?p=1209</guid>
		<description><![CDATA[The first version of TDP for Mail supporting Exchange Server 2010 was released during the summer holiday season. A customer was validating functionality offered for restoring individual mails/mailboxes. Full database backup/restores were working fine and we deployed the mapi toolkit as documented in the IBM Tivoli Storage Manager for Mail: Data Protection for Microsoft Exchange [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.koenvermoesen.be&amp;blog=3561314&amp;post=1209&amp;subd=k0v3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The first version of TDP for Mail supporting Exchange Server 2010 was released during the summer holiday season. A customer was validating functionality offered for restoring individual mails/mailboxes.</p>
<p>Full database backup/restores were working fine and we deployed the <a href="https://www.microsoft.com/downloads/en/details.aspx?familyid=E17E7F31-079A-43A9-BFF2-0A110307611E&amp;displaylang=en">mapi toolkit</a> as documented in the <a href="http://www-01.ibm.com/support/docview.wss?rs=0&amp;dc=DA400&amp;q1=data+protection+for+mail+exchange&amp;uid=swg27018572&amp;loc=en_US&amp;cs=utf-8&amp;cc=us&amp;lang=en">IBM Tivoli Storage Manager for Mail: Data Protection for Microsoft Exchange Server Installation and User&#8217;s Guide V6.1.2</a>. Didn&#8217;t work. The customer subsequently contacts Tivoli support and comes back with the answer &#8220;install the CAS role on your MBX servers&#8221;.</p>
<p>That let to kind of a &#8220;huh?&#8221; moment as we used the Exchange Server role based architecture in our deployment. A clever colleague of mine came up with a document confirming that statement:</p>
<blockquote><p>In order to perform Mailbox Restore (IMR) operations on Exchange Server 2010,  the Exchange Server that you are performing the mailbox restore on must have the  Mailbox Server Role and the Client Access Server (CAS) Role.<br />
<strong>Workaround</strong>: Perform the mailbox restore operation on an Exchange  server that has the Mailbox Server Role and Client Access Server (CAS) Role.</p></blockquote>
<p>Source: <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21319956">Known  Issues and Limitations: Version 2.2 FlashCopy® Manager for Microsoft  Exchange &amp; V6.1.x Data Protection for Microsoft Exchange Server</a></p>
<p>What we did not find were any &#8220;design&#8221; guidelines. So a couple of questions remain:</p>
<ul>
<li>Do we need to install the CAS role on every MBX server?</li>
<li>Do we need database copies (we&#8217;re talking DAG here) on the server with MBX+CAS roles? Do they need to be active?</li>
<li>Can we use a &#8220;management&#8221; server with an empty db, outside of the DAG for this?</li>
<li>How are we going to shield this CAS from users and applications?</li>
<li>&#8230;</li>
</ul>
<p>Al lot of questions and few answers in a project that is nearing completion. Hence we recommended the customer to use the<a href="redir.aspx?C=9fd3527bdeef40a4b48f4c1dc4417cf8&amp;URL=http%3a%2f%2ftechnet.microsoft.com%2fen-us%2flibrary%2fdd876954.aspx" target="_blank"> recovery</a><a href="redir.aspx?C=9fd3527bdeef40a4b48f4c1dc4417cf8&amp;URL=http%3a%2f%2ftechnet.microsoft.com%2fen-us%2flibrary%2fdd876954.aspx" target="_blank"> database</a> feature and <a href="redir.aspx?C=9fd3527bdeef40a4b48f4c1dc4417cf8&amp;URL=http%3a%2f%2ftechnet.microsoft.com%2fen-us%2flibrary%2fbb125218.aspx" target="_blank">restore-mailbox</a> management shell cmdlet to restore individual items. Worked perfectly.</p>
<p>Anyway, I&#8217;m still interested to learn how IBM thinks we should set this up in an environment that does not deploy all roles on a single server. Which is not the type of customers that would pick TSM as there backup software of choice in the first place.</p>
<br />Filed under: <a href='http://blog.koenvermoesen.be/category/tech/backuprestore/'>Backup&amp;Restore</a>, <a href='http://blog.koenvermoesen.be/category/tech/messaging/'>Messaging</a> Tagged: <a href='http://blog.koenvermoesen.be/tag/exchange/'>Exchange</a>, <a href='http://blog.koenvermoesen.be/tag/tsm/'>TSM</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/k0v3.wordpress.com/1209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/k0v3.wordpress.com/1209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/k0v3.wordpress.com/1209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/k0v3.wordpress.com/1209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/k0v3.wordpress.com/1209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/k0v3.wordpress.com/1209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/k0v3.wordpress.com/1209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/k0v3.wordpress.com/1209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/k0v3.wordpress.com/1209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/k0v3.wordpress.com/1209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/k0v3.wordpress.com/1209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/k0v3.wordpress.com/1209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/k0v3.wordpress.com/1209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/k0v3.wordpress.com/1209/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.koenvermoesen.be&amp;blog=3561314&amp;post=1209&amp;subd=k0v3&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.koenvermoesen.be/2010/09/17/tivoli-tdp-for-mail-requires-cas-role-on-dag-node/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f646bcfc3f7534b20fa79e0347353eb?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">k0v3</media:title>
		</media:content>
	</item>
		<item>
		<title>RIP Foxit</title>
		<link>http://blog.koenvermoesen.be/2010/09/08/rip-foxit/</link>
		<comments>http://blog.koenvermoesen.be/2010/09/08/rip-foxit/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 10:39:26 +0000</pubDate>
		<dc:creator>Koen Vermoesen</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[eReader]]></category>

		<guid isPermaLink="false">https://k0v3.wordpress.com/2010/09/08/rip-foxit/</guid>
		<description><![CDATA[Not only did Foxit quit the ereader business during the summer season. But this morning I also discovered that my eSlick ereader has a broken screen since it landed on the floor the hard way this weekend. Invest in an iPad, a Kindle 3 or stick with my netbook for my ereading needs. Choices… Filed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.koenvermoesen.be&amp;blog=3561314&amp;post=1207&amp;subd=k0v3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Not only did Foxit <a href="http://www.wired.com/gadgetlab/2010/08/foxit-eslick-death/">quit</a> the ereader business during the summer season. But this morning I also discovered that my eSlick ereader has a broken screen since it landed on the floor the hard way this weekend. </p>
<p><a href="http://k0v3.files.wordpress.com/2010/09/image000.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="Image000" border="0" alt="Image000" src="http://k0v3.files.wordpress.com/2010/09/image000_thumb.jpg?w=184&#038;h=244" width="184" height="244" /></a> <a href="http://k0v3.files.wordpress.com/2010/09/image001.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="Image001" border="0" alt="Image001" src="http://k0v3.files.wordpress.com/2010/09/image001_thumb.jpg?w=184&#038;h=244" width="184" height="244" /></a> <a href="http://k0v3.files.wordpress.com/2010/09/image003.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="Image003" border="0" alt="Image003" src="http://k0v3.files.wordpress.com/2010/09/image003_thumb.jpg?w=184&#038;h=244" width="184" height="244" /></a> <a href="http://k0v3.files.wordpress.com/2010/09/image004.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="Image004" border="0" alt="Image004" src="http://k0v3.files.wordpress.com/2010/09/image004_thumb.jpg?w=184&#038;h=244" width="184" height="244" /></a> <a href="http://k0v3.files.wordpress.com/2010/09/image007.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="Image007" border="0" alt="Image007" src="http://k0v3.files.wordpress.com/2010/09/image007_thumb.jpg?w=244&#038;h=184" width="244" height="184" /></a> <a href="http://k0v3.files.wordpress.com/2010/09/image008.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="Image008" border="0" alt="Image008" src="http://k0v3.files.wordpress.com/2010/09/image008_thumb.jpg?w=184&#038;h=244" width="184" height="244" /></a> </p>
<p>Invest in an iPad, a <a href="http://en.wikipedia.org/wiki/Kindle">Kindle</a> 3 or stick with my <a href="http://blog.koenvermoesen.be/tag/netbook/">netbook</a> for my ereading needs. Choices…</p>
<br />Filed under: <a href='http://blog.koenvermoesen.be/category/tech/hardware/'>Hardware</a> Tagged: <a href='http://blog.koenvermoesen.be/tag/ereader/'>eReader</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/k0v3.wordpress.com/1207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/k0v3.wordpress.com/1207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/k0v3.wordpress.com/1207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/k0v3.wordpress.com/1207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/k0v3.wordpress.com/1207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/k0v3.wordpress.com/1207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/k0v3.wordpress.com/1207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/k0v3.wordpress.com/1207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/k0v3.wordpress.com/1207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/k0v3.wordpress.com/1207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/k0v3.wordpress.com/1207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/k0v3.wordpress.com/1207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/k0v3.wordpress.com/1207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/k0v3.wordpress.com/1207/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.koenvermoesen.be&amp;blog=3561314&amp;post=1207&amp;subd=k0v3&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.koenvermoesen.be/2010/09/08/rip-foxit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f646bcfc3f7534b20fa79e0347353eb?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">k0v3</media:title>
		</media:content>

		<media:content url="http://k0v3.files.wordpress.com/2010/09/image000_thumb.jpg" medium="image">
			<media:title type="html">Image000</media:title>
		</media:content>

		<media:content url="http://k0v3.files.wordpress.com/2010/09/image001_thumb.jpg" medium="image">
			<media:title type="html">Image001</media:title>
		</media:content>

		<media:content url="http://k0v3.files.wordpress.com/2010/09/image003_thumb.jpg" medium="image">
			<media:title type="html">Image003</media:title>
		</media:content>

		<media:content url="http://k0v3.files.wordpress.com/2010/09/image004_thumb.jpg" medium="image">
			<media:title type="html">Image004</media:title>
		</media:content>

		<media:content url="http://k0v3.files.wordpress.com/2010/09/image007_thumb.jpg" medium="image">
			<media:title type="html">Image007</media:title>
		</media:content>

		<media:content url="http://k0v3.files.wordpress.com/2010/09/image008_thumb.jpg" medium="image">
			<media:title type="html">Image008</media:title>
		</media:content>
	</item>
	</channel>
</rss>
