Comment compresser des fichiers dans PowerShell

Compress-Archive -Path C:\Invoices\* -Update -DestinationPath C:\Archives\Invoices
Faithful Ferret