Skip to content

GavinEke/PS7Zip

Repository files navigation

PS7Zip

AppVeyor Status

Powershell module that allows you to work with compressed archives (PS 3.0+). Online Help Files - https://gavineke.com/PS7Zip/

Installing

Download and Install from the PowerShellGallery (Recommended)

Install-Module -Name PS7Zip

Alternatively run the following command from PowerShell

iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/GavinEke/PS7Zip/master/install.ps1'))

Contribute

Please submit an issue on GitHub or if you know how to fix it please submit a pull request.

Notes

Parts of this module use the 7-Zip program.
7-Zip is licensed under the GNU LGPL license.
www.7-zip.org