Powershell module that allows you to work with compressed archives (PS 3.0+). Online Help Files - http://gavineke.com/PS7Zip/
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'))
Please submit an issue on GitHub or if you know how to fix it please submit a pull request.
Parts of this module use the 7-Zip program.
7-Zip is licensed under the GNU LGPL license.
www.7-zip.org