Microsoft.PowerShell.Archive
Microsoft.PowerShell.Archive copied to clipboard
Expand-Archive Should Allow Globbing Multiple Input Files for Extraction
Summary of the new feature / enhancement
Just discovered that the cmdlet expand-archive cannot extract multiple referenced input archived files such as *.zip to expand into a single destination directory. Should be able to do this without programming around it with calling it on a large list of individual files.
Proposed technical implementation details (optional)
No response
Related to #23