June 12th, 2015

PowerTip: Display Graphical PowerShell Help​

Doctor Scripto
Scripter

Summary: Learn how to display graphical Windows PowerShell Help.

Hey, Scripting Guy! Question How can I see Windows PowerShell Help in a graphical way so I can float the Help?

Hey, Scripting Guy! Answer Use the –ShowWindow parameter from the Get-Help cmdlet, for example:

Get-Help Get-Process -ShowWindow

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.