Short Image Full Image

param( [Parameter(Mandatory=$false)] [string]$Path = ".", [Parameter(Mandatory=$false)] [switch]$WhatIf,

foreach ($file in $files) $hasZone = Get-Item $file.FullName -Stream Zone.Identifier -ErrorAction SilentlyContinue if ($hasZone) $blockedFiles += $file

[Parameter(Mandatory=$false)] [switch]$Confirm )

Get-Content -Path "downloaded.exe" -Stream Zone.Identifier Sample output: