Can I package and obfuscate a .psm1 file?

I have a set of PowerShell script modules that I would like to convert into binary modules that I can publish for external use. Is there a way to do this with Posh Pro Tools? Ideally I’d be able to convert the module as-is, but I’m open to breaking the module into individual scripts that each encapsulate one function from the module, if that is what is required. I just don’t know what my path forward is to accomplish my goal.

Hey @chscott,

This isn’t currently a feature of PoshTools. It only works for creating executables (WinForm, Console, Service).