ExtractZip


ExtractZip
    [-sourceFile] <String>
    [-destinationFolder] <String>

Description

Extracts a zip file to a provided location

Example


ExtractZip -sourceFile "MyZip.zip" -destinationFolder "Path\To\Folder"