PowerShell, Web, Web scraping PowerShell $web = Invoke-WebRequest "https://www.jesusninoc.com" $web.Content -split "`n" 12 $web = Invoke-WebRequest "https://www.jesusninoc.com"$web.Content -split "`n"