Answers for "how to compress files in powershell"

0

how to compress files in powershell

Compress-Archive -Path C:\Invoices\* -Update -DestinationPath C:\Archives\Invoices
Posted by: Guest on April-21-2021

Code answers related to "how to compress files in powershell"

Browse Popular Code Answers by Language