CreateZip


CreateZip
    [-sourcePath] <String>
    [-destinationFile] <String>

Description

Creates a zip file with the contents of the source path

Example


CreateZip -sourcePath "Path\To\Folder" -destinationFile "MyZip.zip"