PowerShell: Comment Based Help Generation
Here is a quick couple of functions I put together which will use AST to pull all the functions, their parameters, and associated parameter attributes and create a template comment based help from the results.
Continue reading