Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

PowerTip: Use PowerShell to read an RSS feed

Summary: “Hey, Scripting Guy!” shows you how to use Invoke-RestMethod to read a list of entries from an RSS feed. (image)  How can I use Windows PowerShell to see the list of articles from an RSS feed?    (image)   Just use the Invoke-RestMethod and provide the full path to the link to the RSS feed. Here is an example:    Invoke-...