Get-childitem -recurse -file | Unblock-file !!link!! May 2026

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

$files = Get-ChildItem -Path $Path -Recurse -File $blockedFiles = @() get-childitem -recurse -file | unblock-file

if ($WhatIf) $blockedFiles