Ejecutar el comando zip en PowerShell

Compress-Archive -LiteralPath <PathToFolder> -DestinationPath <PathToDestination>
Sanjay Pant