Showing results for internet - Scripting Blog [archived]

Jul 31, 2015
0
0

PowerTip: Download Links from Webpage with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to download links from a webpage.  How can I use Windows PowerShell to easily download links from a webpage that has a lot of links I want?  Use Invoke-WebRequest and select Links and href, for example: (Invoke-WebRequest -Uri "http://www.scriptingguys.com").Links.Href

Scripting Guy!Windows PowerShellPowerTip