<?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>mike says things sometimes &#187; outlook</title>
	<atom:link href="http://blueglowy.com/tag/outlook/feed/" rel="self" type="application/rss+xml" />
	<link>http://blueglowy.com</link>
	<description>omg where am I I AM NOT GOOD WITH COMPUTERS</description>
	<lastBuildDate>Fri, 29 Apr 2011 04:15:19 +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>RPC over HTTP with Outlook 2k7 and Vista</title>
		<link>http://blueglowy.com/2009/08/17/rpc-over-http-with-outlook-2k7-and-vista/</link>
		<comments>http://blueglowy.com/2009/08/17/rpc-over-http-with-outlook-2k7-and-vista/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 02:43:54 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[RPC]]></category>

		<guid isPermaLink="false">http://blueglowy.com/2009/08/17/rpc-over-http-with-outlook-2k7-and-vista/</guid>
		<description><![CDATA[Ok, so after many days of frustration and troubleshooting, I think I have this problem licked. First off, setup your network to enable RPC over HTTP, and confirm it works with Outlook 2k3. Keep in mind you WILL need a valid SSL cert from a trusted authority.&#160; I recommend a cheap cert from godaddy, as [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, so after many days of frustration and troubleshooting, I think I have this problem licked.</p>
<p>First off, setup your network to enable RPC over HTTP, and confirm it works with Outlook 2k3.</p>
<p>Keep in mind you WILL need a valid SSL cert from a trusted authority.&#160; I recommend a cheap cert from godaddy, as they can be had for between 13-30 bucks if you catch a sale.</p>
<p>Once you have your cert, follow the instructions here:</p>
<p><a href="http://www.petri.co.il/how-can-i-configure-rpc-over-https-on-exchange-2003-single-server-scenario.htm">http://www.petri.co.il/how-can-i-configure-rpc-over-https-on-exchange-2003-single-server-scenario.htm</a></p>
<p>And make sure you test your exchange connectivity, and make sure RPC over HTTP is working for a standard Outlook 2k3 install.</p>
<p>Once youâ€™ve followed those steps, test your configuration here:</p>
<p><a title="https://www.testexchangeconnectivity.com/" href="https://www.testexchangeconnectivity.com/">https://www.testexchangeconnectivity.com/</a></p>
<p>All green? Gooooood.</p>
<p>Now, this is where it gets weird. In your Outlook 2k7/Vista machine, go to control panel-mail, and setup your new profile.&#160; </p>
<p>For your Exchange server, enter the INTERNAL FQDN of your mail server, ie servername.domain.local, selected cached mode so you can get decent performance out of your setup, and enter your username.</p>
<p>Select more settings, go to Security, and set it to Kerberos for now. (Weâ€™ll come back to this.) </p>
<p>Go to the Connection tab, and under Outlook Anywhere put a check in â€œconnect to Microsoft Exchange using HTTPâ€, and then click the Exchange Proxy Settings button</p>
<p>Under connection seetings, enter the URL for your OWA server, and put a check Connect using SSL only.&#160; Also check both â€œOn fast networksâ€â€¦ and â€œOn slow networksâ€¦â€&#160; Set your Proxy Authentication settings to Basic authentication.</p>
<p>Click OK, and then OK again, at which point you should get a pop up warning about using Kerberos from outside a firewall.&#160; Hit ok and continue.&#160; Go ahead an open outlook, enter your username as Domain.local\username&#160; and password, and outlook should probably fail.&#160; At this point go back to your exchange settings, and change you Logon security back to NTLM instead of Kerberos.&#160; Reopen Outlook, and you should now connect.</p>
<p>Stupid and crazy compared to every other version of Outlook\Entourage, but there you go, it worked for me <img src='http://blueglowy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blueglowy.com/2009/08/17/rpc-over-http-with-outlook-2k7-and-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contacts Missing in Outlook 2003</title>
		<link>http://blueglowy.com/2008/08/06/contacts-missing-in-outlook-2003/</link>
		<comments>http://blueglowy.com/2008/08/06/contacts-missing-in-outlook-2003/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 01:49:58 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[outlook]]></category>

		<guid isPermaLink="false">http://blueglowy.com/?p=140</guid>
		<description><![CDATA[So a user got a new laptop, and everything seemed ok.Â  Until he went to send an email and get an address from his contacts list.Â  IT WAS MISSING.Â  So, after a bit of google-fu, i was led to the following solution which worked like champ: Step 1: Install the Outlook Address Book service http://support.microsoft.com/kb/287563/ [...]]]></description>
			<content:encoded><![CDATA[<p>So a user got a new laptop, and everything seemed ok.Â  Until he went to send an email and get an address from his contacts list.Â  IT WAS MISSING.Â  So, after a bit of google-fu, i was led to the following solution which worked like champ:</p>
<p>Step 1: Install the Outlook Address Book service</p>
<p>http://support.microsoft.com/kb/287563/</p>
<p>To do this, follow these steps, as appropriate for the version of Outlook that you are running.<br />
Microsoft Outlook 2002 and Microsoft Office Outlook 2003</p>
<p>1.Â Â Â  On the Tools menu, click E-mail Accounts.<br />
2.Â Â Â  Click to select View or change existing directories or address books, and then click Next.<br />
3.Â Â Â  If your Outlook Address Book is listed, click Cancel, and then go to the steps in the &#8220;How to Mark Your Contact Folder for Use with Your Address Book&#8221; section.<br />
4.Â Â Â  If your Outlook Address Book is not listed, click Add.<br />
5.Â Â Â  Click to select Additional Address Books, and then click Next.<br />
6.Â Â Â  Click to select Outlook Address Book, and then click Next.<br />
7.Â Â Â  Click OK when you receive the prompt that the address book you added will not start until you click Exit from the File menu.<br />
8.Â Â Â  Click Finish.<br />
9.Â Â Â  Click Exit from the File menu, and then restart Outlook.</p>
<p>My google-fu is strong.</p>
]]></content:encoded>
			<wfw:commentRss>http://blueglowy.com/2008/08/06/contacts-missing-in-outlook-2003/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

