PowerShell, Web PowerShell $web = iwr "https://www.jesusninoc.com/feed/" $contenido = [XML]$web.content $contenido.rss.channel.item.title 123 $web = iwr "https://www.jesusninoc.com/feed/" $contenido = [XML]$web.content$contenido.rss.channel.item.title