PowerShell Quick Tip: Module Dynamic Function Loading

Опубликовано: 27 Октябрь 2024
на канале: Bryan Cafferky
2,655
55

PowerShell script modules are awesome but they have one big issue. You have to include all the functions in one ginormous script. Note good for code maintenance. In this short presentation, I'll show you how to solve this problem and get maximum reuse while preserving maintainability.
Code at: https://github.com/bcafferky/shared/t...