Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 885 Bytes

Get-HelpModuleData.md

File metadata and controls

29 lines (19 loc) · 885 Bytes

Get-HelpModuleData

Returns an object representation of the help available for the given module. This includes the help for each command in the module.

Parameters

Parameter Set 1

  • [String] Name The name of the module to interrogate for help data. Mandatory, ValueFromPipeline

Examples

Example 1

Returns an object representation of the help available for the given module.

Get-HelpModuleData build-docs
Name            : build-docs
Commands        : {@{Name=Add-HelpDocText; Synopsis=
                Add-HelpDocText [-Text] <string> [-HelpDoc] <psobject> [<CommonParameters>]
                Add-HelpDocText [-Text] <string> [-HelpDoc] <psobject> [-H3] [<CommonParameters>]
                Add-HelpDocText [-Text] <string> [-HelpDoc] <psobject> [-H2] [<CommonParameters>]
                …

Links