<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://stewedprunes.com/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Stewed Prunes...</title><link>http://stewedprunes.com/blogs/stewed_prunes/default.aspx</link><description>Information for the ITPro in all of us...</description><dc:language>en-US</dc:language><generator>CommunityServer 2.0 (Build: 60217.2664)</generator><item><title>ISA 2004 and Vonage....</title><link>http://stewedprunes.com/blogs/stewed_prunes/archive/2006/08/29/502.aspx</link><pubDate>Tue, 29 Aug 2006 17:16:36 GMT</pubDate><guid isPermaLink="false">b6fb06a4-2af9-4738-9c9a-49c1db78418d:502</guid><dc:creator>cavis</dc:creator><slash:comments>4</slash:comments><comments>http://stewedprunes.com/blogs/stewed_prunes/comments/502.aspx</comments><wfw:commentRss>http://stewedprunes.com/blogs/stewed_prunes/commentrss.aspx?PostID=502</wfw:commentRss><description>&lt;p&gt;I have received a few emails over the months regarding getting ISA 2004 to work with Vonage.&amp;nbsp;I suppose it should really be getting Vonage to work with ISA 2004. So I decided to type up my resolution to this problem.&lt;/p&gt;
&lt;p&gt;I have been running Vonage with my VoIP adapter behind the firewall since I started the service. I have to admit, I set it up pretty simply and with not near the level of security that I should have, so I decided to tighten things up for the purposes of this post.&lt;/p&gt;
&lt;p&gt;My configuration &amp;ndash; ISA 2004 Enterprise running on Windows 2003 R2 Enterprise and using the Motorola VT2442 VoIP router.&lt;/p&gt;
&lt;p&gt;&lt;img alt="Config" src="http://stewedprunes.com/blog/Config_small3.jpg" align="left" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;First, I use my ISA server as my DHCP server for my local LAN.&amp;nbsp; I have seen other posting for assigning the WAN interface of the VoIP adapter a DHCP address and then creating rules in ISA to support that. However, I like simplicity.&amp;nbsp;I also like the idea of my phone&amp;nbsp;having as much uptime as possible so by eliminating DHCP issues, I don&amp;rsquo;t have to worry about losing phone service if there were ever a problem with DHCP.&amp;nbsp;I decided to create a reservation in DHCP for the address I assigned the VoIP adapter, then I statically assigned that address to the WAN interface. I also provided the subnet and default gateway (pointing to the ISA server internal LAN interface). This is a one time config, I know what the IP will always be, and no worries about DHCP issues.&lt;/p&gt;
&lt;p&gt;I also disabled the firewall on the VoIP adapter and allowed pings to the external interface. Now&amp;nbsp;I can set up a connectivity verifier in ISA to alert me if the VoIP adapter is ever unreachable.&lt;/p&gt;
&lt;p&gt;The next step is to find out what ports Vonage uses. I fired up the ISA monitor and filtered on Client IP of 10.0.0.222 as per my set up in the graphic. This allows me to see what kinds of communications requests are being sent from the VoIP adapter. On a whim, I decided to hit the Vonage site to see how helpful it would be. Lo and behold, I quickly &lt;a href="http://vonage.com/help.php?article=1098"&gt;found the ports Vonage uses&lt;/a&gt;&amp;nbsp;&amp;mdash; Outbound communications &amp;mdash; UDP 53 (DNS), UDP 21,69,2400 (TFTP), UDP 80 (HTTP), UDP 123 (NTP). I did not have to use UDP 5061 (SIP) since my device is newer. There is also a huge range of UDP ports that need to be allowed for Inbound and Outbound &amp;mdash; UDP 10000 to 20000. All of the other ports are predefined by service type within ISA. &lt;/p&gt;
&lt;p&gt;&lt;img alt="RTC" src="http://stewedprunes.com/blog/RTC_small.jpg" align="left" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;For this latter range, I created a new protocol in the ISA toolbox called RTC and provided the range. Since Vonage VoIP adapters &amp;ldquo;call home&amp;rdquo; to establish their initial communications pathway, I set the direction to be Send Receive. This means the VoIP adapter can call home and keep the ports open for the inbound communications. It also means we don&amp;rsquo;t have to create and publishing rules since all of the communications are initiated by the VoIP adapter from behind the ISA firewall.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img alt="Compobject" src="http://stewedprunes.com/blog/compobject_small.jpg" align="left" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;I flipped back to my monitoring and confirmed the ports provide by Vonage were all that were necessary and it all match up. Since I want to limit the ports the VoIP adapter is using, as well as limit what ports are accessible from the outside world, I decided to create a computer object to represent the VoIP adapter and to simplify creating the firewall policies.&lt;/p&gt;
&lt;p&gt;This is also accomplished through the ISA 2004 toolbox.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Now it is time to create the firewall policies.&lt;/p&gt;
&lt;p&gt;&lt;img alt="Policy" src="http://stewedprunes.com/blog/policy_small.jpg" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;Again, since all communications are initiated by the VoIP adapter, there is only a single rule that is necessary. Since we defined the RTP (Vonage) rule as Send Receive, it too can be included with the policy. As you can see from the graphic above, we simply allow only the protocols needed by the Vonage &amp;ldquo;computer&amp;rdquo; object to the External network. Since no publishing is involved, we don&amp;rsquo;t need to worry about opening any additional inbound ports on the firewall. And since the RTC protocol definition is designated as Send Receive, those ports are only opened when a call is call is made or accepted and are only open for the duration of the call. &lt;/p&gt;
&lt;p&gt;Simple, Secure, and it works.&lt;/p&gt;
&lt;p&gt;I hope this helps for those of you that have had issues or wish to secure it a little more. You can accomplish the same thing with an &amp;ldquo;Allow All Protocols&amp;rdquo; rule, but I like having the comfort of know the adapter isn&amp;rsquo;t doing more than I want it to. This solution provides for easy monitoring and a minimum number of changes to your ISA config.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://stewedprunes.com/aggbug.aspx?PostID=502" width="1" height="1"&gt;</description><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1031.aspx">Security</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1034.aspx">ISA</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1061.aspx">Longhorn/Vista</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1067.aspx">Technet</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1078.aspx">Windows 2003</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1080.aspx">SBS</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1081.aspx">Windows XP</category></item><item><title>Windows Vista Session Resources....</title><link>http://stewedprunes.com/blogs/stewed_prunes/archive/2006/08/14/499.aspx</link><pubDate>Tue, 15 Aug 2006 06:43:57 GMT</pubDate><guid isPermaLink="false">b6fb06a4-2af9-4738-9c9a-49c1db78418d:499</guid><dc:creator>cavis</dc:creator><slash:comments>0</slash:comments><comments>http://stewedprunes.com/blogs/stewed_prunes/comments/499.aspx</comments><wfw:commentRss>http://stewedprunes.com/blogs/stewed_prunes/commentrss.aspx?PostID=499</wfw:commentRss><description>&lt;p&gt;Here are the resources for Vista that we are discussing this quarter&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/technet/windowsvista/deploy/bddguid.mspx"&gt;Business Desktop Deployment Info&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/technet/windowsvista/security/bitexec.mspx"&gt;BitLocker Drive Encryption Overview&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=311f4be8-9983-4ab0-9685-f1bfec1e7d62&amp;amp;DisplayLang=en"&gt;Vista Step-by-Step Guides for IT Pros&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/mscorp/safety/technologies/antiphishing/default.mspx"&gt;Anti-Phishing Technologies&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/technet/windowsvista/security/uacppr.mspx#E4B"&gt;User Account Control Overview&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/technet/windowsvista/evaluate/hardware/default.mspx"&gt;Windows Vista Hardware Guidance&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.seewindowsvista.com/"&gt;SeeWindowsVista&lt;/a&gt; &amp;ndash; If nothing else, check out this site because of how it looks. It is visually stunning! But it also have a tremendouns amount of valuable information on Windows Vista.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/windowsvista/"&gt;Windows Vista Team Blog&lt;/a&gt;&amp;nbsp;&amp;ndash; Excellent posts!&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/windowsvista/community/default.mspx"&gt;Vista Community Site&lt;/a&gt; &amp;mdash; Access Newsgroups, Blogs, the latest product information and more&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://hive.net/"&gt;Hive.net&lt;/a&gt; &amp;mdash; Community site with discussion on Vista and more&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/technet/windowsvista/evaluate/hardware/entpguid.mspx"&gt;CPU / GPU Processor Capabilities&lt;/a&gt; &amp;mdash; in regards to Vista&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/events/series/technetvista.mspx"&gt;Vista Webcast Series&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/learning/elearning/course/3041.asp"&gt;eLearning&lt;/a&gt; &amp;mdash; Online training courses to prepare you for Vista&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers!&lt;/p&gt;&lt;img src="http://stewedprunes.com/aggbug.aspx?PostID=499" width="1" height="1"&gt;</description><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1031.aspx">Security</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1043.aspx">Media Center PC's</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1048.aspx">User Groups</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1061.aspx">Longhorn/Vista</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1067.aspx">Technet</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1078.aspx">Windows 2003</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1080.aspx">SBS</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1081.aspx">Windows XP</category></item><item><title>Exchange 2007 Event Resources....</title><link>http://stewedprunes.com/blogs/stewed_prunes/archive/2006/08/14/498.aspx</link><pubDate>Tue, 15 Aug 2006 06:23:47 GMT</pubDate><guid isPermaLink="false">b6fb06a4-2af9-4738-9c9a-49c1db78418d:498</guid><dc:creator>cavis</dc:creator><slash:comments>0</slash:comments><comments>http://stewedprunes.com/blogs/stewed_prunes/comments/498.aspx</comments><wfw:commentRss>http://stewedprunes.com/blogs/stewed_prunes/commentrss.aspx?PostID=498</wfw:commentRss><description>&lt;p&gt;Here are the Exchange 2007 resources mentioned in the live sessions we are covering this quarter&amp;hellip;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msexchangeteam.com/default.aspx"&gt;You had me at EHLO &amp;ndash; Exchange Team Blog&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/exchange/evaluation/sysreqs/2006.mspx"&gt;Exchange 2007 Beta 2 System Requirements&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/technet/prodtechnol/exchange/2007/downloads/beta.mspx?wt.mc_ID=MarHero"&gt;Exchange 2007 Beta 2 Download&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/technet/prodtechnol/exchange/default.mspx"&gt;Exchange TechCenter Home&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/technet/prodtechnol/exchange/E2k7Help/cb24ddb7-0659-4d9d-9057-52843f861ba8.mspx?mfr=true"&gt;Exchange 2007 Technical Documentation&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/technet/prodtechnol/exchange/2007/webcasts.mspx"&gt;Exchange 2007 Webcasts&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/technet/prodtechnol/exchange/2007/scriptcenter.mspx"&gt;Exchange 2007 Scripting Center&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers!&lt;/p&gt;&lt;img src="http://stewedprunes.com/aggbug.aspx?PostID=498" width="1" height="1"&gt;</description><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1031.aspx">Security</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1032.aspx">Exchange Server</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1048.aspx">User Groups</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1061.aspx">Longhorn/Vista</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1067.aspx">Technet</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1078.aspx">Windows 2003</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1080.aspx">SBS</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1081.aspx">Windows XP</category></item><item><title>Exchange 2007 podcast...</title><link>http://stewedprunes.com/blogs/stewed_prunes/archive/2006/08/14/497.aspx</link><pubDate>Tue, 15 Aug 2006 03:53:23 GMT</pubDate><guid isPermaLink="false">b6fb06a4-2af9-4738-9c9a-49c1db78418d:497</guid><dc:creator>cavis</dc:creator><slash:comments>0</slash:comments><comments>http://stewedprunes.com/blogs/stewed_prunes/comments/497.aspx</comments><wfw:commentRss>http://stewedprunes.com/blogs/stewed_prunes/commentrss.aspx?PostID=497</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://blogs.technet.com/mjmurphy/"&gt;Michael Murphy&lt;/a&gt;, a most awesome co-worker of mine, &lt;a href="http://blogs.technet.com/haroldwong/archive/2006/03/01/420924.aspx"&gt;interviewed Terry Myerson&lt;/a&gt; &amp;ndash; General Manager of our Exchange group. They discuss the 64&amp;ndash;bit imperative for Exchange 2007. Check out &lt;a href="http://blogs.technet.com/haroldwong"&gt;Harold Wong&amp;rsquo;s blog&lt;/a&gt; while you are at it!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers!&lt;/p&gt;&lt;img src="http://stewedprunes.com/aggbug.aspx?PostID=497" width="1" height="1"&gt;</description><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1031.aspx">Security</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1032.aspx">Exchange Server</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1048.aspx">User Groups</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1061.aspx">Longhorn/Vista</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1067.aspx">Technet</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1078.aspx">Windows 2003</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1080.aspx">SBS</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1081.aspx">Windows XP</category></item><item><title>Exchange 2003 Event Resources...  </title><link>http://stewedprunes.com/blogs/stewed_prunes/archive/2006/08/14/496.aspx</link><pubDate>Tue, 15 Aug 2006 03:44:15 GMT</pubDate><guid isPermaLink="false">b6fb06a4-2af9-4738-9c9a-49c1db78418d:496</guid><dc:creator>cavis</dc:creator><slash:comments>0</slash:comments><comments>http://stewedprunes.com/blogs/stewed_prunes/comments/496.aspx</comments><wfw:commentRss>http://stewedprunes.com/blogs/stewed_prunes/commentrss.aspx?PostID=496</wfw:commentRss><description>&lt;p&gt;I am a little late getting this posted!&amp;nbsp; These are session resources for the Exchange 2003 events we are delivering this quarter. Some of these are links from the slide decks. Others are links that are just good to have for Exchange and Vista. Don&amp;rsquo;t forget to check out the awesome resources on the Technet Resource DVD!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Exchange 2003 Resources&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=56d036bf-8dd3-4993-bf07-07f99f1d5cc4&amp;amp;displaylang=en"&gt;Exchange 2003 MOM Management Pack&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=77B6D819-C7B3-42D1-8FBB-FE6339FFA1ED&amp;amp;displaylang=en"&gt;Exchange 2003 Deployment Guide&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?kbid=825370"&gt;Suppress Out-of-Office Messages for BCC DL&amp;rsquo;s&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/technet/prodtechnol/exchange/Analyzer/69e7ac7b-9f0b-4b0d-879a-334c1b41242b.mspx?mfr=true"&gt;Block Specific MAPI Clients from accessing Information Store&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/324021/en-us"&gt;Create a catch-all mailbox&lt;/a&gt;&amp;nbsp;&amp;amp; &lt;a href="http://blogs.technet.com/dlemson/archive/2004/01/19/60388.aspx"&gt;Blog Entry&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;317327"&gt;Add a Custom Disclaimer to all Outgoing Messages&lt;/a&gt;&amp;nbsp;&amp;amp; &lt;a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;317680"&gt;VB Script&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS04-035.mspx"&gt;MS04&amp;ndash;035&lt;/a&gt; &amp;amp; &lt;a href="http://msexchangeteam.com/archive/2004/12/06/275851.aspx"&gt;SMTP Tarpitting Blog Entry&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msexchangeteam.com/archive/2004/08/23/218924.aspx"&gt;Alias Matching for all users&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Outlook 2003 Tips&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://searchexchange.techtarget.com/originalContent/0,289142,sid43_gci959761,00.html"&gt;Per User Alias Matching, RPC over HTTP Polling, MAPI Compression, performance Monitoring&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;OWA Customization Tips&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=4bbe7065-a04e-43ca-8220-859212411e10&amp;amp;displaylang=en"&gt;Outlook Web Access Web Administration Tool&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/technet/prodtechnol/exchange/2003/owacustom.mspx"&gt;Customize OWA Logon Page&lt;/a&gt;&amp;nbsp;and &lt;a href="http://support.microsoft.com/?id=830827"&gt;KB Article 830827&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://support.microsoft.com/?id=833340"&gt;OWA Segmentation&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://hellomate.typepad.com/exchange/2003/11/formsbased_auth.html"&gt;Forms Based Authentication inactivity time-outs&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msexchangeteam.com/archive/2004/05/27/143297.aspx"&gt;View Spam Confidence (SCL) in OWA&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/technet/prodtechnol/exchange/guides/CreatingOWAThemes/9bb177d9-2bbe-4c01-bb21-2f6ce96089a8.mspx?mfr=true"&gt;Create and Deploy OWA Themes&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://stewedprunes.com/aggbug.aspx?PostID=496" width="1" height="1"&gt;</description><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1031.aspx">Security</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1032.aspx">Exchange Server</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1061.aspx">Longhorn/Vista</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1067.aspx">Technet</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1078.aspx">Windows 2003</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1080.aspx">SBS</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1081.aspx">Windows XP</category></item><item><title>Webcast: Securing Wireless using PEAP...</title><link>http://stewedprunes.com/blogs/stewed_prunes/archive/2006/08/09/494.aspx</link><pubDate>Wed, 09 Aug 2006 17:43:11 GMT</pubDate><guid isPermaLink="false">b6fb06a4-2af9-4738-9c9a-49c1db78418d:494</guid><dc:creator>cavis</dc:creator><slash:comments>0</slash:comments><comments>http://stewedprunes.com/blogs/stewed_prunes/comments/494.aspx</comments><wfw:commentRss>http://stewedprunes.com/blogs/stewed_prunes/commentrss.aspx?PostID=494</wfw:commentRss><description>&lt;p&gt;I am delivering a webcast next week on &lt;a href="http://www.microsoft.com/events/EventDetails.aspx?CMTYSvcSource=MSCOMMedia&amp;amp;Params=%7eCMTYDataSvcParams%5e%7earg+Name%3d%22ID%22+Value%3d%221032305122%22%2f%5e%7earg+Name%3d%22ProviderID%22+Value%3d%22A6B43178-497C-4225-BA42-DF595171F04C%22%2f%5e%7earg+Name%3d%22lang%22+Value%3d%22en%22%2f%5e%7earg+Name%3d%22cr%22+Value%3d%22US%22%2f%5e%7esParams%5e%7e%2fsParams%5e%7e%2fCMTYDataSvcParams%5e"&gt;Securing Wireless Networks using PEAP&lt;/a&gt;. We will delivering this cast at 10am pacific on Wednesday the 16th. The actual&amp;nbsp;title of the cast is &lt;strong&gt;&amp;ldquo;Secure Wireless LAN Solution: Microsoft&amp;rsquo;s Authentication Infrastructure with Aruba Networks&amp;rsquo;s Mobile Edge&amp;rdquo;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The primary&amp;nbsp;goal of the webcats&amp;nbsp;is to demonstrate that wireless networks can be very secure, maybe even more secure than wired networks when configured properly. We also don&amp;rsquo;t have to jump through a bunch of flaming hoops to make it happen. It truly is a simple process! We aren&amp;rsquo;t going to have to deploy a bunch of certificates or concern ourselves with tunneling. We are going to keep it simple and show it in action (as well as you can show wireless via a webcast!)&lt;/p&gt;
&lt;p&gt;I will be co-presenting with Thenu Kattappa from &lt;a href="http://arubanetworks.com/"&gt;Aruba Networks&lt;/a&gt; to show a full solution using Windows 2003 R2, &lt;a href="http://www.microsoft.com/technet/itsolutions/network/ias/default.mspx"&gt;Internet Authentication Services&lt;/a&gt;, Group Policy, and Aruba Network&amp;rsquo;s &lt;a href="http://arubanetworks.com/products/mobility-controllers/aruba-800/"&gt;Model 800&lt;/a&gt; Mobility NAS Controller and an &lt;a href="http://arubanetworks.com/products/access-points/aruba-ap70/"&gt;Aruba AP70&lt;/a&gt; Access Point.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers!&lt;/p&gt;&lt;img src="http://stewedprunes.com/aggbug.aspx?PostID=494" width="1" height="1"&gt;</description><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1031.aspx">Security</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1042.aspx">Webcasts</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1043.aspx">Media Center PC's</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1048.aspx">User Groups</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1061.aspx">Longhorn/Vista</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1067.aspx">Technet</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1078.aspx">Windows 2003</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1080.aspx">SBS</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1081.aspx">Windows XP</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1109.aspx">xCasting</category></item><item><title>Hacking Vista...</title><link>http://stewedprunes.com/blogs/stewed_prunes/archive/2006/08/06/493.aspx</link><pubDate>Sun, 06 Aug 2006 16:59:46 GMT</pubDate><guid isPermaLink="false">b6fb06a4-2af9-4738-9c9a-49c1db78418d:493</guid><dc:creator>cavis</dc:creator><slash:comments>1</slash:comments><comments>http://stewedprunes.com/blogs/stewed_prunes/comments/493.aspx</comments><wfw:commentRss>http://stewedprunes.com/blogs/stewed_prunes/commentrss.aspx?PostID=493</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://www.msnbc.msn.com/id/14181541/"&gt;MSNBC has an article&lt;/a&gt; on how Microsoft has given Vista to a large number of security professionals to &amp;ldquo;hack&amp;rdquo;. The effort is designed to reveal security flaws &lt;em&gt;before&lt;/em&gt; Vista is released as a production product.&lt;/p&gt;
&lt;p&gt;My Opinion &amp;ndash; I have to ride the fence on this. &lt;/p&gt;
&lt;p&gt;The Good &amp;ndash; It is great that we are enlisting the security community to help create a better product. Ultimately there &lt;em&gt;should&lt;/em&gt; be fewer vulnerabilities discovered over the long term with this kind of testing. This is to the benefit of the entire computing world and really should apply to ALL products that will have the kind of dicstribution that Vista is expected to have.&lt;/p&gt;
&lt;p&gt;The Bad &amp;ndash; I simply don&amp;rsquo;t trust that all of the vulnerabilities will be revealed by the &amp;ldquo;hackers&amp;rdquo;. There is no doubt in my mind that there will be some unscrupulous few that will find a vulberability (or two&amp;hellip;) and withhold that information. Why? for all of the same reasons the bad guys look for vulnerabilities in the first place &amp;ndash; notoriety, financial gain, or just the knowledge of knowing something that someone else doesn&amp;rsquo;t.&lt;/p&gt;
&lt;p&gt;I do believe it is the right thing to do though. I believe the good outweighs the bad. I do feel it is unfortunate that we have to resort to these kinds of tactics to secure our products, but it is a workable solution.&lt;/p&gt;
&lt;p&gt;Time will tell&amp;hellip;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers!&lt;/p&gt;&lt;img src="http://stewedprunes.com/aggbug.aspx?PostID=493" width="1" height="1"&gt;</description><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1031.aspx">Security</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1061.aspx">Longhorn/Vista</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1067.aspx">Technet</category></item><item><title>The End of Customer Service....Part Two</title><link>http://stewedprunes.com/blogs/stewed_prunes/archive/2006/08/02/492.aspx</link><pubDate>Wed, 02 Aug 2006 22:31:00 GMT</pubDate><guid isPermaLink="false">b6fb06a4-2af9-4738-9c9a-49c1db78418d:492</guid><dc:creator>cavis</dc:creator><slash:comments>2</slash:comments><comments>http://stewedprunes.com/blogs/stewed_prunes/comments/492.aspx</comments><wfw:commentRss>http://stewedprunes.com/blogs/stewed_prunes/commentrss.aspx?PostID=492</wfw:commentRss><description>&lt;p&gt;ugh.&lt;/p&gt;
&lt;p&gt;I wasn't going to write about this since it doesn&amp;rsquo;t actually change anything. But yesterday&amp;rsquo;s post was&amp;nbsp;mildly therapeutic. Here we go&amp;hellip;&amp;hellip;&lt;/p&gt;
&lt;p&gt;Back in April, I booked a flight from SoCal to Seattle, through Orbitz. When booking the flight, the site hung and spun on the page confirming my credit card charge. Knowing how this stuff works,&amp;nbsp;I let the page do it&amp;rsquo;s thing for at least 30 minutes before closing. I then went into my account on Orbitz just to see if it booked the flight anyway. It did not show up so&amp;nbsp;I started up the process again. (What I should have done was call my credit card company to see if the charge came through. But, alas,&amp;nbsp;I did not. Moving on&amp;hellip;..). The second run through, of course, went without a hitch. Voila!&amp;nbsp; Flight booked. House hunting trip set in motion.&lt;/p&gt;
&lt;p&gt;I check my credit card statement online a few days later only to find two charges from Orbitz. Sigh. Call Orbitz, navigate the system (details fuzzy here&amp;hellip;.been a while), finally get to a human only to be told that they will not refund the airline ticket because they have already paid the airline. I will have to take it up with United.&lt;/p&gt;
&lt;p&gt;Call United. (again&amp;hellip;details fuzzy because it has been a while). Ultimately get informed that this was a non-refundable ticket, however, they will be happy to issue me a credit which I can use up to one year from the original purchase date.&lt;/p&gt;
&lt;p&gt;Fast-forward to today. I call United to book a flight, using the credit, for my daughter to come up from Texas. Since I will be using a credit, I know there is no way that the automated system can handle this. So my goal is to get to a human as simply as possible.&lt;/p&gt;
&lt;p&gt;Call #1 &amp;ndash; Press #3 for travel within the 50 states. Get a busy signal.&lt;/p&gt;
&lt;p&gt;Call #2 &amp;ndash; Press #3 for travel&amp;hellip;.then&amp;nbsp;I get one of the fancier systems that actually responds to voice commands. Problem is, the options it provides do not allow for you to get to a human. I get frustrated trying navigate to a human, and hang up.&lt;/p&gt;
&lt;p&gt;Call #3 &amp;ndash; Press #3. Don&amp;rsquo;t say anything at all in hopes that no response from me means they need to get a human involved. No Deal. System states, something to the effect of, &amp;ldquo;I did not understand, thank you for calling. Click.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Now I am about to blow a gasket&amp;hellip;..&lt;/p&gt;
&lt;p&gt;Call #4 &amp;ndash; Press #3. On a whim I say &amp;ldquo;Customer Service&amp;rdquo;. The system responds with, &amp;ldquo;Did you say &amp;lsquo;Agent?&amp;rsquo;. Well I didn&amp;rsquo;t, but at least it sounds promising so I lie and say yes. &lt;/p&gt;
&lt;p&gt;Now I get&amp;hellip;..a human&amp;hellip;..but there is a slight language barrier. But to be honest, not enough to complain about. Just enough to note. I ask if they can locate my credit. They do. (that in itself is a miracle to me&amp;hellip;.I thought for sure I would have to fight that battle&amp;hellip;). I am then told that because it is a non-refundable ticket, the actual credit is $100 less than what I paid originally. okay. I fly enough to realize that the airlines have to stick you somehow and have had that stick shoved in and broken off a few times. Not Happy, but so be it. Then I am told that since I am booking over the phone there is a $15 service few. I point out that on the United web site it clearly states that there is a &lt;a href="http://www.united.com/page/genericpage/1,,51678,00.html?navSource=ContactUnited&amp;amp;linkTitle=Reservations"&gt;$10 fee for making phone based reservations&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img alt="Bookingfee" src="http://stewedprunes.com/blog/pictures/bookingfee_small1.jpg" align="left" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I even offer to provide the URL. I am told the information on the web is incorrect and that I will be charged $15. I begin pleading my case only to be cut off with, &amp;ldquo;Oh, but since this is a credit on an existing ticket, you are not subject to the fee&amp;rdquo;. Maybe there is hope yet&amp;hellip;.&lt;/p&gt;
&lt;p&gt;I am then asked for the flight info. I have their site open and start providing the flight information. We get all that squared away only to hit the final roadblock&amp;hellip;..the representative asks me who the passenger will be&amp;hellip;&amp;hellip;this is key, because she asked me this question. I state the passenger name as my daughter&amp;rsquo;s name. Which she then asks me to spell for her. Which I hear her typing in. I am then, casually informed (after asking me the spelling and typing it in) that I can not use my credit for this traveler. Only I can use this credit. I can not apply it toward the purchase of a ticket for anyone else other than me. Please read this paragraph several times if you don&amp;rsquo;t see the absurdity of asking me for the passenger information, accepting it, verifying it, typing it in, only to disclose this amazing piece of critical information.&lt;/p&gt;
&lt;p&gt;I ask for a supervisor. I get a supervisor. Language barrier a little higher, but still, nothing to complain about. Just something to note.&lt;/p&gt;
&lt;p&gt;I plead my case only to get fed this line. &amp;ldquo;It is not an airline policy, it is an FAA Policy that tickets can not be transferred to another person&amp;rdquo;. In arguing with this person, it was also a &amp;ldquo;government policy&amp;rdquo; and then an &amp;ldquo;industry policy&amp;rdquo;. I pressed the issue and asked where I could find this policy, preferably now, through the web for reference, so&amp;nbsp;I could educate myself for future reference. Of course it could not be provided, but if I called back to the EXACT SAME NUMBER I dialed for my reservations but selected a different option, that I could speak to someone about the policy. He could not transfer me.&lt;/p&gt;
&lt;p&gt;That is when I lost it&amp;hellip;&lt;/p&gt;
&lt;p&gt;It was hardly a drunken Mel Gibson moment, no four-letter words. No accusing him of causing all the strife in the world. But I was very, very angry and he did not get a word in for a solid 2 minutes.&lt;/p&gt;
&lt;p&gt;So hear I am, credit with an airline that I will never, under any circumstances fly again, and I still need to book a flight for my daughter.&lt;/p&gt;
&lt;p&gt;The best part is&amp;hellip;&amp;hellip;I have vented&amp;hellip;&amp;hellip;and I truly feel just a tad bit better&amp;hellip;..&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers!&lt;/p&gt;&lt;img src="http://stewedprunes.com/aggbug.aspx?PostID=492" width="1" height="1"&gt;</description><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1094.aspx">Personal</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1108.aspx">Ramblings</category></item><item><title>The End of Customer Service....</title><link>http://stewedprunes.com/blogs/stewed_prunes/archive/2006/08/01/491.aspx</link><pubDate>Wed, 02 Aug 2006 00:17:15 GMT</pubDate><guid isPermaLink="false">b6fb06a4-2af9-4738-9c9a-49c1db78418d:491</guid><dc:creator>cavis</dc:creator><slash:comments>0</slash:comments><comments>http://stewedprunes.com/blogs/stewed_prunes/comments/491.aspx</comments><wfw:commentRss>http://stewedprunes.com/blogs/stewed_prunes/commentrss.aspx?PostID=491</wfw:commentRss><description>&lt;p&gt;I have decided customer service is dead. By dead, I mean it sucks. &lt;/p&gt;
&lt;p&gt;A couple of months ago I moved from one state to another. On one level I was excited to travel across country, see some places I have never been, and re-establish myself in a new community. on another level I dreaded having to call the utility companies and other service providers to disconnect or establish service. What I found as the most satisfying experiences were the ones where I did not have to deal with any people at all.&amp;nbsp;Not only did it satisfy my growing desire for instant gratification,&amp;nbsp;I did not have to concern myself with a language barrier or with front line people who invariably don&amp;rsquo;t know the answers and certainly don&amp;rsquo;t know how to get you to the people that do. When machines are programmed properly, it is very efficient and very satisfying to get in, get out, and get it done. There are the occasional bright spots when an exceptionally helpful human who knows what I want and need goes the extra mile. But it has become such a rareity these days.&lt;/p&gt;
&lt;p&gt;I was going to go on a lengthy tyrade about some of those experiences (I am still fighting with SDG&amp;amp;E to get a refund they incorrectly sent to the previous home owner of the home I owned in SoCal for almost 4 years. How does that happen !?!?!?!) but instead, I shall simply recount the experience I had today.&lt;/p&gt;
&lt;p&gt;My wife and I have thought we smelled gas near the front door (outside) of our house now and then. We called the gas company this morning, they sent someone out, confirmed a leak, patched it, then told us we had two weeks to repair it or they have to cap the line. Smart, nothing out of the ordinary for a gas leak.&amp;nbsp;THAT experience was actually pretty good. When we initially called them, we spoke to a person who promised a technician would arrive within two hours. He arrived in about 1 hour. He quickly identified the leak, explained the details and issues to me and answered all my questions. He even explained that it would not be too difficult of a DIY project and walked me through what I would have to do. &lt;/p&gt;
&lt;p&gt;Tangent &amp;ndash; Gas scares me. I will play with electricity. I can patch drywall. I like to paint and dabble a little in carpentry. But when it comes to gas, I try to take a hands off approach.&amp;nbsp;I drop a circular saw, I may cut off my foot (which would suck) but hopefully it shuts down before going &lt;a href="http://imdb.com/title/tt0091499/"&gt;Maximum Overdrive&lt;/a&gt; and decapitating everyone&amp;nbsp;within a city block.&amp;nbsp;When gas goes off it tends to affect EVERYTHING in the immediate vicinity. People dissappear along with pets, cars, houses and wildlife.&lt;/p&gt;
&lt;p&gt;So I decided to call a couple of places to get estimates. Please understand, I did not really think&amp;nbsp;I would get anyone to tell me&amp;hellip;..over the phone&amp;hellip;..what it might cost to replace 10 feet of gas line. I fully expected to get the standard line of, &amp;ldquo;Well&amp;hellip;..every situation is different. There are lots of variables&amp;hellip;&amp;hellip;length of pipe (already established at 10 feet), diameter of pipe, (the one in question is a 3/4&amp;rdquo; line), whether I am in a good mood or not&amp;hellip;..blah blah blah&amp;rdquo;. &lt;/p&gt;
&lt;p&gt;But I thought I would try anyway.&lt;/p&gt;
&lt;p&gt;First Call &amp;ndash; Large, national, well known plumbing company. Apparently I called the national, automated routing center. I was informaed by the recorded voice that I was calling from a cell phone and that to &amp;ldquo;better serve me&amp;rdquo; I needed to provide a work or home number. My cell is my home number&amp;hellip;.. next company&amp;hellip;..&lt;/p&gt;
&lt;p&gt;Second Call &amp;mdash; Another large, national, well known plumbing company. Again, a national call center only this one manned by a human.&amp;nbsp;I was told flat out that until I provided my full name, home number, and address, they would not route me to a local center&amp;hellip;&amp;hellip; next company&amp;hellip;.&lt;/p&gt;
&lt;p&gt;Third Call &amp;mdash; Local company. They don&amp;rsquo;t do gas work. Fair enough. Points for being personable and being a human. I will call them back for water plumbing issues if the need be.&lt;/p&gt;
&lt;p&gt;Fourth Call &amp;mdash; Local Company with a big company phone routing system. After entering my zip code and getting looped through a second time,&amp;nbsp;I decided to move on.&lt;/p&gt;
&lt;p&gt;Fifth Call &amp;mdash; Local Company. Spoke immediately to a human, transfered to owner of company, received voice mail.&lt;/p&gt;
&lt;p&gt;Open &lt;a href="http://blogjet.com/"&gt;BlogJet&lt;/a&gt;&amp;hellip;..start venting.&lt;/p&gt;
&lt;p&gt;Now I know I am not a very patient person. I know&amp;nbsp;I could have probably stayed on the line in call four and maybe&amp;nbsp;gotten a little further.&amp;nbsp;But realizing I was probably not going to get someone to ballpark me on how much 10 foot of pipe, two elbow joints and a union joint would cost to install with labor,&amp;nbsp;I decided to throw in the towel. At this point I am seriously considering it as a project for this weekend.&lt;/p&gt;
&lt;p&gt;If you don&amp;rsquo;t see a post from me by late Sunday evening, send flowers and cards to my parents&amp;hellip;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;ps&amp;hellip;..this will NOT be my only post on customer service (unless I don&amp;rsquo;t make it this weekend&amp;hellip;.) something needs to be done about it. Also, look for the new Rant &amp;amp; Rave category.&amp;nbsp; &amp;mdash;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://stewedprunes.com/aggbug.aspx?PostID=491" width="1" height="1"&gt;</description><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1094.aspx">Personal</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1108.aspx">Ramblings</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1110.aspx">Rant&amp;amp;Rave</category></item><item><title>Badwater......don't drink it....</title><link>http://stewedprunes.com/blogs/stewed_prunes/archive/2006/07/26/490.aspx</link><pubDate>Wed, 26 Jul 2006 14:26:07 GMT</pubDate><guid isPermaLink="false">b6fb06a4-2af9-4738-9c9a-49c1db78418d:490</guid><dc:creator>cavis</dc:creator><slash:comments>0</slash:comments><comments>http://stewedprunes.com/blogs/stewed_prunes/comments/490.aspx</comments><wfw:commentRss>http://stewedprunes.com/blogs/stewed_prunes/commentrss.aspx?PostID=490</wfw:commentRss><description>&lt;p class="MsoNormal"&gt;&lt;font face="Time"&gt;&amp;hellip;but feel free to run it&amp;hellip;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;font face="Time"&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;font face="Time"&gt;I was talking to some teammates about running and I mentioned a TV show I recorded about an endurance runner here in Seattle. He was showcased on a local program regarding his first attempt at running the &lt;/font&gt;&lt;a href="http://www.badwater.com/"&gt;&lt;font face="Time"&gt;Badwater Ultra-Marathon&lt;/font&gt;&lt;/a&gt;&lt;font face="Time"&gt; &amp;ndash; 135 miles from the lowest point in Death Valley to the mid-point of Mt. Whitney, the tallest mountain in the lower 48. &lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;font face="Time"&gt;&amp;nbsp;&lt;/font&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;font face="Time"&gt;I sent this info to a friend of mine who runs marathons and he forwarded a link to me this morning about the world&amp;rsquo;s longest race. Now in its 10&lt;sup&gt;th&lt;/sup&gt; year, the &lt;/font&gt;&lt;a href="http://news.yahoo.com/s/nm/20060725/sp_nm/athletics_run_dc"&gt;&lt;font face="Time"&gt;Self-Transcendence Race&lt;/font&gt;&lt;/a&gt;&lt;font face="Time"&gt; is a 3100 mile, 51 day race around a single city block in Jamaica, Queens. Not a typo &amp;ndash; Three Thousand One Hundred Miles. More information on the sponsor of this and other ultra-races &lt;/font&gt;&lt;a href="http://www.srichinmoyraces.org/"&gt;&lt;font face="Time"&gt;here&lt;/font&gt;&lt;/a&gt;&lt;font face="Time"&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;font face="Time"&gt;&amp;nbsp;&lt;/font&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;font face="Time"&gt;For the record, *&lt;b&gt;I&lt;/b&gt;* am not even considering anything more than a standard marathon&amp;hellip;&amp;hellip;but some of you&amp;hellip;..&lt;span&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span&gt;&lt;span&gt;J&lt;/span&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;font face="Time"&gt;&amp;nbsp;&lt;/font&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;font face="Time"&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;font face="Time"&gt;Cheers!&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;&lt;img src="http://stewedprunes.com/aggbug.aspx?PostID=490" width="1" height="1"&gt;</description><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1094.aspx">Personal</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1108.aspx">Ramblings</category></item><item><title>Looking for User Groups....</title><link>http://stewedprunes.com/blogs/stewed_prunes/archive/2006/07/24/489.aspx</link><pubDate>Mon, 24 Jul 2006 22:33:23 GMT</pubDate><guid isPermaLink="false">b6fb06a4-2af9-4738-9c9a-49c1db78418d:489</guid><dc:creator>cavis</dc:creator><slash:comments>0</slash:comments><comments>http://stewedprunes.com/blogs/stewed_prunes/comments/489.aspx</comments><wfw:commentRss>http://stewedprunes.com/blogs/stewed_prunes/commentrss.aspx?PostID=489</wfw:commentRss><description>&lt;p&gt;&amp;hellip;.because I want to hang out with other geeks! &lt;/p&gt;
&lt;p&gt;Since I am new to the Redmond area, I would like to get involved in some local user groups. In the interest of transparency, I will state up front that working with user groups fulfills a work-related mission for me. I would be lax in my job if&amp;nbsp;I didn&amp;rsquo;t spend some time speaking to user groups about MS products and technologies. But I also have a personal mission &amp;ndash; I need some social outlets. Like anyone else,&amp;nbsp;I like to hang out with people that have common interests. That is how user groups first started anyway; individuals coming together to help each other and share knowledge about their common interest in some product or technology. So why not hang out with some of these same, like-minded people, socialize, and share my own knowledge and experiences? &lt;/p&gt;
&lt;p&gt;I am looking for some user groups near Redmond or even in the great er Seattle area that I can get involved with. I want to be a resource and conduit into Microsoft. I also want to meet people! Being new in town, I want to know where to go and what to do (and where NOT to go and what NOT to do!).&lt;/p&gt;
&lt;p&gt;&lt;em&gt;But, Chris&amp;hellip;..I have a User Group in Portland, will you come speak to us? &amp;mdash; &lt;/em&gt;Yes I will! Just email me or call me and we will work out the details. I can&amp;rsquo;t promise that I will be able to join and be an active, monthly attendee, but I will do what I can to get you the information you want.&lt;/p&gt;
&lt;p&gt;Also, keep an eye on &lt;a href="http://www.technetevents.com/chrisavis"&gt;TechnetEvents.com&lt;/a&gt;. If you see a Technet event being delivered in a particular city AND you happen to be having a user group meeting that same week, let me know. I would love to attend!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Chris&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://stewedprunes.com/aggbug.aspx?PostID=489" width="1" height="1"&gt;</description><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1031.aspx">Security</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1032.aspx">Exchange Server</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1034.aspx">ISA</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1043.aspx">Media Center PC's</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1048.aspx">User Groups</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1061.aspx">Longhorn/Vista</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1067.aspx">Technet</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1078.aspx">Windows 2003</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1080.aspx">SBS</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1081.aspx">Windows XP</category></item><item><title>Upcoming Technet Events...</title><link>http://stewedprunes.com/blogs/stewed_prunes/archive/2006/07/24/488.aspx</link><pubDate>Mon, 24 Jul 2006 22:11:54 GMT</pubDate><guid isPermaLink="false">b6fb06a4-2af9-4738-9c9a-49c1db78418d:488</guid><dc:creator>cavis</dc:creator><slash:comments>0</slash:comments><comments>http://stewedprunes.com/blogs/stewed_prunes/comments/488.aspx</comments><wfw:commentRss>http://stewedprunes.com/blogs/stewed_prunes/commentrss.aspx?PostID=488</wfw:commentRss><description>&lt;p&gt;There are several events coming up you should know about&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Windows Vista Technical Overview, Exchange 2003 Operations &amp;amp; Exchange 2007 Sneak Peak &amp;ndash; &lt;/em&gt;I will be presenting this information on &lt;a href="http://msevents.microsoft.com/cui/EventDetail.aspx?culture=en-US&amp;amp;EventID=1032298341"&gt;8/15 in Portland, OR&lt;/a&gt;&amp;nbsp;and &lt;a href="http://msevents.microsoft.com/cui/EventDetail.aspx?culture=en-US&amp;amp;EventID=1032298347"&gt;8/17 in Redmond, WA&lt;/a&gt;. The sessions are identical and will revolve around showing new features in Windows Vista (I am going to toss in some extra cool stuff!) and also some refresher information around Managing your Exchange 2003 environments. This will lead into a sneak peak at Exchange 2007.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers!&lt;/p&gt;&lt;img src="http://stewedprunes.com/aggbug.aspx?PostID=488" width="1" height="1"&gt;</description><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1031.aspx">Security</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1032.aspx">Exchange Server</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1043.aspx">Media Center PC's</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1048.aspx">User Groups</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1061.aspx">Longhorn/Vista</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1067.aspx">Technet</category></item><item><title>Big Changes coming to Technet Subscriptions....</title><link>http://stewedprunes.com/blogs/stewed_prunes/archive/2006/07/23/486.aspx</link><pubDate>Sun, 23 Jul 2006 21:11:42 GMT</pubDate><guid isPermaLink="false">b6fb06a4-2af9-4738-9c9a-49c1db78418d:486</guid><dc:creator>cavis</dc:creator><slash:comments>1</slash:comments><comments>http://stewedprunes.com/blogs/stewed_prunes/comments/486.aspx</comments><wfw:commentRss>http://stewedprunes.com/blogs/stewed_prunes/commentrss.aspx?PostID=486</wfw:commentRss><description>&lt;p&gt;I am sitting in a Microsoft IT Pro Evangelist session listening to Scott Stout, Program Director of the Microsoft Technet Subscription program, tell us about some great new changes and offerings in the&amp;nbsp;Technet Subscription program. Check this out&amp;hellip;..&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Technet Download Center &amp;mdash;&lt;/strong&gt; With Technet Plus, you currently&amp;nbsp;have the benefit of current Beta software and non-timebombed versions of all of our server applications delivered to you. Very soon, you&amp;nbsp;will be able to&amp;nbsp;download all of this off the web. The site will also support &amp;ldquo;resume&amp;rdquo; functions if you happen to lose your connection during a large download. Sweet!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Technet Plus Direct &amp;mdash; &lt;/strong&gt;Don&amp;rsquo;t want all the CDs/DVDs being shipped to you every month?&amp;nbsp; Prefer to download all of the Technet Content you normally have shipped to you? With Technet Plus Direct, you no longer receive monthly shipments of Technet content. Everything is available online. You also get a price break&amp;hellip;$349. Super Sweet!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Managed Newsgroups &amp;mdash;&lt;/strong&gt; These are newsgroups that are only available to Technet Subscribers and are also managed and monitored by Microsoft support techs and personnel. We have committed to a 24 hour turn-around on answering posts. In addition, this is a great peer-to-peer support area to see how your fellow IT Pros are resoving real world problems. now I know this isn&amp;rsquo;t new, but i don&amp;rsquo;t think enough people take advantage of it. &lt;/p&gt;
&lt;p&gt;These are just some of the changes coming to the Technet subscription program in the very near future! How near? &lt;strong&gt;Try August 1st!&lt;/strong&gt; Where can&amp;nbsp;you find out more information on this? &amp;mdash; Watch the &lt;a href="http://www.microsoft.com/technet/subscriptions"&gt;Technet Site&lt;/a&gt; for details on all fo these changes and more!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers!&lt;/p&gt;&lt;img src="http://stewedprunes.com/aggbug.aspx?PostID=486" width="1" height="1"&gt;</description><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1031.aspx">Security</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1032.aspx">Exchange Server</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1034.aspx">ISA</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1042.aspx">Webcasts</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1043.aspx">Media Center PC's</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1048.aspx">User Groups</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1061.aspx">Longhorn/Vista</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1067.aspx">Technet</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1078.aspx">Windows 2003</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1080.aspx">SBS</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1081.aspx">Windows XP</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1094.aspx">Personal</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1108.aspx">Ramblings</category></item><item><title>Rant and Rave #1....just the address please....</title><link>http://stewedprunes.com/blogs/stewed_prunes/archive/2006/07/21/485.aspx</link><pubDate>Fri, 21 Jul 2006 20:23:54 GMT</pubDate><guid isPermaLink="false">b6fb06a4-2af9-4738-9c9a-49c1db78418d:485</guid><dc:creator>cavis</dc:creator><slash:comments>0</slash:comments><comments>http://stewedprunes.com/blogs/stewed_prunes/comments/485.aspx</comments><wfw:commentRss>http://stewedprunes.com/blogs/stewed_prunes/commentrss.aspx?PostID=485</wfw:commentRss><description>&lt;p&gt;I have had an interesting time of late trying to identify a new ISP. Seems there is no single, unified place, anywhere in all of existence (that&amp;nbsp;I can find) where I can provide &lt;em&gt;only the service address&lt;/em&gt; and get a list of providers that service me. &lt;a href="http://www.dslreports.com/"&gt;DSLReports&lt;/a&gt; and &lt;a href="http://www.shopfordsl.com/"&gt;ShopForDSL&lt;/a&gt; are a step in the right direction, but both fall short. Both provide lists that include providers that are very distant and cannot provide service. Neither provides a comprehensive list, and both require a phone number for DSL qualification.&lt;/p&gt;
&lt;p&gt;It would seem to me that in today&amp;rsquo;s day and age of technology and with our desire for instant gratification that someone, somewhere would have created a web site where an individual can provide &lt;em&gt;only a service address&lt;/em&gt; and get a list of providers that service them.&lt;/p&gt;
&lt;p&gt;Pretend Time&amp;hellip;.&lt;/p&gt;
&lt;p&gt;You are new to&amp;nbsp;the neighborhood. You have just purchased a new home or leased a new condo or apartment or whatever. In most cases, the basic utilities &amp;ndash;&amp;nbsp;gas, water, electric&amp;nbsp;-&amp;nbsp;are already on. It&amp;nbsp;is just a matter of switching the billing to you. In some areas you may have more than one provider of these basic services to you and so everything below applies. But most of the time, those services are simply to setup.&lt;/p&gt;
&lt;p&gt;Now all you have to do is accomplish the mind-numbingly simple task of establishing TV, phone and Internet service.&lt;/p&gt;
&lt;p&gt;TV service usually comes to us through the air via antenna or satellite, or through a cable. There are two major satellite providers (&lt;a href="http://www.directv.com/DTVAPP/index.jsp"&gt;DirecTV&lt;/a&gt; and &lt;a href="http://www.dishnetwork.com/"&gt;Dish Network&lt;/a&gt;) so that is pretty simple if you choose that route. But you may not be able to receive a&amp;nbsp;satellite signal due to a physical obstruction or some silly home-owners-association rule stating you can&amp;rsquo;t&amp;nbsp;destroy the neighborhood and potentially spawn&amp;nbsp;WW3 by placing an 20&amp;rdquo;, circular, disc anywhere on your OWN property (while I have never experienced this, I know others who have&amp;hellip;&amp;hellip;it is profoundly silly&amp;hellip;..&lt;a href="http://www.fcc.gov/mb/facts/otard.html"&gt;so know your rights&lt;/a&gt;).&amp;nbsp;Sometimes, due to (equally silly) local laws and restrictions, one or the other satellite provider will tell you they can&amp;rsquo;t provide service so you simply call the other one.&amp;nbsp;Voila. Simple. Done. Now you can watch &lt;a href="http://www.survivorman.ca/"&gt;Survivorman&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;But let&amp;rsquo;s say you either can&amp;rsquo;t get satellite, or, you simply don&amp;rsquo;t want to fight with the 300 pound, flowerdy moo-moo&amp;nbsp;waring,&amp;nbsp;HOA president who constantly has a cigarette dangling from her mouth and a perfectly worthless yap-yap miniature poodle in her arms. You want a cable based connection. Here is where it starts to get REALLY messy&amp;hellip;..&lt;/p&gt;
&lt;p&gt;If&amp;nbsp;we search for &amp;ldquo;cable TV providers&amp;rdquo; online,&amp;nbsp;we end up with a monstrous list. Of course that is a very wide open search which essentially does a query for ALL KNOWN cable TV providers that exist.&amp;nbsp;You mighty think adding&amp;nbsp;a zip code might narrow the list but, in fact, screws it all up and starts linking to HDTV discussion forums by zip and a myriad of other useless crap. &lt;/p&gt;
&lt;p&gt;So how do I find local cable TV providers? Pick up the yellow pages (wow&amp;hellip;..that is still being printed!?!?), flip to cable tv providers and start calling or hitting their websites)&lt;/p&gt;
&lt;p&gt;On the surface, this seems like a simple enough resolution. But now&amp;nbsp;we have to find a yellow pages. Probably simple enough&amp;hellip;.I don&amp;rsquo;t know&amp;hellip;..I haven&amp;rsquo;t used a phone book in probably 10 years now. Then&amp;nbsp;we have to call each and every cable provider. They will ask for a name in a feeble attempt to personalize the call but ultimately, the only piece of information they must have to determine availability is the service address.&amp;nbsp;Yet we are forced&amp;nbsp;spend time&amp;nbsp;we don&amp;rsquo;t want to waste navigating through phone systems only to &lt;em&gt;maybe&lt;/em&gt; get to a person who gives us a scripted, monotonous, lifeless sales pitch in an accent we can&amp;rsquo;t decipher.&lt;/p&gt;
&lt;p&gt;Not so simple. And certainly not high on the customer satisfaction scale.&lt;/p&gt;
&lt;p&gt;Phone Service &amp;mdash; Not so many years ago, phone service was pretty simple to establish &amp;ndash; only a single provider existed in any single area leaving the consumer little choice, but greatly simplifying the process of getting service. Phone service is in exactly the same boat as cable TV service. There is no single place you can go to find out who services your area. Searching online is pretty useless. Somehow you have to find a list of providers and then make calls to each one (with someone else&amp;rsquo;s phone) to verify before comparing service and purchasing. Amazing considering phones have been around for over 100 years now. Silly.&lt;/p&gt;
&lt;p&gt;Internet Service &amp;ndash; The huge thorn in my side right now. For the record, I do have an ISP. But I am going to briefly chronicle my desire to find an alternate ISP.&lt;/p&gt;
&lt;p&gt;Internet Service has dependencies. You either have a phone line for dial-up or DSL,&amp;nbsp;or a&amp;nbsp;cable provider (usually the same one that provides TV services). There are the fringe users who use satellite or some other wireless broadband service, but dial-up, DSL, cable comprise the&amp;nbsp;overwhelming majority&amp;nbsp;of U.S. based Internet users. So establishing Internet Service depends on being able to easily and simply identify the above which we have already shown is neither easy or simple. In fact, it gets complicated even further with DSL because who you get DSL from is almost always tied to whom you get your phone service with and&amp;nbsp;qualifying for DSL almost always relies on providing a phone number which you don&amp;rsquo; have because you don&amp;rsquo;t want to switch phone providers just to get another ISP. Silly.&lt;/p&gt;
&lt;p&gt;There are tricks to this &amp;ndash; knock on your neighbors door and ask them for their phone number and provide that to a prospective DSL provider. Most likely you will be serviced by the same providers that can supply your neighbor. But the fact remains that there is no single location where I can provide that phone number and receive a comprehensive list of providers. You still have to call each and every provider and give them your neighbor&amp;rsquo;s phone number.&lt;/p&gt;
&lt;p&gt;So&amp;hellip;.am I being unreasonable? Am I too far ahead of the curve? Is technology a limiting factor? Am I the only one who thinks this kind of site or service would benefit consumers? Am I the only one who thinks this could benefit the providers?&lt;/p&gt;
&lt;p&gt;Let me know&amp;hellip;..&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers!&lt;/p&gt;&lt;img src="http://stewedprunes.com/aggbug.aspx?PostID=485" width="1" height="1"&gt;</description><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1094.aspx">Personal</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1108.aspx">Ramblings</category></item><item><title>Basic Group Policy Troubleshooting....</title><link>http://stewedprunes.com/blogs/stewed_prunes/archive/2006/07/20/482.aspx</link><pubDate>Thu, 20 Jul 2006 14:30:13 GMT</pubDate><guid isPermaLink="false">b6fb06a4-2af9-4738-9c9a-49c1db78418d:482</guid><dc:creator>cavis</dc:creator><slash:comments>1</slash:comments><comments>http://stewedprunes.com/blogs/stewed_prunes/comments/482.aspx</comments><wfw:commentRss>http://stewedprunes.com/blogs/stewed_prunes/commentrss.aspx?PostID=482</wfw:commentRss><description>&lt;p class="MsoNormal"&gt;&lt;span&gt;One of the most common troubleshooting question I receive is regarding Group Policy. Usually because a policy does not seem to be applying to the user or computer as configured on the DC.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;So let&amp;rsquo;s look at the basic troubleshooting for 2000/2003/XP machines&amp;hellip;.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;First, make sure the machines you wish the policy to apply to&amp;nbsp;are running Windows 2000/2003 or XP (or Vista/Longhorn if you are beta testing). Most people know that Group Policy only applies to Windows 2000, Windows XP and Windows 2003 but&amp;nbsp;occasionally I&amp;nbsp;recieve an email about why a policy won&amp;rsquo;t apply to a Windows&amp;nbsp;9x machine.&amp;nbsp;If you are experiencing problems with Windows 9x machines, that is because they do not understand Group Policy.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;Next, verify the&amp;nbsp;user/machine accounts&amp;nbsp;are in the Organizational Unit(OU) where the policy is linked. It is very common for someone to think a policy should apply only to find out the User or Machine account is not in the correct OU.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;On the machines where you believe the policy shold be applying, you can check to see if it is with these steps &amp;mdash;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;For Windows 2000 machines &amp;ndash; Go to a command prompt and run &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;SECEDIT /REFRESHPOLICY USER_POLICY /ENFORCE&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;SECEDIT /REFRESHPOLICY MACHINE_POLICY /ENFORCE&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;These commands will refresh the policy on the client machine. You would then run the previous command to check to see if the policy has applied. &lt;/span&gt;&lt;span&gt;If the policy is listed but is not applying, check out this article for Windows 2000 Clients &amp;ndash;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q250842"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q250842&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;For Windows XP/2003 machines &amp;ndash; Go to&amp;nbsp;a command prompt and run &amp;ndash; &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;GPRESULT&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;If you do not see that your policy is applied, run the following at the command prompt &amp;ndash;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;GPUPDATE /FORCE&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;For XP, this will refresh the policy on the client machine. You would then run the previous command to check to see if the policy has applied. &lt;/span&gt;&lt;span&gt;If the policy is listed but is not applying, check out this article for Windows XP/2003 machines &lt;span&gt;&amp;nbsp;&lt;/span&gt;&amp;ndash;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/sag_sptshoot.mspx?mfr=true"&gt;Group Policy Troubleshooting on XP&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;I also recommend the following White papers &amp;mdash;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;a href="http://support.microsoft.com/?kbid=810739"&gt;Troubleshooting Group Policy on Windows 2000&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;a href="http://technet2.microsoft.com/WindowsServer/en/library/dfe7b84d-8727-4561-9767-ccb47a5bf9ba1033.mspx?mfr=true"&gt;Troubleshooting Group Policy Problems&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0A6D4C24-8CBD-4B35-9272-DD3CBFC81887&amp;amp;displaylang=en"&gt;Group Policy Management Console&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;Cheers!&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://stewedprunes.com/aggbug.aspx?PostID=482" width="1" height="1"&gt;</description><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1061.aspx">Longhorn/Vista</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1067.aspx">Technet</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1078.aspx">Windows 2003</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1080.aspx">SBS</category><category domain="http://stewedprunes.com/blogs/stewed_prunes/archive/category/1081.aspx">Windows XP</category></item></channel></rss>