PowerShell, Web, Web scraping PowerShell $web = iwr "https://www.jesusninoc.com/" $web.AllElements | where tagname -eq "LI" 12 $web = iwr "https://www.jesusninoc.com/"$web.AllElements | where tagname -eq "LI"