Quantcast
Channel: foreach | Operating systems, scripting, PowerShell and security | jesusninoc.com
Viewing all articles
Browse latest Browse all 409

About results (Google)

$
0
0

$urls=”https://www.google.com/search?q=powershell”
$result=Invoke-WebRequest $urls
$en=$result.AllElements | ? {$_.id -eq “resultStats”}
foreach($aen in $en.innerText){
$aen
}

The post About results (Google) appeared first on Scripting.


Viewing all articles
Browse latest Browse all 409

Trending Articles