<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/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>Get-Weather</title><link>http://blogs.msdn.com/powershell/archive/2006/12/08/get-weather.aspx</link><description>Jeffery Hicks has a very cool blog entry where he defines a Get-Weather script which downloads the weather from yahoo.com, casts the results to XML and then reports the weather using the Speech object. It's totally cool. I'm going to show it off today</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: PROXY</title><link>http://blogs.msdn.com/powershell/archive/2006/12/08/get-weather.aspx#1242005</link><pubDate>Sat, 09 Dec 2006 00:29:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1242005</guid><dc:creator>Eric</dc:creator><description>&lt;p&gt;For those users behind a proxy, you'll need to add a few lines after the $webclient initialization line:&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;$proxy = New-Object System.Net.WebProxy &amp;quot;MyProxyServer:MyProxyPort&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;$proxy.UseDefaultCredentials = $true&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;$webclient.proxy = $proxy&lt;/p&gt;
&lt;p&gt;You'll need to replace MyProxyServer and MyProxyPort with the appropriate values for your proxy server (found easily in IE under Options\Connections\Lan Settings)&lt;/p&gt;
&lt;p&gt;Thanks for another great find Jeff!&lt;/p&gt;</description></item><item><title>re: Get-Weather</title><link>http://blogs.msdn.com/powershell/archive/2006/12/08/get-weather.aspx#1247225</link><pubDate>Sat, 09 Dec 2006 23:42:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1247225</guid><dc:creator>Jarrett Irons</dc:creator><description>&lt;p&gt;That was an awsome presentation on Friday! &amp;nbsp;Especially showing us the get-weather cmdlt.&lt;/p&gt;
&lt;p&gt;Thanks Jeff!!!!!&lt;/p&gt;</description></item></channel></rss>