Execute o comando zip em PowerShell

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