Get response link from HTTP request on Powershell
问题 The following Powershell script runs a Google search of an image stored within my hard drive. How can I get the link which is followed to get to the results page? Is it possible to navigate to the different webpages displayed on it? I've tried $request.Links | Select href to try and get a list of the links, but it didn't work. I've also tried to add Write-Output $respStream to the code, but then it doesn't run. Set-ExecutionPolicy Bypass -scope Process -Force function Get-GoogleImageSearchUrl