Powershell Modules
Last updated
Was this helpful?
Last updated
Was this helpful?
Powershell module for creating and extracting 7-Zip archives supporting Powershell's WriteProgress
API.
NotePlease note that this repository is not maintained anymore. I've created it a couple of years ago to fit my own needs (just compressing a single folder). I love that lots of other users find my package helpful.
I really appreciated if you report issues or suggest new feature. However, I don't use this package myself anymore, and I don't have the time to maintain it appropriately. So please don't expect me to fix any bugs. Any Pull Request is welcome though.
The syntax is simple as this:
Compress-7Zip
accepts a script block for customization. The script block gets passed the current SevenZipCompressor
instance. E.g. you can set the multithread mode this way:
A list of all custom parameters can be found here.