Today I learned about Invoke-WebRequest and Get-Unique. Combine them together and you can quickly get all of the unique URLs linked on a website. Here’s a quick example using my jasonpearce.com website. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 …
Continue reading “User PowerShell to get all links on a website”