So there is two ways of using help in PoSH, for advanced functions you can use comment based help, my question is when you use comment based help does it produce MAML? As for native cmdlets is a help XML file MAML?
Share
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.
Comment based help is interpreted by Get-Help, it doesn’t produce MAML files. You can use the Cmdlet Help Editor to create MAML files for snap-ins or modules. You can find it on CodePlex:
http://cmdlethelpeditor.codeplex.com/