File tree Expand file tree Collapse file tree 4 files changed +29
-6
lines changed
5.1/Microsoft.PowerShell.Archive
7.4/Microsoft.PowerShell.Archive
7.5/Microsoft.PowerShell.Archive
7.6/Microsoft.PowerShell.Archive Expand file tree Collapse file tree 4 files changed +29
-6
lines changed Original file line number Diff line number Diff line change 22external help file : Microsoft.PowerShell.Archive-help.xml
33Locale : en-US
44Module Name : Microsoft.PowerShell.Archive
5- ms.date : 10/06/2023
5+ ms.date : 04/01/2026
66online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.archive/expand-archive?view=powershell-5.1&WT.mc_id=ps-gethelp
77schema : 2.0.0
88title : Expand-Archive
@@ -11,7 +11,7 @@ title: Expand-Archive
1111# Expand-Archive
1212
1313## SYNOPSIS
14- Extracts files from a specified archive (zipped) file.
14+ Extracts files from a specified ZIP archive file.
1515
1616## SYNTAX
1717
@@ -35,6 +35,13 @@ The `Expand-Archive` cmdlet extracts files from a specified zipped archive file
3535destination folder. An archive file allows multiple files to be packaged, and optionally compressed,
3636into a single zipped file for easier distribution and storage.
3737
38+ This cmdlet only works with zip archives, which typically have the file extension ` .zip ` .
39+
40+ The ` Expand-Archive ` cmdlet uses the ** System.IO.Compression.ZipArchive** API to compress files.
41+ The API limits the maximum file size to 2GB. The .NET API works with files that conform to the
42+ official ZIP file format specification by PKWARE Inc. For more information, see
43+ [ System.IO.Compression.ZipArchive] ( xref:System.IO.Compression.ZipArchive ) .
44+
3845## EXAMPLES
3946
4047### Example 1: Extract the contents of an archive
Original file line number Diff line number Diff line change 22external help file : Microsoft.PowerShell.Archive-help.xml
33Locale : en-US
44Module Name : Microsoft.PowerShell.Archive
5- ms.date : 09/03/2024
5+ ms.date : 04/01/2026
66online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.archive/expand-archive?view=powershell-7.4&WT.mc_id=ps-gethelp
77schema : 2.0.0
88title : Expand-Archive
@@ -35,6 +35,8 @@ The `Expand-Archive` cmdlet extracts files from a specified zipped archive file
3535destination folder. An archive file allows multiple files to be packaged, and optionally compressed,
3636into a single zipped file for easier distribution and storage.
3737
38+ This cmdlet only works with zip archives, which typically have the file extension ` .zip ` .
39+
3840The ` Expand-Archive ` cmdlet uses the ** System.IO.Compression.ZipArchive** API to compress files.
3941The API limits the maximum file size to 2GB. The .NET API works with files that conform to the
4042official ZIP file format specification by PKWARE Inc. For more information, see
Original file line number Diff line number Diff line change 22external help file : Microsoft.PowerShell.Archive-help.xml
33Locale : en-US
44Module Name : Microsoft.PowerShell.Archive
5- ms.date : 10/06/2023
5+ ms.date : 04/01/2026
66online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.archive/expand-archive?view=powershell-7.5&WT.mc_id=ps-gethelp
77schema : 2.0.0
88title : Expand-Archive
@@ -11,7 +11,7 @@ title: Expand-Archive
1111# Expand-Archive
1212
1313## SYNOPSIS
14- Extracts files from a specified archive (zipped) file.
14+ Extracts files from a specified ZIP archive file.
1515
1616## SYNTAX
1717
@@ -35,6 +35,13 @@ The `Expand-Archive` cmdlet extracts files from a specified zipped archive file
3535destination folder. An archive file allows multiple files to be packaged, and optionally compressed,
3636into a single zipped file for easier distribution and storage.
3737
38+ This cmdlet only works with zip archives, which typically have the file extension ` .zip ` .
39+
40+ The ` Expand-Archive ` cmdlet uses the ** System.IO.Compression.ZipArchive** API to compress files.
41+ The API limits the maximum file size to 2GB. The .NET API works with files that conform to the
42+ official ZIP file format specification by PKWARE Inc. For more information, see
43+ [ System.IO.Compression.ZipArchive] ( xref:System.IO.Compression.ZipArchive ) .
44+
3845## EXAMPLES
3946
4047### Example 1: Extract the contents of an archive
Original file line number Diff line number Diff line change 22external help file : Microsoft.PowerShell.Archive-help.xml
33Locale : en-US
44Module Name : Microsoft.PowerShell.Archive
5- ms.date : 10/06/2023
5+ ms.date : 04/01/2026
66online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.archive/expand-archive?view=powershell-7.6&WT.mc_id=ps-gethelp
77schema : 2.0.0
88title : Expand-Archive
@@ -35,6 +35,13 @@ The `Expand-Archive` cmdlet extracts files from a specified zipped archive file
3535destination folder. An archive file allows multiple files to be packaged, and optionally compressed,
3636into a single zipped file for easier distribution and storage.
3737
38+ This cmdlet only works with zip archives, which typically have the file extension ` .zip ` .
39+
40+ The ` Expand-Archive ` cmdlet uses the ** System.IO.Compression.ZipArchive** API to compress files.
41+ The API limits the maximum file size to 2GB. The .NET API works with files that conform to the
42+ official ZIP file format specification by PKWARE Inc. For more information, see
43+ [ System.IO.Compression.ZipArchive] ( xref:System.IO.Compression.ZipArchive ) .
44+
3845## EXAMPLES
3946
4047### Example 1: Extract the contents of an archive
You can’t perform that action at this time.
0 commit comments