Skip to content

Instantly share code, notes, and snippets.

@stefanteixeira
Last active May 30, 2017 06:39
Show Gist options
  • Save stefanteixeira/a84a4b5d6609a6c2c0fc to your computer and use it in GitHub Desktop.
Save stefanteixeira/a84a4b5d6609a6c2c0fc to your computer and use it in GitHub Desktop.
$file = "C:\Path\To\Your\File.zip"
$destination = "C:\DestinationPath"
Add-Type -assembly "system.io.compression.filesystem"
[io.compression.zipfile]::ExtractToDirectory($file, $destination)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment