Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 335 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 335 Bytes

PowerShell 7-ZIP Module

PowerShell module for working with 7-ZIP.

Install

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

Syntax

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

Get-Command -Module 'PkgStore.7z'
Get-Help '<COMMAND-NAME>'