An open API service indexing awesome lists of open source software.

https://github.com/pkgstore/pwsh-7z

PowerShell module for working with 7-ZIP.
https://github.com/pkgstore/pwsh-7z

powershell powershell-cmdlets powershell-module powershell-modules powershell-script powershell-scripts pwsh pwsh-module pwsh-scripts windows

Last synced: 3 months ago
JSON representation

PowerShell module for working with 7-ZIP.

Awesome Lists containing this project

README

          

# PowerShell 7-ZIP Module

PowerShell module for working with 7-ZIP.

## Install

```powershell
Install-CustomModule -N '7z' -GHP 'pkgstore/pwsh-7z'
```

## Syntax

For syntax information, enter module info command and get help command.

```powershell
Get-Command -Module 'PkgStore.7z'
```

```powershell
Get-Help ''
```