CPolydorou.7Z Powershell Module

Yet another of my PowerShell modules has been published on the Powershell Gallery. This time it's the CPolydorou.7Z module.

This module contains functions to create, extract, test and update and archive along with a function to list it's contents.

The supported files are 7z, BZip2, Exe, GZip, Tar and Zip. Let's take a quick look at the functions!

New-7ZFile
Create a archive from a file or folder and save it to the specified location. You can create an encrypted file, adjust the thread used for the compression and split the archive into multiple files.

Get-7ZFile
List the contents of an archive.

Extract-7ZFile
Extract the contents of an archive file to a specified folder.

Test-7ZFile
Test the integrity of an archive file.

Update-7ZFile
Update an archive file by adding new items or removing existing ones.

Have fun!

Popular posts from this blog

Domain Controller Machine Password Reset

Configuring a Certificate on Exchange Receive Connector

Running Multiple NGINX Ingress Controllers in AKS