Microsoft.PowerShell.Archive icon indicating copy to clipboard operation
Microsoft.PowerShell.Archive copied to clipboard

Archive PowerShell module contains cmdlets for working with ZIP archives

Results 51 Microsoft.PowerShell.Archive issues
Sort by recently updated
recently updated
newest added

### Summary of the new feature / enhancement To address https://github.com/PowerShell/PowerShell/issues/20143, would it be possible to tag the latest release (1.2.5) in-repo as to facilitate building this module from source?...

_Allow me to copy the contents of an issue posted under PowerShell/PowerShell._ Expand-Archive performance is 6X away from 7zip. In it's current state I would say it barely passes automation...

Issue-Enhancement
Issue-Performance

### Summary of the new feature / enhancement Currently `Compress-Archive` fails to compress hidden files. So for example, `Compress-Archive -Path C:\My-Git-Repo` will not compress the directory `.git` which is a...

Needs-Triage
Issue-Enhancement

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...

### Steps to reproduce Simply try and zip a large folder, for example: ```powershell $compress = @{ Path = "C:\bigdirectory\" DestinationPath = "C:\archive.zip" } Compress-Archive @compress ``` ### Expected behavior...

Issue-Enhancement
Issue-Performance

### Summary of the new feature / enhancement .NET and .NET Framework supports Gzip already, has for a long time: * https://learn.microsoft.com/en-us/dotnet/api/system.io.compression.gzipstream Here's an example function that makes it easy...

Repro Steps: - Using a en-GB client (with thread culture and uiculture set to en-GB), - CurrentUICulture : en-GB - CurrentCulture : en-GB - Connect to an en-US remote machine...

Issue-bug

When I attempt to use 'Compress-Archive' on any folder with lots of items of varying sizes in PS 6.2.0 and the process will be rather quick. Attempt the same process...

Issue-Enhancement
Issue-Performance

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...