Voir toutes les annonces dans un fichier

//paste in PowerShell to show all the streams of a given file //
Get-Item -path {path to the file} -stream *
TheOncher