PowerShell is strong on help documentation. This is reflected in the extensive documentation given in all of the first-party cmdlets as well as most third-party and community cmdlets. As seen in Chapter 1, Introducing PowerShell Core, the Get-Help cmdlet itself runs in different modes, such as Example and Full.
Let's add some help documentation to the Start-Count cmdlet.