1 2 |
$json=(Invoke-WebRequest -Uri 'http://akamaicache.dof6.com/vod/yomvi.svc/samsung_tizen/profiles/OTT/channels?parentalRating=M18&showNonRated=true').content | ConvertFrom-JSON $json | select Nombre,@{Name="Titulo";Expression={$_.pases.titulo}} | Out-GridView |
Grid