<?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"
	>

<channel>
	<title>Confused Amused</title>
	<atom:link href="http://www.confusedamused.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.confusedamused.com</link>
	<description></description>
	<pubDate>Wed, 23 Jul 2008 05:09:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>iPhone Profile Files</title>
		<link>http://www.confusedamused.com/notebook/iphone-profile-files/</link>
		<comments>http://www.confusedamused.com/notebook/iphone-profile-files/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 23:59:22 +0000</pubDate>
		<dc:creator>Tom Pacyk</dc:creator>
		
		<category><![CDATA[Mobility]]></category>

		<category><![CDATA[certificate]]></category>

		<category><![CDATA[iphone]]></category>

		<category><![CDATA[password]]></category>

		<category><![CDATA[profile]]></category>

		<category><![CDATA[Wi-Fi]]></category>

		<guid isPermaLink="false">http://www.confusedamused.com/notebook/iphone-profile-files/</guid>
		<description><![CDATA[So earlier today I posted about creating a profile file, but here&#8217;s what it actually looks like to the end user. I exported mine to a file and then emailed it to myself. Check out the stellar service AT&#38;T was providing me with at the time. The email with attachment.   Clicking the attachment [...]]]></description>
			<content:encoded><![CDATA[<p><p>So earlier today I posted about creating a profile file, but here&#8217;s what it actually looks like to the end user. I exported mine to a file and then emailed it to myself. Check out the <strong><em>stellar</em></strong> service AT&amp;T was providing me with at the time.</p> <p>The email with attachment.</p> <p><a href="http://www.confusedamused.com/wp-content/pictures/2008/07/photo.jpg"><img height="480" alt="photo" src="http://www.confusedamused.com/wp-content/pictures/2008/07/photo-thumb.jpg" width="320" border="0"></a> </p> <p>Clicking the attachment brings up this screen. Notice I didn&#8217;t sign my profile with a certificate.</p> <p><a href="http://www.confusedamused.com/wp-content/pictures/2008/07/photo1.jpg"><img height="480" alt="photo" src="http://www.confusedamused.com/wp-content/pictures/2008/07/photo-thumb1.jpg" width="320" border="0"></a> </p> <p>Clicking the More Details button gives me, well, more details.</p> <p><a href="http://www.confusedamused.com/wp-content/pictures/2008/07/photo2.jpg"><img height="480" alt="photo" src="http://www.confusedamused.com/wp-content/pictures/2008/07/photo-thumb2.jpg" width="320" border="0"></a> </p> <p>And to reinforce the fact that I didn&#8217;t sign my cert (or that it can&#8217;t be validated up to a trusted root certificate) the iPhone issues me this warning.</p> <p><a href="http://www.confusedamused.com/wp-content/pictures/2008/07/photo3.jpg"><img height="480" alt="photo" src="http://www.confusedamused.com/wp-content/pictures/2008/07/photo-thumb3.jpg" width="320" border="0"></a> </p> <p>And because I&#8217;m like anyone else I just press Install Now and continue on. A few seconds later the Wi-Fi icon popped up on my phone and I could see I had been connected to the network provided in the profile. All is groovy.</p> <p><a href="http://www.confusedamused.com/wp-content/pictures/2008/07/photo4.jpg"><img height="480" alt="photo" src="http://www.confusedamused.com/wp-content/pictures/2008/07/photo-thumb4.jpg" width="320" border="0"></a></p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.confusedamused.com/notebook/iphone-profile-files/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iPhone Configuration Utility Wi-Fi Passwords</title>
		<link>http://www.confusedamused.com/notebook/iphone-configuration-utility-wi-fi-passwords/</link>
		<comments>http://www.confusedamused.com/notebook/iphone-configuration-utility-wi-fi-passwords/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 23:51:39 +0000</pubDate>
		<dc:creator>Tom Pacyk</dc:creator>
		
		<category><![CDATA[Mobility]]></category>

		<category><![CDATA[iphone]]></category>

		<category><![CDATA[profile]]></category>

		<category><![CDATA[WEP]]></category>

		<category><![CDATA[Wi-Fi]]></category>

		<category><![CDATA[WP2]]></category>

		<category><![CDATA[WPA]]></category>

		<guid isPermaLink="false">http://www.confusedamused.com/notebook/iphone-configuration-utility-wi-fi-passwords/</guid>
		<description><![CDATA[My last post was really more of a lead in to this one. As I was putzing around with the configuration utility I was surprised that the Wi-Fi tab doesn&#8217;t allow you to actually enter a password for a WEP or WPA/WPA2 network, which is arguably the most useful part of being able to provision [...]]]></description>
			<content:encoded><![CDATA[<p><p>My last post was really more of a lead in to this one. As I was putzing around with the configuration utility I was surprised that the Wi-Fi tab doesn&#8217;t allow you to actually enter a password for a WEP or WPA/WPA2 network, which is arguably the most useful part of being able to provision a profile for wireless settings. </p> <p>What I found was that although there is no password field in the GUI you can still include it with the profile by manually editing the file. The profile file that gets created is nothing more than an XML file so open it up with your favorite editor (I used Wordpad because Notepad had a tough time with the line breaks). Now somewhere between the &lt;dict&gt; and &lt;/dict&gt; tags that contain the PayloadContent you need to add two more nodes:</p> <pre>&lt;key&gt;Password&lt;/key&gt;<br />&lt;string&gt;(your wireless key)&lt;/string&gt;</pre> <p>I added mine directly below the SSID_STR key and string for the wireless network name. If you have multiple Wi-Fi networks you&#8217;ll see a separate &lt;dict&gt;&lt;/dict&gt; structure for each so just make sure you put the passwords in the right spot. Now just save the file and either email or post it on a website for users to download. All they&#8217;ll need to is click install to have the Wi-Fi network automatically added to their phone.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.confusedamused.com/notebook/iphone-configuration-utility-wi-fi-passwords/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iPhone Configuration (Web) Utility</title>
		<link>http://www.confusedamused.com/notebook/iphone-configuration-web-utility/</link>
		<comments>http://www.confusedamused.com/notebook/iphone-configuration-web-utility/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 23:31:27 +0000</pubDate>
		<dc:creator>Tom Pacyk</dc:creator>
		
		<category><![CDATA[Collaboration]]></category>

		<category><![CDATA[Apple]]></category>

		<category><![CDATA[certificate]]></category>

		<category><![CDATA[Exchange]]></category>

		<category><![CDATA[iphone]]></category>

		<category><![CDATA[SBS]]></category>

		<guid isPermaLink="false">http://www.confusedamused.com/notebook/iphone-configuration-web-utility/</guid>
		<description><![CDATA[So now that the JesusPhone iPhone has been deemed Enterprise worthy around the world with its Exchange support businesses are jumping at the opportunity to move employees on to the platform. Or should I flip that around to say employees are breathing down the neck of IT departments so they can finally get an iPhone?&#160; [...]]]></description>
			<content:encoded><![CDATA[<p><p>So now that the <strike>JesusPhone </strike>iPhone has been deemed Enterprise worthy around the world with its Exchange support businesses are jumping at the opportunity to move employees on to the platform. Or should I flip that around to say employees are breathing down the neck of IT departments so they can finally get an iPhone?&nbsp; Either way works.</p> <p>Apple has actually provided a configuration utility named, oddly enough, the iPhone Configuration (Web - if you use the web version) Utility that you can <a href="http://www.apple.com/support/iphone/enterprise/">download for free</a>. There is a native application for OS X and a web-based one for Windows or OS X systems. As far as I can tell, they all have the same feature set. Here&#8217;s a quick little tour&#8230;</p> <p>The main screen resembles the iTunes interface for syncing iPods and iPhones. You can also sign your profiles with a certificate, otherwise they&#8217;ll appear to be from an untrusted source to the end-user.</p> <p><a href="http://www.confusedamused.com/wp-content/pictures/2008/07/image.png"><img height="468" alt="image" src="http://www.confusedamused.com/wp-content/pictures/2008/07/image-thumb.png" width="500" border="0"></a></p> <p>The passcode page lets you configure some lockout and pin policies.</p> <p><a href="http://www.confusedamused.com/wp-content/pictures/2008/07/image1.png"><img height="297" alt="image" src="http://www.confusedamused.com/wp-content/pictures/2008/07/image-thumb1.png" width="500" border="0"></a></p> <p>Wi-Fi lets you configure wireless network profiles. It&#8217;s actually extremely flexible in how much you can configure. </p> <p><a href="http://www.confusedamused.com/wp-content/pictures/2008/07/image2.png"><img height="366" alt="image" src="http://www.confusedamused.com/wp-content/pictures/2008/07/image-thumb2.png" width="500" border="0"></a> </p> <p>The VPN page lets you configure either PPTP, L2TP or an IPSec Cisco VPN connection.</p> <p><a href="http://www.confusedamused.com/wp-content/pictures/2008/07/image3.png"><img height="403" alt="image" src="http://www.confusedamused.com/wp-content/pictures/2008/07/image-thumb3.png" width="500" border="0"></a> </p> <p>The Email tab will allow configuration of an IMAP or POP account.</p> <p><a href="http://www.confusedamused.com/wp-content/pictures/2008/07/image4.png"><img height="440" alt="image" src="http://www.confusedamused.com/wp-content/pictures/2008/07/image-thumb4.png" width="500" border="0"></a> </p> <p>The Exchange tab lets you configure a few settings to bypass any Autodiscover lookup.</p> <p><a href="http://www.confusedamused.com/wp-content/pictures/2008/07/image5.png"><img height="304" alt="image" src="http://www.confusedamused.com/wp-content/pictures/2008/07/image-thumb5.png" width="500" border="0"></a> </p> <p>The credentials tab lets you import certificates on to the iPhone. You can add a self-signed certificate here (hello SBS users!) to import on the device. You could alternatively point the user at a web address with the certificate file and mobile Safari would prompt them to install the certificate.</p> <p><a href="http://www.confusedamused.com/wp-content/pictures/2008/07/image6.png"><img height="155" alt="image" src="http://www.confusedamused.com/wp-content/pictures/2008/07/image-thumb6.png" width="500" border="0"></a> </p> <p>Lastly, you can set up the APN address, username and password if you&#8217;re really ambitious. I&#8217;d suggest leaving this setting alone.</p> <p><a href="http://www.confusedamused.com/wp-content/pictures/2008/07/image7.png"><img height="222" alt="image" src="http://www.confusedamused.com/wp-content/pictures/2008/07/image-thumb7.png" width="500" border="0"></a></p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.confusedamused.com/notebook/iphone-configuration-web-utility/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iPhone 2.0 supports playback of WAV voicemail</title>
		<link>http://www.confusedamused.com/notebook/iphone-20-supports-playback-of-wav-voicemail/</link>
		<comments>http://www.confusedamused.com/notebook/iphone-20-supports-playback-of-wav-voicemail/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 18:36:10 +0000</pubDate>
		<dc:creator>Tom Pacyk</dc:creator>
		
		<category><![CDATA[Mobility]]></category>

		<category><![CDATA[GSM]]></category>

		<category><![CDATA[iphone]]></category>

		<category><![CDATA[UM]]></category>

		<category><![CDATA[voicemail]]></category>

		<guid isPermaLink="false">http://www.confusedamused.com/notebook/iphone-20-supports-playback-of-wav-voicemail/</guid>
		<description><![CDATA[iPhone 2.0 supports playback of WAV voicemail - Via TUAW. This is awesome because it means if your Exchange mailbox is UM-enabled you can get your work voicemails on your phone. That is assuming your Exchange admin has enabled GSM or G.711 encoding for your voicemails. If not, hand them this command:Set-UMMailbox "paul" -CallAnsweringAudioCodec gsm
]]></description>
			<content:encoded><![CDATA[<p><p><a href="http://www.tuaw.com/2008/07/16/iphone-2-0-supports-playback-of-wav-voicemail/">iPhone 2.0 supports playback of WAV voicemail</a> - Via TUAW.</p> <p>This is awesome because it means if your Exchange mailbox is UM-enabled you can get your work voicemails on your phone. That is assuming your Exchange admin has enabled GSM or G.711 encoding for your voicemails. If not, hand them this command:</p><pre>Set-UMMailbox "paul" -CallAnsweringAudioCodec gsm</pre></p>
]]></content:encoded>
			<wfw:commentRss>http://www.confusedamused.com/notebook/iphone-20-supports-playback-of-wav-voicemail/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Keep your Communicator.msi handy</title>
		<link>http://www.confusedamused.com/notebook/keep-your-communicatormsi-handy/</link>
		<comments>http://www.confusedamused.com/notebook/keep-your-communicatormsi-handy/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 20:25:40 +0000</pubDate>
		<dc:creator>Tom Pacyk</dc:creator>
		
		<category><![CDATA[Collaboration]]></category>

		<category><![CDATA[Communicator]]></category>

		<category><![CDATA[MSI]]></category>

		<guid isPermaLink="false">http://www.confusedamused.com/notebook/keep-your-communicatormsi-handy/</guid>
		<description><![CDATA[Well that was weird. I had a flaky SATA driver cause a blue screen of death on me a few minutes ago and after the restart Communicator wouldn&#8217;t launch. Instead, it was prompting me for the path to a Communicator.msi. Glad I had it on hand because apparently that crash damaged the app somehow. All [...]]]></description>
			<content:encoded><![CDATA[<p>Well that was weird. I had a flaky SATA driver cause a blue screen of death on me a few minutes ago and after the restart Communicator wouldn&#8217;t launch. Instead, it was prompting me for the path to a Communicator.msi. Glad I had it on hand because apparently that crash damaged the app somehow. All was well after I pointed at the .msi and it repaired itself. Strange.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.confusedamused.com/notebook/keep-your-communicatormsi-handy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SBS 2003 R2 Installation Fails</title>
		<link>http://www.confusedamused.com/notebook/sbs-2003-r2-installation-fails/</link>
		<comments>http://www.confusedamused.com/notebook/sbs-2003-r2-installation-fails/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 04:47:18 +0000</pubDate>
		<dc:creator>Tom Pacyk</dc:creator>
		
		<category><![CDATA[Servers]]></category>

		<category><![CDATA[R2]]></category>

		<category><![CDATA[SBS]]></category>

		<category><![CDATA[WSUS]]></category>

		<guid isPermaLink="false">http://www.confusedamused.com/notebook/sbs-2003-r2-installation-fails/</guid>
		<description><![CDATA[I know, not the ideal Saturday night, right? When trying to install the SBS 2003 R2 Technologies disc you might see a very descriptive error like this:  Windows Small Business Server Update Services has encountered an error. The error references a log file at C:\Program Files\Microsoft Integration\Windows Small Business Server 2003\Logs\R2_Setup.log. There&#8217;s nothing terribly [...]]]></description>
			<content:encoded><![CDATA[<p><p>I know, not the ideal Saturday night, right?</p> <p>When trying to install the SBS 2003 R2 Technologies disc you might see a <em>very</em> descriptive error like this:</p> <blockquote> <p>Windows Small Business Server Update Services has encountered an error.</p></blockquote> <p>The error references a log file at C:\Program Files\Microsoft Integration\Windows Small Business Server 2003\Logs\R2_Setup.log. There&#8217;s nothing terribly indicative of the problem in that log file either, but you might see some junk like this:</p> <pre>!Error! ForceAllDefaultSettings: An exception occured while configuring Wsus defaults. Information about the exception: System.Runtime.InteropServices.COMException (0×80040154): COM object with CLSID {E9D8E314-5A2C-4FBA-8DF9-C3A038544CB0} is either not valid or not registered. at Microsoft.SBS.UpdateServices.WsusDefaults.WsusConfigurationDefaults.ConfigureComputersForWsusAutomaticUpdates() at Microsoft.SBS.UpdateServices.WsusDefaults.WsusConfigurationDefaults.ForceAllDefaultSettings(Boolean isCleanInstall, Boolean configureAutomaticDownloads)
ConfigureUpdateServices: An exception occured while setting WSUS defaults: System.Runtime.InteropServices.COMException (0×80040154): COM object with CLSID {E9D8E314-5A2C-4FBA-8DF9-C3A038544CB0} is either not valid or not registered.
   at Microsoft.SBS.UpdateServices.WsusDefaults.WsusConfigurationDefaults.ConfigureComputersForWsusAutomaticUpdates() at Microsoft.SBS.UpdateServices.WsusDefaults.WsusConfigurationDefaults.ForceAllDefaultSettings(Boolean isCleanInstall, Boolean configureAutomaticDownloads)
   at R2SetupWizard.R2WIConfigureUpdateServices.DoWork(StringDictionary sd)
!Error! WorkItemExecutor: ComponentMessageException occured in DoWork() for work item ConfigureUpdateServices: R2SetupWizard.ComponentMessageException: Exception of type R2SetupWizard.ComponentMessageException was thrown.
   at R2SetupWizard.R2WIConfigureUpdateServices.DoWork(StringDictionary sd)
   at R2SetupWizard.WorkItemExecutor.ExecuteWorkItems(StringDictionary sd, ExecutorCallback beforeWork, ExecutorCallback afterWork)</pre> <p>Now it all makes sense, right? Yeah, didn&#8217;t help me much either.</p> <p>The trick here is you need to use the BUILTIN\Administrator account, not some other domain/local admin account that you&#8217;ve created. I imagine you&#8217;d probably also have this problem if you&#8217;re renaming the Administrator account through group policy.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.confusedamused.com/notebook/sbs-2003-r2-installation-fails/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Missing PR_PF_PROXY attribute on public folders</title>
		<link>http://www.confusedamused.com/notebook/missing-pr_pf_proxy-attribute-on-public-folders/</link>
		<comments>http://www.confusedamused.com/notebook/missing-pr_pf_proxy-attribute-on-public-folders/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 01:07:53 +0000</pubDate>
		<dc:creator>Tom Pacyk</dc:creator>
		
		<category><![CDATA[Collaboration]]></category>

		<category><![CDATA[Exchange]]></category>

		<category><![CDATA[PR_PF_PROXY]]></category>

		<guid isPermaLink="false">http://www.confusedamused.com/notebook/missing-pr_pf_proxy-attribute-on-public-folders/</guid>
		<description><![CDATA[If you&#8217;re in the Exchange 2003 System Manager and try to open up the properties of a public folder you might see an error like this:   The mail proxy for this folder cannot be found. This may be due to replication delays. The mail enabled pages will not be shown. ID no: c1038a21 [...]]]></description>
			<content:encoded><![CDATA[<p><p>If you&#8217;re in the Exchange 2003 System Manager and try to open up the properties of a public folder you might see an error like this: </p> <blockquote> <p>The mail proxy for this folder cannot be found. This may be due to replication delays. The mail enabled pages will not be shown. ID no: c1038a21</p></blockquote> <p>That will lead you to this KB article: <a href="http://support.microsoft.com/kb/328740">http://support.microsoft.com/kb/328740</a> where the simple fix (Method #2) is to just mail-enable the public folder again. What the KB doesn&#8217;t mention is that in ESM you need to use the Folders node to do this. If you were to drill down through your Information Store and Public Folder Store you&#8217;ll never get this option. So in ESM make sure you do this through the folders node like in the screenshot. <br /><a href="http://www.confusedamused.com/wp-content/pictures/2008/06/image.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="227" alt="image" src="http://www.confusedamused.com/wp-content/pictures/2008/06/image-thumb.png" width="180" border="0"></a> </p> <p> At that point you can right-click on a folder, choose All Tasks and then Mail-Enable. You&#8217;ll see a warning message about only re-stamping the PR<em>PR</em>PROXY attribute if really necessary. Just press Yes and you should be able to look at the public folder properties again.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.confusedamused.com/notebook/missing-pr_pf_proxy-attribute-on-public-folders/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Live Meeting 2007 GPO Templates</title>
		<link>http://www.confusedamused.com/notebook/live-meeting-2007-gpo-templates/</link>
		<comments>http://www.confusedamused.com/notebook/live-meeting-2007-gpo-templates/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 00:30:52 +0000</pubDate>
		<dc:creator>Tom Pacyk</dc:creator>
		
		<category><![CDATA[Collaboration]]></category>

		<category><![CDATA[LiveMeeting]]></category>

		<category><![CDATA[OCS]]></category>

		<guid isPermaLink="false">http://www.confusedamused.com/notebook/live-meeting-2007-gpo-templates/</guid>
		<description><![CDATA[There are finally some .adm files coming for Live Meeting 2007. The best part of this is you can disable the ridiculous &#8220;Test Connection&#8221; dialog before using Live Meeting.
]]></description>
			<content:encoded><![CDATA[<p>There are finally <a href="http://support.microsoft.com/?kbid=948741#appliesto">some .adm files coming for Live Meeting 2007</a>. The best part of this is you can disable the ridiculous &#8220;Test Connection&#8221; dialog before using Live Meeting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.confusedamused.com/notebook/live-meeting-2007-gpo-templates/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Exchange Backup Plugin for Server 2008</title>
		<link>http://www.confusedamused.com/notebook/exchange-backup-plugin-for-server-2008/</link>
		<comments>http://www.confusedamused.com/notebook/exchange-backup-plugin-for-server-2008/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 00:07:38 +0000</pubDate>
		<dc:creator>Tom Pacyk</dc:creator>
		
		<category><![CDATA[Collaboration]]></category>

		<category><![CDATA[Servers]]></category>

		<category><![CDATA[backup]]></category>

		<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://www.confusedamused.com/notebook/exchange-backup-plugin-for-server-2008/</guid>
		<description><![CDATA[Sounds like some relief is coming sometime this summer. So everyone won&#8217;t be forced to an additional backup tool after all.
]]></description>
			<content:encoded><![CDATA[<p>Sounds like <a href="http://exchangepedia.com/blog/2008/06/announced-plug-in-for-exchange-backups.html">some relief is coming</a> sometime this summer. So everyone won&#8217;t be forced to an additional backup tool after all.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.confusedamused.com/notebook/exchange-backup-plugin-for-server-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Published at ISAServer.org</title>
		<link>http://www.confusedamused.com/notebook/published-at-isaserverorg/</link>
		<comments>http://www.confusedamused.com/notebook/published-at-isaserverorg/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 15:25:05 +0000</pubDate>
		<dc:creator>Tom Pacyk</dc:creator>
		
		<category><![CDATA[Collaboration]]></category>

		<category><![CDATA[ISA]]></category>

		<category><![CDATA[OCS]]></category>

		<category><![CDATA[published]]></category>

		<guid isPermaLink="false">http://www.confusedamused.com/notebook/published-at-isaserverorg/</guid>
		<description><![CDATA[There&#8217;s a really nice article that just got published over at ISAServer.org about OCS 2007 and ISA 2006 setup. Those guys who wrote it sure seem smart. 
]]></description>
			<content:encoded><![CDATA[<p><p>There&#8217;s a <a href="http://isaserver.org/tutorials/OCS-2007-ISA-2006-Firewall-Design-Architecture.html">really nice article that just got published over at ISAServer.org about OCS 2007 and ISA 2006 setup</a>. Those guys who wrote it sure seem smart.</p> <p><a href="http://www.confusedamused.com/wp-content/pictures/2008/06/isaserver.jpg"><img height="289" alt="isaserver" src="http://www.confusedamused.com/wp-content/pictures/2008/06/isaserver-thumb.jpg" width="439" border="0"></a></p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.confusedamused.com/notebook/published-at-isaserverorg/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
