-recurse -file | Unblock-file Repack - Get-childitem
[Parameter(Mandatory=$false)] [switch]$Confirm )
foreach ($file in $files) $hasZone = Get-Item $file.FullName -Stream Zone.Identifier -ErrorAction SilentlyContinue if ($hasZone) $blockedFiles += $file get-childitem -recurse -file | unblock-file
if ($WhatIf) Select-Object FullName

