try { [System.IO.Compression.ZipFile]::ExtractToDirectory($z1, $dir_from, $enc) $unzip_failed = $false } catch { $unzip_failed = $true }