7

I've written my own Powershell cmdlets in c#. How can I add help test, so the I can get a more complete description when users use "Get-Help MYCMDLET"

Thanks,

1 Answer 1

6

PowerShell cmdlet help is stored as an XML file. There is some information here. Then there is the Cmdlet Help Editor Tool.

And more recently, the Cmdlet and Help Designer.

Sign up to request clarification or add additional context in comments.

3 Comments

The former link is broken, while the latter is a source-only release that requires the user to compile the solution code stored on CodePlex. Are there any other options out there for authoring help for custom PowerShell cmdlets ?
@Alex: I changed the first tool link to the codeplex site; I think it's the same tool, but hard to tell.
This answer consists only of links to other sites. Those sites no longer exist.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.