You’ve got to love Windows PowerShell, especially after its v3.o iteration. A lot of new Cmdlets, one of my favorite being Invoke-WebRequest. Here’s a classic example of putting the cmdlet in use. ([xml](Invoke-WebRequest http://www.ddls.net.au/blog/feed).content).rss.channel.item | Select Title, Link In the example above, we use the Invoke-WebRequest to get content from […]
↧