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

This feature would help in cases where one wants to free up space used by log files. It should be possible to compress and remove the log files.

Issue-Enhancement

When expanding an archive that contains long file paths to a location that also has a long path, the files to be expanded may have a resulting path that causes...

Issue-bug
P1
Area - Error Handling

# Summary I'd think Expand-Archive is one of the heavily used cmdlets in various installation scripts. But currently you still need to do a lot of unnecessary things like: -...

Issue-Enhancement

Add EntryEncoding parameter and a simple test with codepage 936.

# Summary of the new feature/enhancement The `Extract-Archive` cmdlet does not currently allow to define the expected encoding of file names in the archive to be expanded. This means the...

Issue-Enhancement
P2

Related ticket: https://github.com/PowerShell/PowerShell/issues/3590 Steps to reproduce ------------------ ```powershell Set-Content -Path mytestfile.txt -Value testing Compress-Archive -Path mytestfile.txt -Destination mytestzip.zip zipinfo mytestzip.zip ``` Result of zipinfo command ``` Archive: mytestzip.zip Zip file...

Issue-bug
P1

I noticed today that Compress-Archive and Expand-Archive don't have `-LP` as aliases to `-LiteralPath`, which makes them the only two built-in commands that I know of to not have this.

Hi Not sure if this is the right place for my problem/story.. please advice! Use case/full story i have a directory structure like the following inside a git repo on...

Issue-bug
waiting on author

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...

Needs-Triage

# PR Summary + PR Context - The progress now is actually reported (I guess missing `$` was a typo). - The progress now uses current culture (that's why I've...