This article continues my series on the basics of PowerShell with a less exciting, but very important topic: help. Help for your PowerShell scripts is a way of documenting scripts that uses the standard way of getting help about scripts and cmdlets that you’ve written.
As I write scripts for work, I find that I end up with lots of small scripts in files to handle specific tasks. While I try to name them appropriately, I don’t always remember how they work, and certainly don’t know which options and parameters are available. Others I know that use PowerShell regularly, also