As I write this, I’m currently in the hotel room preparing for a SolarWinds User Group in Frankfurt, Germany. I heard the news about Stan Lee’s passing at the dinner table surrounded by coworkers and friends when in London and got to thinking about how a single person can have such a large impact. I think that we all would like to feel like we can have a similar impact.
PowerShell Modules can be Painful
Building a PowerShell module should not be too hard. In fact, on the surface it’s pretty simple. Collect a bunch of functions, classes, enumerations, (whatever else you want), bundle them together and provide a wrapper in the form of a PSD1/PSM file. Building a module should be straightforward – and it is – except when you make dumb mistakes. Don’t make my mistakes.