Retreive RSS feed trough Powershell
How to retreive a RSS feed trough powershell ?
It’s pretty easy to do this with the script below
(new-object net.webclient).DownloadString( "http://blogs.msdn.com/powershell/rss.aspx")).rss.channel.item | format-table title, link