Jan Reilink

Jan Reilink

Hi there, I'm Jan and this is my blog.

How to unzip a file in PowerShell

PowerShell 5.0 logo

Unzip a file on your PowerShell command-prompt may come in handy sometimes, even on your Windows 11/10 workstation. Use Expand-Archive for this, and all that is required is PowerShell 5.0+, or the .NET 4.5+ Framework to use System.IO.Compression.ZipFile.