PowerShell PowerShell $web = iwr "https://www.jesusninoc.com" $web.Links.href | %{ if($_ -match "ejemplos") { $_ } } 1234567 $web = iwr "https://www.jesusninoc.com"$web.Links.href | %{ if($_ -match "ejemplos") { $_ }}