Como compactar arquivos no PowerShell
Compress-Archive -Path C:\Invoices\* -Update -DestinationPath C:\Archives\Invoices
Faithful Ferret
Compress-Archive -Path C:\Invoices\* -Update -DestinationPath C:\Archives\Invoices