<?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>Confused Amused &#187; Windows Mobile</title>
	<atom:link href="http://www.confusedamused.com/tags/windows-mobile/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.confusedamused.com</link>
	<description></description>
	<lastBuildDate>Tue, 27 Jul 2010 03:03:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>100% CPU Utilization with Server 2008</title>
		<link>http://www.confusedamused.com/notebook/100-cpu-utilization-with-server-2008/</link>
		<comments>http://www.confusedamused.com/notebook/100-cpu-utilization-with-server-2008/#comments</comments>
		<pubDate>Sun, 21 Oct 2007 18:42:06 +0000</pubDate>
		<dc:creator>Tom Pacyk</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[trustedinstaller]]></category>
		<category><![CDATA[virtualpc]]></category>
		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://www.confusedamused.com/archives/100-cpu-utilization-with-server-2008/</guid>
		<description><![CDATA[How to stop your Server 2008 VM from consuming 100% of the CPU.]]></description>
			<content:encoded><![CDATA[<p>The other day I grabbed the latest RTM of Windows Server 2008 to try out in Virtual PC The installation process went smoothly  and without incident, but once I got logged into the machine the processor of my host OS was spiking at 100% any time I would click anything in the 2008 VM. I figured installing the VM additions would resolve this, but no luck. I double-checked my power settings on the host OS and everything looked in order so I was stumped.</p>

<p>So when I finally fired up task manager in the 2008 machine I found the culprit: <strong>TrustedInstaller.exe</strong> was consuming 80-90% of the guest OS CPU. After some investigating, apparently this process manages software updates within Vista/Server 2008 platforms. Since I&#8217;m only planning on running this as a test OS I just went ahead an killed the process. I don&#8217;t need no stinking updates! We&#8217;ll see if this adversely affects anything else, but at least I can now run the VM at a reasonable speed. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.confusedamused.com/notebook/100-cpu-utilization-with-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Windows Mobile 6.0 Root Certificates</title>
		<link>http://www.confusedamused.com/notebook/installing-windows-mobile-60-root-certificates/</link>
		<comments>http://www.confusedamused.com/notebook/installing-windows-mobile-60-root-certificates/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 00:23:31 +0000</pubDate>
		<dc:creator>Tom Pacyk</dc:creator>
				<category><![CDATA[Exchange Server 2007]]></category>
		<category><![CDATA[activesync]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://www.confusedamused.com/archives/installing-windows-mobile-60-root-certificates/</guid>
		<description><![CDATA[Recently I ran into a situation where we had purchased an Exchange certificate from a fairly common certificate authority (GeoTrust) and everything worked well with browsers automatically trusting the certificate&#8230; and then we picked up a Windows Mobile 6.0 device from Verizon. For whatever reason, Verizon or Microsoft has decided this particular CA was not [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I ran into a situation where we had purchased an Exchange certificate from a fairly common certificate authority (GeoTrust) and everything worked well with browsers automatically trusting the certificate&#8230; and then we picked up a Windows Mobile 6.0 device from Verizon. For whatever reason, Verizon or Microsoft has decided this particular CA was not trustworthy and isn&#8217;t in the default list, so ActiveSync fails to connect to the Exchange server. Fortunately, we can force the device to trust the certificate.</p>

<p>Windows Mobile 6.0 brought a change in how to install certificates. Users cannot install a certificate into the root certificates store on a phone unless the certificate is self-signed. This ensures that only true root certificates exist in the root store. </p>

<p>The pain here is that when you try installing a certificate such as the one used to secure Outlook Web Access it gets dumped in the personal store, and ActiveSync won’t connect because it can’t verify the certificate authority associated with the certificate. The solution is to get the certificate authority’s self-signed certificate into the root store. We can do this with the following steps:</p>

<ol>
<li><p>Open Internet Explorer and navigate to the site securing OWA. Click the lock next to the address bar.
<img src="http://www.confusedamused.com/wp-content/uploads/2007/10/c-001.png" alt="C 00" /> </p></li>
<li><p>Click the <strong>View Certificates</strong> link.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/c-01.png" alt="C 01" /> </p></li>
<li><p>Click the <strong>Certification Path</strong> tab at the top.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/c-02.png" alt="C 02" /> </p></li>
<li><p>Click the top certificate name first (the root CA) and then click <strong>View Certificate</strong>.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/c-03.png" alt="C 03" /> </p></li>
<li><p>Click the <strong>Details</strong> tab.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/c-04.png" alt="C 04" /> </p></li>
<li><p>Click the <strong>Copy to File…</strong> button.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/c-05.png" alt="C 05" /> </p></li>
<li><p>Click <strong>Next</strong> to start the Certificate Export Wizard.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/c-06.png" alt="C 06" /> </p></li>
<li><p>Click <strong>Next</strong> to export the certificate as a DER encoded binary X.509 (.CER)
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/c-07.png" alt="C 07" /> </p></li>
<li><p>Browse to a location where you’d like to save the certificate and give it a name.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/c-08.png" alt="C 08" /> </p></li>
<li><p>Click <strong>Finish</strong> to complete the Certificate Export Wizard.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/c-09.png" alt="C 09" /> </p></li>
<li><p>You should see a dialog that the export was successful.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/c-10.png" alt="C 10" /> </p></li>
<li><p>Now copy that .cer file you created to the device in some way. Via a storage card, USB cable, Bluetooth, whatever. Just get the .cer in the file structure of the phone somehow.</p></li>
<li><p>Power up the phone and click <strong>Start</strong>.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/w-01.png" alt="W 01" /> </p></li>
<li><p>Find and open <strong>File Explorer</strong>.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/w-02.png" alt="W 02" /> </p></li>
<li><p>Locate the .cer file you copied to the phone. I called mine root.cer.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/w-03.png" alt="W 03" /> </p></li>
<li><p>Press <strong>Menu</strong> and then <strong>Install</strong>.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/w-05.png" alt="W 05" /> </p></li>
<li><p>You should see a dialog that the install was successful. I’ve seen it fail on the first attempt before, so try a few times if you get an error. Press <strong>OK</strong>.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/w-06.png" alt="W 06" /> </p></li>
<li><p>Navigate to the phone’s <strong>Settings</strong> option.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/w-07.png" alt="W 07" /> </p></li>
<li><p>Click on <strong>Security</strong> and press OK.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/w-08.png" alt="W 08" /> </p></li>
<li><p>Click on <strong>Certificates</strong> and press OK.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/w-09.png" alt="W 09" /> </p></li>
<li><p>Click on <strong>Root</strong> and press OK.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/w-10.png" alt="W 10" /> </p></li>
<li><p>Scroll to the end of the certificates list or keep pressing <strong>More</strong>. You should see the certificate you installed listed at the very end of the list. If it’s not there, try starting over and making sure you’re exporting the certificate authority’s certificate, and not yours.
<img src="http://www.confusedamused.com/wp-content/pictures/2007/10/w-11.png" alt="W 11" /> </p></li>
</ol>

<p>You can now test ActiveSync and it should be able to connect to the Exchange server without ever needing to install your OWA certificate. It’s automatically trusted because the certificate authority now exists in your root certificates store.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.confusedamused.com/notebook/installing-windows-mobile-60-root-certificates/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
	</channel>
</rss>
