This is a collection of utility scripts and other helpful tools I've written throughout my career in IT. I'm putting them here both to keep track of them as well as in the hope that they are useful to anyone else.
These are PowerShell scripts that help me write other PowerShell scripts. Very meta.
New-Function
- A function that creates a new function from scratch. Lots of parameters to specify name, params, comment-based help, etc. Includes checking to ensure the name is well-formed and verb is approved.