Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 339 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 339 Bytes

Expand-WebArchive

A simple cmdlet that allows to expand downloaded ZIP archives (or anything the built-in Expand-Archive cmdlet understands) without leaving the archive behind.

Example usage:

Expand-WebArchive -Uri https://cmake.org/files/v3.10/cmake-3.10.0-win64-x64.zip -DestinationPath ~/Downloads/Kitware/CMake