Use the Get-Help cmdlet to display comment-based help in the same format

后端 未结 3 1875
Happy的楠姐
Happy的楠姐 2021-02-18 17:50

I am trying to use the Get-Help cmdlet to display comment-based help in the same format in which it displays the cmdlet help topics that are generated from XML files. The abilit

3条回答
  •  星月不相逢
    2021-02-18 18:04

    Note - If you forget to add the name of a parameter after .PARAMETER, none of your custom help text will show when you run get-help

    Similarly, if you misspell any of the keywords the custom help will not be displayed.

提交回复
热议问题