Veja todos os anúncios em um arquivo

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