Print

User Rating: 5 / 5

Star ActiveStar ActiveStar ActiveStar ActiveStar Active
 

iPowerShell Pro uses two mandatory files to display cmdlet help: the PowerShell Help Formatted XML file and an automatically generated .index file. We also use three optional files: a user-generated .info file and two user created .png files.

The .xml file (required)

Properly formatted PowerShell Help files can be created manually using an XML editor like SAPIEN’s PrimalXML, a standard text editor like PrimalScript, or by using third party tools such as the Cmdlet Help Editor put out by the PowerShell team. Please use all lowercase for the filename.

The .index file (automatically generated)

The .index file is automatically generated when you Rebuild the cmdlets.

The .info file (optional)

The .info file should follow the naming pattern:

<mycmdletname>.dll-help.info

If your Snap-in is loaded in your PowerShell console then this file can be generated by executing the following statement:

Get-PsSnapin <snapin name> | select * | Out-File -FilePath <path_to_store_.info_file>

If you do not add the .info file, then there will be no Disclosure button on the right of the library listing in iPowerShell Pro’s Libs module. This is OK and will not interfere with the use of iPowerShell Pro. Please use all lowercase for the filename.

The .png files (optional)

iPowerShell Pro uses two optional .png files that are added to the left of the cmdlet listing in the Cmdlet module. Missing .png files will not impact the use of iPowerShell Pro. Please use all lowercase for the filename.

The first .png file should follow the following naming pattern:

<mycmdletname>.dll-help.png

This file is a 25×25 pixel .png image file. The second .png file should follow the naming pattern:

<mycmdletname>This email address is being protected from spambots. You need JavaScript enabled to view it.

This file should be identical to the first file but is a 50×50 pixel version.

 

You can add your own help files to iPowerShell Pro by following the directions below.

If you have questions about our products, please post in our support forum.
For licensed customers, use the forum associated with your product in our Product Support Forums for Registered Customers.
For users of trial versions, please post in our Former and Future Customers - Questions forum.