Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,4 @@ different than the source filename stored in the archive.

## RELATED LINKS

[Compress-Archive](compress-archive.md)
[Compress-Archive](Compress-Archive.md)
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@ title: Microsoft.PowerShell.Archive

## Description

This section contains the help topics for the cmdlets that are installed with the PowerShell Microsoft.PowerShell.Archive module. The Archive module contains cmdlets that let you create and extract archive or ZIP files.
This section contains the help topics for the cmdlets that are installed with the PowerShell
Microsoft.PowerShell.Archive module. The Archive module contains cmdlets that let you create and
extract archive or ZIP files.

## Microsoft.PowerShell.Archive Cmdlets

### [Compress-Archive](Compress-Archive.md)

Creates a compressed archive, or zipped file, from specified files and directories.

### [Expand-Archive](Expand-Archive.md)

Extracts files from a specified archive (zipped) file.
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,4 @@ different than the source filename stored in the archive.

## RELATED LINKS

[Compress-Archive](compress-archive.md)
[Compress-Archive](Compress-Archive.md)
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ title: Microsoft.PowerShell.Archive
## Description

This section contains the help topics for the cmdlets that are installed with the PowerShell
Microsoft.PowerShell.Archive module. The Archive module contains cmdlets that let you manage ZIP
archive files.
Microsoft.PowerShell.Archive module. The Archive module contains cmdlets that let you create and
extract archive or ZIP files.

## Microsoft.PowerShell.Archive Cmdlets

### [Compress-Archive](Compress-Archive.md)
Creates a compressed ZIP archive from specified files and directories.

Creates a compressed archive, or zipped file, from specified files and directories.

### [Expand-Archive](Expand-Archive.md)
Extracts files from a specified ZIP archive file.

Extracts files from a specified archive (zipped) file.
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,4 @@ different than the source filename stored in the archive.

## RELATED LINKS

[Compress-Archive](compress-archive.md)
[Compress-Archive](Compress-Archive.md)
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ title: Microsoft.PowerShell.Archive

## Description

This section contains the help topics for the cmdlets that are installed with the PowerShell Microsoft.PowerShell.Archive module. The Archive module contains cmdlets that let you create and extract archive or ZIP files.
This section contains the help topics for the cmdlets that are installed with the PowerShell
Microsoft.PowerShell.Archive module. The Archive module contains cmdlets that let you create and
extract archive or ZIP files.

## Microsoft.PowerShell.Archive Cmdlets

Expand Down