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,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.