Thomas Freudenberg

Results 58 comments of Thomas Freudenberg

I stopped working on the module many years ago, because I don't need it anymore. However, I'd be happy to incorporate any bug fixes. So you options are either *...

I've never used PowerShell Remoting before. However, as far as I understand it, the module is copied to the remote machine automatically. I guess that the remoting mechanism doesn't copy...

Hi John, no, not at the moment. I wrote the cmdlet to compress entire folders and never had the need to exclude certain files. However, a PR would be welcome.

Actually, I haven't tried updating files yet. Deletion is not possible. In fact, I wrote this module a few years ago to compress and expand complete folders. I've never had...

In that case I guess a C# CmdLet wouldn't be necessary, but a PowerShell function could do the trick.

I haven't created any help yet, but it's in the queue.

Can you provide me with a simple example, which can help me to reproduce the issue?

Hi @slestak thanks for the repro. The reason for the empty ZIP file is that `-Filter` only refers to file names. **7Zip4PowerShell** uses **SevenZipSharp**, and you can see the file...

Thanks for this helpful contribution! However, as long as the tests are red (because of #21) I won't merge it at the moment.

Hi @JasonFossen, unfortunately, I cannot fix this issue in my code. 7Zip4Powershell is just a shim around [SevenZipSharp](https://sevenzipsharp.codeplex.com/), a managed wrapper for 7-Zip. It takes the parameters from Powershell and...