Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Find Blog Posts

$
0
0

Summary: Use Windows PowerShell to easily find blog posts via RSS.

Hey, Scripting Guy! Question How can I use Windows PowerShell to find a list of Hey, Scripting Guy! Blog posts without
          a lot of development work?

Hey, Scripting Guy! Answer Use the Invoke-RestMethod cmdlet and specify the URI for the Hey, Scripting Guy! Blog RSS feed:

$uri = http://blogs.technet.com/b/heyscriptingguy/atom.aspx

(Invoke-RestMethod $uri).title


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>