SkillAgentSearch skills...

Microsoft.PowerShell.Archive

Archive PowerShell module contains cmdlets for working with ZIP archives

Install / Use

/learn @PowerShell/Microsoft.PowerShell.Archive
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Microsoft.PowerShell.Archive Module

[!NOTE] This repo is not currently actively being developed although we will actively address any security issues

Microsoft.PowerShell.Archive module contains cmdlets that let you create and extract ZIP archives.

| Azure CI | |:-------------------:| |Build Status|

Compress-Archive examples

  1. Create an archive from an entire folder including subdirectories: Compress-Archive -Path C:\Reference -DestinationPath C:\Archives\Draft.zip
  2. Update an existing archive file: Compress-Archive -Path C:\Reference\* -DestinationPath C:\Archives\Draft.zip -Update

Expand-Archive examples

  1. Extract the contents of an archive in the current folder: Expand-Archive -Path SampleArchive.zip
  2. Use -Force parameter to overwrite existing files by those in the archive: Expand-Archive -Path .\SampleArchive.zip -DestinationPath .\ExistingDir -Force

Code of Conduct

Please see our Code of Conduct before participating in this project.

Security Policy

For any security issues, please see our Security Policy.

View on GitHub
GitHub Stars98
CategoryDevelopment
Updated1mo ago
Forks40

Languages

C#

Security Score

95/100

Audited on Feb 3, 2026

No findings