<?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>MobilityDojo.net &#187; How-to&#8217;s</title>
	<atom:link href="http://mobilitydojo.net/category/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://mobilitydojo.net</link>
	<description>place of the mobility way</description>
	<lastBuildDate>Wed, 21 Jul 2010 09:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Securing Exchange ActiveSync with Client Certificates &#8211; WAN Access</title>
		<link>http://mobilitydojo.net/2010/05/20/securing-exchange-activesync-with-client-certificates-wan-access/</link>
		<comments>http://mobilitydojo.net/2010/05/20/securing-exchange-activesync-with-client-certificates-wan-access/#comments</comments>
		<pubDate>Thu, 20 May 2010 21:30:00 +0000</pubDate>
		<dc:creator>Andreas</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[How-to's]]></category>

		<guid isPermaLink="false">http://mobilitydojo.net/?p=1093</guid>
		<description><![CDATA[Hopefully you managed to get yourself started with client certificates in the last post, or maybe this was something you had already sorted out in your own lab without any assistance of mine. The thing is, an ActiveSync configuration that only works over the LAN isn’t all that worthwhile is it? You’ll want to make it work across them Intertubes as well don’t you?
(...)
Following up my previous article that configured Exchange for using client certificates, this time enabling it over the WAN as well with the help of ForeFront TMG 2010.]]></description>
		<wfw:commentRss>http://mobilitydojo.net/2010/05/20/securing-exchange-activesync-with-client-certificates-wan-access/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Securing Exchange ActiveSync with Client Certificates &#8211; LAN Access</title>
		<link>http://mobilitydojo.net/2010/05/19/securing-exchange-activesync-with-client-certificates-lan-access/</link>
		<comments>http://mobilitydojo.net/2010/05/19/securing-exchange-activesync-with-client-certificates-lan-access/#comments</comments>
		<pubDate>Wed, 19 May 2010 21:30:00 +0000</pubDate>
		<dc:creator>Andreas</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[How-to's]]></category>

		<guid isPermaLink="false">http://mobilitydojo.net/?p=1047</guid>
		<description><![CDATA[Certificates is not only a recurring theme on this site, it’s also a recurring pain point from what I hear. Getting it working is just down right confusing sometimes. With this in mind I thought I’d walk us through a scenario where you want to secure your Exchange ActiveSync deployment with the use of client certificates.
(...)
How to configure Exchange for client certificates while accessing ActiveSync over the LAN.]]></description>
		<wfw:commentRss>http://mobilitydojo.net/2010/05/19/securing-exchange-activesync-with-client-certificates-lan-access/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Rolling Your Own Exchange ActiveSync Client</title>
		<link>http://mobilitydojo.net/2010/03/30/rolling-your-own-exchange-activesync-client/</link>
		<comments>http://mobilitydojo.net/2010/03/30/rolling-your-own-exchange-activesync-client/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 22:30:00 +0000</pubDate>
		<dc:creator>Andreas</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[How-to's]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://mobilitydojo.net/?p=1021</guid>
		<description><![CDATA[I got my hands dirty with ActiveSync two weeks back (http://mobilitydojo.net/2010/03/17/digging-into-the-exchange-activesync-protocol), and shared the results with you here. I also mentioned that doing the things I did required a few lines of code since not everything could be done in Fiddler. Because of this I promised you I had something in the works to let you actually play around too, without cracking open your Visual Studio, and now I’m trying to make good on this promise :)

I introduce to you, the first beta release of “Exchange ActiveSync MD”. It is a desktop app that will let you emulate a device connecting to ActiveSync. Yes, it is similar to what www.testexchangeconnectivity.com, but I only focus on EAS, and I have a couple of options not present in the ActiveSync test MSFT provide. It will require you to have .Net 3.5 installed on your computer – I’ve tested it running on Windows 7 and Windows Server 2008 R2, but it should work on other Windows versions too with .Net present. It will not require an installation, and you can just run the .exe file itself.
(...)
ActiveSync diagnostic utility]]></description>
		<wfw:commentRss>http://mobilitydojo.net/2010/03/30/rolling-your-own-exchange-activesync-client/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Phone 7 and Exchange ActiveSync</title>
		<link>http://mobilitydojo.net/2010/03/20/windows-phone-7-and-exchange-activesync/</link>
		<comments>http://mobilitydojo.net/2010/03/20/windows-phone-7-and-exchange-activesync/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 22:30:00 +0000</pubDate>
		<dc:creator>Andreas</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[How-to's]]></category>
		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://mobilitydojo.net/?p=1012</guid>
		<description><![CDATA[By a happy coincidence Windows Phone 7 had it’s technical unveiling at Mix 2010 just as I was wrapping up my previous write-up on ActiveSync. Microsoft also released an emulator for developers to start coding for the new OS. If you’ve been following the news mill you’ll know by now that there are some major changes this time around which differs from previous platform upgrades. While you will still be able to leverage knowledge like C# you have to make do with Silverlight or XNA, and compared to previous releases of Windows Mobile this breaks quite a few applications. (Only OEMs get native code access, and even they will be restricted as to which native APIs they can use.)
(...)
Now what is the first thing a guy checks after getting access to the entire OS? Setup mail synchronization of course! Here’s what it looks like: ]]></description>
		<wfw:commentRss>http://mobilitydojo.net/2010/03/20/windows-phone-7-and-exchange-activesync/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Digging Into The Exchange ActiveSync Protocol</title>
		<link>http://mobilitydojo.net/2010/03/17/digging-into-the-exchange-activesync-protocol/</link>
		<comments>http://mobilitydojo.net/2010/03/17/digging-into-the-exchange-activesync-protocol/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 23:00:00 +0000</pubDate>
		<dc:creator>Andreas</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[How-to's]]></category>

		<guid isPermaLink="false">http://mobilitydojo.net/?p=985</guid>
		<description><![CDATA[ActiveSync is hardly a new topic on this blog. And once more I’ll be looking into an aspect of it, that I don’t believe I’ve covered in detail before. Let’s start a little easy, and see if we end up with some more knowledge of how to test/debug/play with Exchange ActiveSync. I am making the assumption you are already aware of the basics like setting up devices and installing servers.
(...)
Taking a deep dive into the Exchange ActiveSync protocol.]]></description>
		<wfw:commentRss>http://mobilitydojo.net/2010/03/17/digging-into-the-exchange-activesync-protocol/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Lazy Dialing Made Accessible</title>
		<link>http://mobilitydojo.net/2009/12/02/lazy-dialing-made-accessible/</link>
		<comments>http://mobilitydojo.net/2009/12/02/lazy-dialing-made-accessible/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 22:30:00 +0000</pubDate>
		<dc:creator>Andreas</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[How-to's]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://mobilitydojo.net/?p=929</guid>
		<description><![CDATA[Have you ever been ever so slightly lazy when it comes to making phone calls? No, I don’t mean procrastinating when it comes to making calls you for some reason don’t feel like you’re in a hurry to do. But the kind of laziness where you feel it’s a hassle to pick up the phone to send an sms, and end up doing it on your desktop instead. I have a plug-in in Outlook that will let me send sms, or I could do it via something built upon Kannel, etc, so that’s sorted though. I decided to have a look at something similar for making calls from the desktop.
(...)
The lines of code necessary to make calls programmatically.]]></description>
		<wfw:commentRss>http://mobilitydojo.net/2009/12/02/lazy-dialing-made-accessible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building Your Own Appliance Box</title>
		<link>http://mobilitydojo.net/2009/11/10/building-your-own-appliance-box/</link>
		<comments>http://mobilitydojo.net/2009/11/10/building-your-own-appliance-box/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 22:00:00 +0000</pubDate>
		<dc:creator>Andreas</dc:creator>
				<category><![CDATA[Device Management]]></category>
		<category><![CDATA[How-to's]]></category>

		<guid isPermaLink="false">http://mobilitydojo.net/?p=919</guid>
		<description><![CDATA[I’m a sucker for Beta programs. The feeling of getting some shiny new software in your hands is a good one. So a couple of weeks back I joined the Quebec beta on Microsoft Connect. (Formal name Windows Embedded Standard 2011.) I decided to test drive it as an OS for building an appliance, and Kannel seemed a good choice for a very basic setup. More on that later – first a few introductory lines on Windows Embedded (and explaining how it’s related to mobility).
(...)
Installing Windows Embedded 2011 codename Quebec for using as a Kannel appliance.]]></description>
		<wfw:commentRss>http://mobilitydojo.net/2009/11/10/building-your-own-appliance-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restricting Exchange ActiveSync Access &#8211; Redux</title>
		<link>http://mobilitydojo.net/2009/10/27/restricting-exchange-activesync-access-redux/</link>
		<comments>http://mobilitydojo.net/2009/10/27/restricting-exchange-activesync-access-redux/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 01:00:00 +0000</pubDate>
		<dc:creator>Andreas</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[How-to's]]></category>
		<category><![CDATA[Mobility Rant]]></category>

		<guid isPermaLink="false">http://mobilitydojo.net/?p=877</guid>
		<description><![CDATA[A few weeks ago I had a look at some of the new features in Exchange 2010 regarding how Exchange ActiveSync (EAS) can be “locked down” or restricted to only allow certain devices to sync (as opposed to the default open-for-all configuration). While those techniques specifically targeted Exchange 2010 there are some other methods you can employ as well, and I thought I’d take a look at some of them here. Not all of them are bullet proof, but it’s interesting to have them listed nonetheless.
(...)
Going through a number of options for restricting which devices can sync to Exchange ActiveSync.]]></description>
		<wfw:commentRss>http://mobilitydojo.net/2009/10/27/restricting-exchange-activesync-access-redux/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Restricting Exchange ActiveSync Access</title>
		<link>http://mobilitydojo.net/2009/09/28/restricting-exchange-activesync-access/</link>
		<comments>http://mobilitydojo.net/2009/09/28/restricting-exchange-activesync-access/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 08:00:00 +0000</pubDate>
		<dc:creator>Andreas</dc:creator>
				<category><![CDATA[Device Management]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[How-to's]]></category>

		<guid isPermaLink="false">http://mobilitydojo.net/?p=856</guid>
		<description><![CDATA[There’s a topic related to Exchange ActiveSync I’ve been meaning to cover for a long time. But through a combination of procrastination and lack of technical testing I haven’t gotten past the draft stage. I’m still not entirely done with that stage, but since I was already playing eagerly with Exchange 2010 RC I might as well cover one of the techniques now.
(...)
Taking a look at the new features in Exchange 2010 to restrict which devices are able to synchronize.]]></description>
		<wfw:commentRss>http://mobilitydojo.net/2009/09/28/restricting-exchange-activesync-access/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Getting OMA CP right by Windows Mobile</title>
		<link>http://mobilitydojo.net/2009/06/17/getting-oma-cp-right-by-windows-mobile/</link>
		<comments>http://mobilitydojo.net/2009/06/17/getting-oma-cp-right-by-windows-mobile/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 21:00:18 +0000</pubDate>
		<dc:creator>Andreas</dc:creator>
				<category><![CDATA[Device Management]]></category>
		<category><![CDATA[How-to's]]></category>

		<guid isPermaLink="false">http://mobilitydojo.net/?p=810</guid>
		<description><![CDATA[Regular readers of this blog, (although I don't rank on the Google 500 index I believe there are at least some people out there feeding off my rss), may be tempted to believe I'm playing my records on repeat when I bring up even more OMA, and yet again mentioning Windows Mobile in the same sentence. But previously I've only briefly mentioned some of the challenges involved. This time I thought I'd try and tackle some of these challenges. Maybe even solve a few :)]]></description>
		<wfw:commentRss>http://mobilitydojo.net/2009/06/17/getting-oma-cp-right-by-windows-mobile/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
