In Windows PowerShell 2.0, you can write help topics for functions, scripts, and modules, just as you do for cmdlets and providers. In fact, as a best practice, you should always include help topics for all shared PowerShell items. And we make it easy. For functions and scripts, you can write comment-based help topics right in the script or function (see about_Comment_Based_Help ) or you can write
Read More...
Read the complete post at http://blogs.msdn.com/powershell/archive/2009/07/09/function-help-cannot-share-a-cmdlet-help-file.aspx
Posted
Jul 09 2009, 02:11 PM
by
Windows PowerShell Blog