<?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>Scott Savage&#039;s Blog &#187; Exchange</title>
	<atom:link href="http://www.scottsavage.net/tag/exchange/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scottsavage.net</link>
	<description>CRM software runs my life</description>
	<lastBuildDate>Fri, 19 Aug 2011 03:51:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Windows Mobile 6.5 fails to ActiveSync with Google Apps</title>
		<link>http://www.scottsavage.net/2010/08/windows-mobile-6-5-fails-to-activesync-with-google-apps/</link>
		<comments>http://www.scottsavage.net/2010/08/windows-mobile-6-5-fails-to-activesync-with-google-apps/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 10:25:17 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[activesync]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[google apps]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.scottsavage.net/?p=709</guid>
		<description><![CDATA[Setting up your Windows Mobile 6.5 phone for Google Apps should be simple, there are some clear instructions located here. However I have found that on some HTC Windows based phones the account creation process does not go so smoothly. After a bit of hunting around I found someone who had a fix for me. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.scottsavage.net/wp-content/uploads/2010/08/activesync_screenshot.gif"><img class="alignright size-medium wp-image-711" title="activesync options screenshot" src="http://www.scottsavage.net/wp-content/uploads/2010/08/activesync_screenshot-262x300.gif" alt="" width="262" height="300" /></a>Setting up your Windows Mobile 6.5 phone for Google Apps should be simple, there are some clear instructions <a title="Windows Mobile setup for Google Apps" href="http://www.google.com/support/mobile/bin/answer.py?hl=en&amp;answer=138636">located here</a>. However I have found that on some HTC Windows based phones the account creation process does not go so smoothly. After a bit of hunting around I found someone who <a href="http://www.google.com/support/forum/p/Google+Mobile/thread?tid=24e5b7ffa1e6db07&amp;hl=en">had a fix for me</a>. Here is the more detailed version of how to get it working:</p>
<ol>
<li>Connect your phone to your PC via the USB cable</li>
<li>Disable all syncing with your PC by clicking Tools -&gt; Options</li>
<li>Click the Settings button and add your Exchange (Apps) account (do not check &#8220;Detect Settings&#8221;) and check Email syncing only</li>
<li>Sync</li>
<li>Edit the Exchange settings and check &#8220;Detect Settings&#8221;</li>
<li>Sync</li>
<li>Edit the Exchange settings again and check Calendar and Contacts (no tasks in Apps remember!)</li>
<li>Sync again</li>
</ol>
<p>And there you go! Not sure if this is a bug in Activesync, the phone or Apps, but it sure is annoying. At least it only occurs on setup, after that everything seems to keep up to date with no problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottsavage.net/2010/08/windows-mobile-6-5-fails-to-activesync-with-google-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2007 certificate migration</title>
		<link>http://www.scottsavage.net/2009/05/exchange-2007-certificate-migration/</link>
		<comments>http://www.scottsavage.net/2009/05/exchange-2007-certificate-migration/#comments</comments>
		<pubDate>Thu, 21 May 2009 09:02:01 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://www.scottsavage.net/?p=485</guid>
		<description><![CDATA[Exchange 2007 uses SSL certificates extensively across the IMAP, POP, IMAP, UM and IIS services. I assumed that adding an SSL certificate to one of the Domain Controllers would propogate that certificate across all the controllers. I guess it makes sense that I was wrong, SSL certificates aren&#8217;t something you want spread or activated widely. [...]]]></description>
			<content:encoded><![CDATA[<p>Exchange 2007 uses SSL certificates extensively across the IMAP, POP, IMAP, UM and IIS services. I assumed that <a title="Adding an SSL certificate to Exchange 2007" href="http://www.msexchange.org/articles_tutorials/exchange-server-2007/mobility-client-access/securing-exchange-2007-client-access-server-3rd-party-san-certificate.html">adding an SSL certificate</a> to one of the Domain Controllers would propogate that certificate across all the controllers. I guess it makes sense that I was wrong, SSL certificates aren&#8217;t something you want spread or activated widely. If you do need to move or copy the certificate across servers though, it is a simple 3 step process in the Exchange shell:</p>
<p>1) Export the certificate from the original server:</p>
<blockquote><p>Export-ExchangeCertificate -Thumbprint 5113ae0233a72fccb75b1d0198628675333d010e -BinaryEncoded:$true -Path c:\certificates\export.pfx -Password:(Get-Credential).password</p></blockquote>
<p><a href="http://technet.microsoft.com/en-us/library/aa996305.aspx">http://technet.microsoft.com/en-us/library/aa996305.aspx</a></p>
<p>2) Import the certificate into the new server:</p>
<blockquote><p>Import-ExchangeCertificate -Path c:\certificates\export.pfx -Password:(Get-Credential).password</p></blockquote>
<p><a href="http://technet.microsoft.com/en-us/library/bb124424.aspx">http://technet.microsoft.com/en-us/library/bb124424.aspx</a></p>
<p>3) Enable the new certificate:</p>
<blockquote><p>Enable-ExchangeCertificate -Thumbprint 5113ae0233a72fccb75b1d0198628675333d010e -Services &#8220;POP, IMAP&#8221;</p></blockquote>
<p> <a href="http://technet.microsoft.com/en-us/library/aa997231.aspx">http://technet.microsoft.com/en-us/library/aa997231.aspx</a></p>
<p>Done! <img src='http://www.scottsavage.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottsavage.net/2009/05/exchange-2007-certificate-migration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Promotions</title>
		<link>http://www.scottsavage.net/2008/03/microsoft-promotions/</link>
		<comments>http://www.scottsavage.net/2008/03/microsoft-promotions/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 10:54:26 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Skydrive]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Ok I don&#8217;t want to sound like an MS Fanboi, but there are actually a few cool things Microsoft related happening with me at the moment. Skydrive Skydrive is a very cool new file storage service from Microsoft. Really simple, you get 5GB of storage space and can upload any file smaller than 50MB. Sounds [...]]]></description>
			<content:encoded><![CDATA[<p>
Ok I don&#8217;t want to sound like an MS Fanboi, but there are actually a few cool things Microsoft related happening with me at the moment.
</p>
<p></p>
<h4>Skydrive<br />
</h4>
<p>
<a href="http://skydrive.live.com/">Skydrive</a> is a very cool new file storage service from Microsoft. Really simple, you get 5GB of storage space and can upload any file smaller than 50MB. Sounds perfect for a &#8220;My Docs&#8221; backup system? The only catch is that there is no shell extension or decent folder upload tool yet. They do however have a nice drag+drop multi-file upload tool, which I guess will do for now. I would love to see a more integrated tool that actually backed your &#8220;My Docs&#8221; up for you, but my guess that is hidden somewhere in the greater Windows Live skunkworks for now.
</p>
<p></p>
<h4>Windows Server 2008 + Exchange 2007<br />
</h4>
<p>
Yes, I am migrating my servers at home to the latest and greatest MS enterprise offerings. This also means going to <a href="http://www.microsoft.com/windowsserver2008/">Windows 2008 x64</a>, which is fine since I have been an <a href="http://www.amd.com/">AMD</a> fanboi for some time, but it would have been nice of them to make the migration a little easier! I know hardware is cheaper than software these days, but it would be nice to be able to easily upgrade <a href="http://www.microsoft.com/exchange/default.mspx">Exchange</a> from 2003 to 2007 without having to have a spare x64 machine lying around. Anyway it is all underway, so keep an eye on my <a href="http://uptime.netcraft.com/up/graph?site=www.scottsavage.net">Netcraft page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottsavage.net/2008/03/microsoft-promotions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windeyer Dibbs</title>
		<link>http://www.scottsavage.net/2003/09/windeyer-dibbs/</link>
		<comments>http://www.scottsavage.net/2003/09/windeyer-dibbs/#comments</comments>
		<pubDate>Sun, 14 Sep 2003 06:24:11 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[netcraft]]></category>
		<category><![CDATA[windeyer dibbs]]></category>

		<guid isPermaLink="false">http://www.scottsavage.net/?p=649</guid>
		<description><![CDATA[Well it has been a while since i have done any updates! I have been busy working at Windeyer Dibbs Solicitors . I designed that web site and also did all the setup for the web and DNS servers. (If you don&#8217;t believe me check the web server version &#8230;:-) ). The next thing that [...]]]></description>
			<content:encoded><![CDATA[<p>Well it has been a while since i have done any updates! I have been busy working at <a href="http://www.windeyerdibbs.com.au/">Windeyer Dibbs Solicitors </a>. I designed that web site and also did all the setup for the web and DNS servers. (If you don&#8217;t believe me <a href="http://uptime.netcraft.com/up/graph?site=windeyerdibbs.com.au">check the web server version </a>&#8230;:-) ). The next thing that i will post is how i setup horde and imp to work with an exchange server. Firstly i just have to get Turba working (not easy!). I may also do some more rack conversions soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottsavage.net/2003/09/windeyer-dibbs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

