I'm a Powershell user. I think the Get-Help is useful, but I don't like to read help in the console. Is there a program that can display the help in an external window? with links and display that you would expect from a help system?

link|improve this question

feedback

3 Answers

Windows PowerShell 2.0 help in graphical help format (.chm file).

"View the Windows PowerShell 2.0 help (including cmdlet help and the About topics) in a fully-searchable, graphical format (a standard Windows .chm file). Also included in the help file is the VBScript to Windows PowerShell Conversion Guide and a collection of PowerShell Tips of the Week."

link|improve this answer
feedback

Get the Documentation Pack.

link|improve this answer
Thanks. But I need Powershell 2.0... Ideally I'd like a software that fetches the help direclty from Powershell's help – Nestor Oct 30 '09 at 14:56
Something like fileforum.betanews.com/detail/PowerShell-Help-Reader/1244697754/… but free – Nestor Oct 30 '09 at 15:01
feedback
up vote 0 down vote accepted

http://powershelltools.com works great for this...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.