Powershell

Adding Get-Help Support to PowerShell Cmdlets

It’s a relatively common practice for PowerShell developers to create modules containing custom cmdlets. That said, such cmdlets normally provide only the most basic help. Yet, you can augment a custom cmdlet so that it works with Get-Help, just as a native cmdlet does.

Scroll to Top