PowerShell: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Storia: Grammatica
Nessun oggetto della modifica
Riga 87:
PS> $blog = [xml](new-object System.Net.WebClient).DownloadString($rssUrl)
PS> $blog.rss.channel.item | select title -first 8
 
== Note ==
 
<references />
 
== Bibliografia ==