<?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>TPOV</title>
	<atom:link href="http://www.tino.nl/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tino.nl</link>
	<description>Tino&#039;s Point Of View - I intend to live forever. So far, so good.</description>
	<lastBuildDate>Sun, 15 Jan 2012 21:34:55 +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>Why Get-FederationInformation fails.</title>
		<link>http://www.tino.nl/index.php/2012/01/15/why-get-federationinformation-fails/</link>
		<comments>http://www.tino.nl/index.php/2012/01/15/why-get-federationinformation-fails/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 21:34:55 +0000</pubDate>
		<dc:creator>tino</dc:creator>
				<category><![CDATA[Exchange & OCS]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Get-FederationInformation]]></category>
		<category><![CDATA[HCW]]></category>
		<category><![CDATA[Hybrid]]></category>
		<category><![CDATA[Hybrid Configuration Wizard]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Service Pack 2]]></category>

		<guid isPermaLink="false">http://www.tino.nl/index.php/2012/01/15/why-get-federationinformation-fails/</guid>
		<description><![CDATA[When you run the Get-FederationInformation commandlet in Exchange 2010 (Service Pack 2) you might run into an apparently vague error. This problem might prevent you from succesfully completing the Exchange 2010 Service Pack 2 Hybrid Configuration Wizard, because that wizard runs the Get-FederationInformation commandlet as well. Here’s an excerpt from what you might see when [...]]]></description>
		<wfw:commentRss>http://www.tino.nl/index.php/2012/01/15/why-get-federationinformation-fails/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 CAS: Outlook Web App Proxying vs Redirection</title>
		<link>http://www.tino.nl/index.php/2011/08/25/exchange-2010-cas-outlook-web-app-proxying-vs-redirection/</link>
		<comments>http://www.tino.nl/index.php/2011/08/25/exchange-2010-cas-outlook-web-app-proxying-vs-redirection/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 07:41:03 +0000</pubDate>
		<dc:creator>tino</dc:creator>
				<category><![CDATA[Exchange & OCS]]></category>
		<category><![CDATA[cas]]></category>
		<category><![CDATA[client access server]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://www.tino.nl/index.php/2011/08/25/exchange-2010-cas-outlook-web-app-proxying-vs-redirection/</guid>
		<description><![CDATA[Just a little learning snack on Outlook Web App Proxying versus Redirection. Let’s say we have two Active Directory sites, both with at least one Mailbox Server and both with at least one Client Access Server and we want users to be able to use Outlook Web App from the internet. This means that at [...]]]></description>
		<wfw:commentRss>http://www.tino.nl/index.php/2011/08/25/exchange-2010-cas-outlook-web-app-proxying-vs-redirection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rebooting Linux when &#8216;reboot&#8217; won&#8217;t work.</title>
		<link>http://www.tino.nl/index.php/2011/08/16/rebooting-linux-when-reboot-wont-work/</link>
		<comments>http://www.tino.nl/index.php/2011/08/16/rebooting-linux-when-reboot-wont-work/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 18:14:39 +0000</pubDate>
		<dc:creator>tino</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[reboot]]></category>

		<guid isPermaLink="false">http://www.tino.nl/index.php/2011/08/16/rebooting-linux-when-reboot-wont-work/</guid>
		<description><![CDATA[Every now and then you might run into a problem that your Linux box just won’t reboot. …and you do not have console access. If so, try this; echo s &#62; /proc/sysrq-trigger echo b &#62; /proc/sysrq-trigger The first command sync’s the drives, the second bounces your box.]]></description>
		<wfw:commentRss>http://www.tino.nl/index.php/2011/08/16/rebooting-linux-when-reboot-wont-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Office Automation in C# with Early Binding and Late Binding</title>
		<link>http://www.tino.nl/index.php/2011/06/30/microsoft-office-automation-in-c-with-early-binding-and-late-binding/</link>
		<comments>http://www.tino.nl/index.php/2011/06/30/microsoft-office-automation-in-c-with-early-binding-and-late-binding/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 10:07:43 +0000</pubDate>
		<dc:creator>tino</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Automation]]></category>
		<category><![CDATA[Early Binding]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Late Binding]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://www.tino.nl/?p=233</guid>
		<description><![CDATA[If you want to automate tasks for Microsoft Office applications, for example in Microsoft Word or Microsoft Excel, you can do so from C#. You will have to choose though, if you want use Early Binding or Late Binding. This sample shows you how you can use both Early- and Late Binding for Office Automation [...]]]></description>
		<wfw:commentRss>http://www.tino.nl/index.php/2011/06/30/microsoft-office-automation-in-c-with-early-binding-and-late-binding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Imminent Career Change</title>
		<link>http://www.tino.nl/index.php/2011/05/19/imminent-career-change/</link>
		<comments>http://www.tino.nl/index.php/2011/05/19/imminent-career-change/#comments</comments>
		<pubDate>Thu, 19 May 2011 20:26:26 +0000</pubDate>
		<dc:creator>tino</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.tino.nl/index.php/2011/05/19/imminent-career-change/</guid>
		<description><![CDATA[For some this might come as a surprise, for others this might be no more then logic… After working well over 10 years with the same colleagues, starting at BaByXL BroadBand DSL, then Tiscali and finally Winitu Consulting, I decided that it’s time for a change… This change also implies that, after being an MVP [...]]]></description>
		<wfw:commentRss>http://www.tino.nl/index.php/2011/05/19/imminent-career-change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Casting Enums by using Extension Methods in C#.</title>
		<link>http://www.tino.nl/index.php/2010/06/23/casting-enums-by-using-extension-methods-in-c/</link>
		<comments>http://www.tino.nl/index.php/2010/06/23/casting-enums-by-using-extension-methods-in-c/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 07:39:11 +0000</pubDate>
		<dc:creator>tino</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Cast]]></category>
		<category><![CDATA[Conversion]]></category>
		<category><![CDATA[Enum]]></category>

		<guid isPermaLink="false">http://www.tino.nl/index.php/2010/06/23/casting-enums-by-using-extension-methods-in-c/</guid>
		<description><![CDATA[In C# there is no way to implicity cast one enum to another. One possible way around this is by assigning values to each enum member. If the values of the first enum match the values of the second enum, you use two casts; the first casting the first enum value to an integer, and [...]]]></description>
		<wfw:commentRss>http://www.tino.nl/index.php/2010/06/23/casting-enums-by-using-extension-methods-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Answers to the 10 most Common Questions on the Exchange CAS-Array.</title>
		<link>http://www.tino.nl/index.php/2010/06/11/answers-to-the-10-most-common-questions-on-the-exchange-cas-array/</link>
		<comments>http://www.tino.nl/index.php/2010/06/11/answers-to-the-10-most-common-questions-on-the-exchange-cas-array/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 03:18:42 +0000</pubDate>
		<dc:creator>tino</dc:creator>
				<category><![CDATA[Exchange & OCS]]></category>
		<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://www.tino.nl/index.php/2010/06/11/answers-to-the-10-most-common-questions-on-the-exchange-cas-array/</guid>
		<description><![CDATA[During my stay at TechEd 2010 in New Orleans, I had to work the Exchange Server 2010 Flexibility and Reliability booth. Although most questions were on the Exchange DAG, the second most popular discussion was around the Client Access Server (CAS) and CAS-Arrays. Hence, the 10 most predominant questions (and of course, the answers to [...]]]></description>
		<wfw:commentRss>http://www.tino.nl/index.php/2010/06/11/answers-to-the-10-most-common-questions-on-the-exchange-cas-array/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Answers to the 10 most Common Questions on the Exchange DAG.</title>
		<link>http://www.tino.nl/index.php/2010/06/11/answers-to-the-10-most-common-questions-on-the-exchange-dag/</link>
		<comments>http://www.tino.nl/index.php/2010/06/11/answers-to-the-10-most-common-questions-on-the-exchange-dag/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 00:54:02 +0000</pubDate>
		<dc:creator>tino</dc:creator>
				<category><![CDATA[Exchange & OCS]]></category>
		<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://www.tino.nl/index.php/2010/06/11/answers-to-the-10-most-common-questions-on-the-exchange-dag/</guid>
		<description><![CDATA[Working the Exchange booth during TechEd 2010 in New Orleans, I got lot of questions regarding the Database Availability Group, or DAG, in Exchange Server 2010. Here’s the 10 most predominant questions (and of course, the answers to them); Q1. Can I use the DAG with Exchange Server 2010 Standard Edition? A1. Yes, you can [...]]]></description>
		<wfw:commentRss>http://www.tino.nl/index.php/2010/06/11/answers-to-the-10-most-common-questions-on-the-exchange-dag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 SP1 Public Beta Available.</title>
		<link>http://www.tino.nl/index.php/2010/06/07/exchange-2010-sp1-public-beta-available/</link>
		<comments>http://www.tino.nl/index.php/2010/06/07/exchange-2010-sp1-public-beta-available/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 20:59:19 +0000</pubDate>
		<dc:creator>tino</dc:creator>
				<category><![CDATA[Exchange & OCS]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[sp1]]></category>

		<guid isPermaLink="false">http://www.tino.nl/index.php/2010/06/07/exchange-2010-sp1-public-beta-available/</guid>
		<description><![CDATA[The beta version long anticipated Service Pack 1 for Exchange 2010 is available for the public now! http://go.microsoft.com/fwlink/?LinkId=193120 There are some pretty cool features in SP1 like Mailtips and the seperation of the Online Archive from the regular mailbox. Furthermore, these issues are fixed: 977439 (http://support.microsoft.com/kb/977439/ ) Exchange Server 2010 users cannot open certain attachments [...]]]></description>
		<wfw:commentRss>http://www.tino.nl/index.php/2010/06/07/exchange-2010-sp1-public-beta-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;ll be in Bellevue.</title>
		<link>http://www.tino.nl/index.php/2010/02/13/ill-be-in-bellevue/</link>
		<comments>http://www.tino.nl/index.php/2010/02/13/ill-be-in-bellevue/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 18:35:10 +0000</pubDate>
		<dc:creator>tino</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.tino.nl/index.php/2010/02/13/ill-be-in-bellevue/</guid>
		<description><![CDATA[This week, starting valentines day, I’ll be at the MVP Global Summit. This year, and for the first time, in beautiful Bellevue. I’ll be home on a monday… somewhere around noon… I will keep in touch.&#160;]]></description>
		<wfw:commentRss>http://www.tino.nl/index.php/2010/02/13/ill-be-in-bellevue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

