Top

Object-Oriented PowerShell Module Design

December 28, 2015

Category:

If you’re just starting out creating PowerShell modules, design probably isn’t the first idea to come to your head. You’re more likely to think about simply placing similar functions in a module and running Import-Module to bring them into your console session for use. That’s the typical way we all learn about modules. This method is perfectly fine until you begin to build larger and larger modules.

Eventually, you may even end up breaking apart that one large module into multiple modules so you can manage them easier.

Read More on Toms IT Pro