[Parameter(Mandatory=$false)] [switch]$Confirm )
$files = Get-ChildItem -Path $Path -Recurse -File $blockedFiles = @() get-childitem -recurse -file | unblock-file
if ($WhatIf) $blockedFiles