Stairway to SQL PowerShell Level 6: PowerShell Modules
In this level, we will walk through creating and using modules for PowerShell. Modules are simply a collection of functions that are most likely related to each other and packaged in a way that allow you to import them as a group.


