Summary : Learn how to use Windows PowerShell to search YouTube videos.
How can I search for YouTube videos about Desired State Configuration in Windows PowerShell 4.0?
Use Invoke-RestMethod :
Invoke-RestMethod -uri "https://gdata.youtube.com… Read the full text.