Skip to content

Archive

Extract a zip file

Command:

Expand-Archive -Path .\<file_name>.zip -DestinationPath .\<new_file_name>

Confirm extraction:

ls .\<new_file_name>