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

When expanding multiple zip files via the pipeline, a deep hierarchy is created Repro: ```PowerShell mkdir x "" > x\a 'a','b','c' | % { Compress-Archive -Path .\x -DestinationPath ".\${_}.zip"} dir...

Issue-bug