Skip to content

Instantly share code, notes, and snippets.

@pbrumblay
Last active December 23, 2015 00:09
Show Gist options
  • Save pbrumblay/6551956 to your computer and use it in GitHub Desktop.
Save pbrumblay/6551956 to your computer and use it in GitHub Desktop.
Powershell ZipFile Example (requires .NET 4.5)
[Reflection.Assembly]::LoadWithPartialName('System.IO.Compression.FileSystem');
[System.IO.Compression.ZipFile]::CreateFromDirectory($directoryTozip, "$output.zip");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment