how to compress files in powershell code example
Example: how to compress files in powershell
Compress-Archive -Path C:\Invoices\* -Update -DestinationPath C:\Archives\Invoices
Compress-Archive -Path C:\Invoices\* -Update -DestinationPath C:\Archives\Invoices